summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Send a Cancel msg to the Auth agent when NoReply(timeout) msg arrives for ↵Claudio Takahasi2006-11-201-0/+2
| | | | | | | | Authorize request
| * Fixed seg fault when calling CancelAuthorizationProcess: reply Auth agent ↵Claudio Takahasi2006-11-201-0/+3
| | | | | | | | does not exist if there isn't a default one.
| * Fixed seg fault: reply Auth agent does not exist if there isn't a default one.Claudio Takahasi2006-11-201-0/+3
| |
| * Fix dependency for concurrent buildsMarcel Holtmann2006-11-202-0/+4
| |
| * Look for dialup networking service when in dialup modeMarcel Holtmann2006-11-201-0/+3
| |
| * Check if the accept() call failsMarcel Holtmann2006-11-181-0/+5
| |
| * Check for errors on listening socketMarcel Holtmann2006-11-181-0/+5
| |
| * Create skeleton of new master daemonMarcel Holtmann2006-11-172-3/+86
| |
| * Compile with Expat if availableMarcel Holtmann2006-11-171-0/+4
| |
| * Only compile the master daemonMarcel Holtmann2006-11-171-17/+2
| |
| * Create one master daemonMarcel Holtmann2006-11-173-26/+14
| |
| * Include the SDP prototypesMarcel Holtmann2006-11-171-0/+2
| |
| * Create a HCI library for easier linkingMarcel Holtmann2006-11-171-11/+15
| |
| * Change linking orderMarcel Holtmann2006-11-171-1/+1
| |
| * Use permanent connection to SDP serverMarcel Holtmann2006-11-175-79/+57
| |
| * Register service record for all local adaptersMarcel Holtmann2006-11-172-2/+2
| |
| * Make use of generic mainloopMarcel Holtmann2006-11-171-105/+112
| |
| * Create library for SDP server functionalityMarcel Holtmann2006-11-171-2/+6
| |
| * Another logging updateMarcel Holtmann2006-11-171-15/+16
| |
| * Add build ids for new sniffer firmwaresMarcel Holtmann2006-11-171-0/+3
| |
| * Fixed service agent message forward and message unrefClaudio Takahasi2006-11-171-1/+3
| |
| * Fixed memory leak: missing message unrefClaudio Takahasi2006-11-171-0/+3
| |
| * Fix linking with expat libraryMarcel Holtmann2006-11-172-4/+4
| |
| * Check if the service path is valid: Avoid seg fault when there isn't D-Bus ↵Claudio Takahasi2006-11-171-0/+6
| | | | | | | | data assigned to the path
| * Remove sdp_put_unaligned and sdp_get_unaligned macrosMarcel Holtmann2006-11-173-32/+29
| |
| * Stop logging on exitMarcel Holtmann2006-11-171-2/+4
| |
| * Fix definition of _XOPEN_SOURCEMarcel Holtmann2006-11-171-3/+2
| |
| * Remove unneeded newlines in log messagesMarcel Holtmann2006-11-174-79/+68
| |
| * Remove unneeded SDP_DEBUG checksMarcel Holtmann2006-11-172-4/+3
| |
| * Use common logging functionsMarcel Holtmann2006-11-176-108/+101
| |
| * Fix pselect() build warningMarcel Holtmann2006-11-171-1/+3
| |
| * Added pre-allocate service record handlesClaudio Takahasi2006-11-163-6/+14
| |
| * Fixed memory leak if service auto start failsClaudio Takahasi2006-11-161-1/+5
| |
| * Make the -c switch mandatoryJohan Hedberg2006-11-161-1/+6
| |
| * Fix debug printsJohan Hedberg2006-11-161-2/+2
| |
| * Small SDP & listening rfcomm socket fixesJohan Hedberg2006-11-161-5/+8
| |
| * Implement listening rfcomm socket supportJohan Hedberg2006-11-161-2/+317
| |
| * Use get_record_data_t instead of void pointer to track get remote service ↵Claudio Takahasi2006-11-161-28/+27
| | | | | | | | record calls
| * First try at Connect and Disconnect method implementationJohan Hedberg2006-11-151-64/+167
| |
| * Remove org.bluez.SDP interfaceMarcel Holtmann2006-11-141-20/+0
| |
| * Appends a block of fixed-length bytes instead of call multiple times ↵Claudio Takahasi2006-11-141-4/+3
| | | | | | | | dbus_message_iter_append_basic
| * Update fix for memory leakMarcel Holtmann2006-11-141-4/+3
| |
| * Add offmode config option for defining SetMode("off") behaviourJohan Hedberg2006-11-147-4/+52
| |
| * Fixed memory leakClaudio Takahasi2006-11-141-9/+11
| |
| * Removed org.bluez.SDP interfaceClaudio Takahasi2006-11-143-861/+0
| |
| * ..and remove 'c' from getopt args tooJohan Hedberg2006-11-141-1/+1
| |
| * Remove -c from usage print since it's nolonger supportedJohan Hedberg2006-11-141-1/+1
| |
| * Minor cleanupJohan Hedberg2006-11-141-2/+4
| |
| * Don't call sdp_str2svclass twiceJohan Hedberg2006-11-141-1/+1
| |
| * Support for fetching the RFCOMM channel through SDPJohan Hedberg2006-11-141-12/+169
| |