summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
* r11823: make the socket_connect_send() context a child of the local stateAndrew Tridgell2007-10-101-0/+1
* r11822: reworked the socket_connect_multi() code so it is built on top ofAndrew Tridgell2007-10-101-144/+149
* r11821: got rid of two more unnecessary variables and made the variable namesAndrew Tridgell2007-10-101-60/+58
* r11820: fixed some problems with the socket socket.c code.Andrew Tridgell2007-10-101-68/+72
* r11811: Revert 11808, this broke the selftest. No idea why though. Why do we ...Volker Lendecke2007-10-101-2/+2
* r11808: Fix socket_connect_evVolker Lendecke2007-10-101-2/+2
* r11797: Added OpenSSH fix for "%.*s" format crash. From Darren TuckerJeremy Allison2007-10-101-1/+22
* r11713: separate out the setting of the fde in the packet context from theAndrew Tridgell2007-10-102-5/+14
* r11712: avoid changing the fde flags unless really neededAndrew Tridgell2007-10-101-6/+9
* r11710: added function iface_same_net()Andrew Tridgell2007-10-101-0/+10
* r11709: Comment out unused function.Tim Potter2007-10-101-0/+4
* r11642: add some error checksStefan Metzmacher2007-10-101-2/+8
* r11636: a bit neater solution to the nt_cancel problemAndrew Tridgell2007-10-102-1/+18
* r11634: - make crc table staticStefan Metzmacher2007-10-102-3/+3
* r11631: fixed a signed/unsigned warningAndrew Tridgell2007-10-102-2/+2
* r11630: another fix for over-reading in the packet code. This time get theAndrew Tridgell2007-10-101-4/+12
* r11629: fixed a bug found with the socket:testnonblock code. With randomisedAndrew Tridgell2007-10-101-0/+1
* r11627: give the caller much more control over the stream to packet process,Andrew Tridgell2007-10-102-2/+46
* r11618: added a generic '32 bit length prefix' full packet helper to the pack...Andrew Tridgell2007-10-102-4/+21
* r11616: Replace old crc32 code with one from the FreeBSD tree.Jeremy Allison2007-10-101-56/+92
* r11611: don't use unions without a instance name, not all compilers support t...Stefan Metzmacher2007-10-101-2/+2
* r11605: added handling of the send queue to the generic packet handling codeAndrew Tridgell2007-10-102-0/+65
* r11602: added packet_set_serialise() to allow the generic packet layer toAndrew Tridgell2007-10-102-0/+29
* r11598: fixed strhaslower() and strhasupper() to not falsely recogniseAndrew Tridgell2007-10-101-4/+10
* r11596: switched the libcli/raw/ code over to using the lib/stream/ genericAndrew Tridgell2007-10-102-0/+5
* r11595: added a helper layer to parse streams into individual packets. This isAndrew Tridgell2007-10-103-0/+368
* r11594: ensure ldb_search() sets *res to NULL on failure (some of the updatedAndrew Tridgell2007-10-101-0/+2
* r11593: added a data_blob_realloc() functionAndrew Tridgell2007-10-101-0/+12
* r11567: Ldb API change patch.Simo Sorce2007-10-1025-491/+884
* r11555: - change socket_wrapper to support multiple IP'sStefan Metzmacher2007-10-101-44/+260
* r11526: And another warning...Volker Lendecke2007-10-101-1/+1
* r11522: Add support for delegated credentials and machine account credentialsAndrew Bartlett2007-10-101-2/+8
* r11519: And an uninitialized variable...Volker Lendecke2007-10-101-1/+1
* r11518: Fix a warningVolker Lendecke2007-10-101-1/+1
* r11512: fix typoAndrew Bartlett2007-10-101-1/+1
* r11502: make sure we always use the 7 chars for the unix socket name.Stefan Metzmacher2007-10-101-1/+1
* r11476: finally fixed the intermittent registry server bug! This has beenAndrew Tridgell2007-10-101-1/+0
* r11472: use talloc_get_type() to try to catch an intermittent failure I'm see...Andrew Tridgell2007-10-101-26/+30
* r11459: display a schemaIDGUID as a guid in ldif, making it easier to workAndrew Tridgell2007-10-101-0/+8
* r11456: fixed a ejs parser bug for delete() statementsAndrew Tridgell2007-10-101-1/+3
* r11403: improved the error handling in the ildap ldb backend. Now passesAndrew Tridgell2007-10-101-37/+53
* r11385: Fix issues in module.c. Calling function should pass in pathJelmer Vernooij2007-10-102-16/+6
* r11382: Require number of required M4 macrosJelmer Vernooij2007-10-106-13/+12
* r11378: Fix an uninitialized variable warning. Tridge, I'm 99.999% sure this ...Volker Lendecke2007-10-101-1/+1
* r11377: Add support for building LIBRARY elements as shared libraries:Jelmer Vernooij2007-10-104-14/+17
* r11369: Implement socket_connect_multi: Connect to multiple ipv4 tcp ports inVolker Lendecke2007-10-103-0/+282
* r11364: added a ldb_attr_dn() function for testing if an attribute name isAndrew Tridgell2007-10-104-7/+17
* r11353: a bit of an improvement to the ldb_tdb error handlingAndrew Tridgell2007-10-103-28/+61
* r11343: Remove dependency on DEBUG()Jelmer Vernooij2007-10-101-5/+0
* r11304: Add support back in for loading shared modules (not used yet)Jelmer Vernooij2007-10-105-20/+96