Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r11967: Fix more 64-bit warnings. | Tim Potter | 2 | -3/+3 |
2007-10-10 | r11958: - fixed memory leaks in the ldb_result handling in ldb operations | Andrew Tridgell | 6 | -90/+99 |
2007-10-10 | r11953: enabled the rootdse module in the ldb modules code | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r11870: fixed the problem volker reported with the RPX-XPLOGIN test. The | Andrew Tridgell | 1 | -1/+37 |
2007-10-10 | r11869: talloc has been ported :-) | Volker Lendecke | 1 | -2/+3 |
2007-10-10 | r11823: make the socket_connect_send() context a child of the local state | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r11822: reworked the socket_connect_multi() code so it is built on top of | Andrew Tridgell | 1 | -144/+149 |
2007-10-10 | r11821: got rid of two more unnecessary variables and made the variable names | Andrew Tridgell | 1 | -60/+58 |
2007-10-10 | r11820: fixed some problems with the socket socket.c code. | Andrew Tridgell | 1 | -68/+72 |
2007-10-10 | r11811: Revert 11808, this broke the selftest. No idea why though. Why do we ... | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r11808: Fix socket_connect_ev | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r11797: Added OpenSSH fix for "%.*s" format crash. From Darren Tucker | Jeremy Allison | 1 | -1/+22 |
2007-10-10 | r11713: separate out the setting of the fde in the packet context from the | Andrew Tridgell | 2 | -5/+14 |
2007-10-10 | r11712: avoid changing the fde flags unless really needed | Andrew Tridgell | 1 | -6/+9 |
2007-10-10 | r11710: added function iface_same_net() | Andrew Tridgell | 1 | -0/+10 |
2007-10-10 | r11709: Comment out unused function. | Tim Potter | 1 | -0/+4 |
2007-10-10 | r11642: add some error checks | Stefan Metzmacher | 1 | -2/+8 |
2007-10-10 | r11636: a bit neater solution to the nt_cancel problem | Andrew Tridgell | 2 | -1/+18 |
2007-10-10 | r11634: - make crc table static | Stefan Metzmacher | 2 | -3/+3 |
2007-10-10 | r11631: fixed a signed/unsigned warning | Andrew Tridgell | 2 | -2/+2 |
2007-10-10 | r11630: another fix for over-reading in the packet code. This time get the | Andrew Tridgell | 1 | -4/+12 |
2007-10-10 | r11629: fixed a bug found with the socket:testnonblock code. With randomised | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r11627: give the caller much more control over the stream to packet process, | Andrew Tridgell | 2 | -2/+46 |
2007-10-10 | r11618: added a generic '32 bit length prefix' full packet helper to the pack... | Andrew Tridgell | 2 | -4/+21 |
2007-10-10 | r11616: Replace old crc32 code with one from the FreeBSD tree. | Jeremy Allison | 1 | -56/+92 |
2007-10-10 | r11611: don't use unions without a instance name, not all compilers support t... | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r11605: added handling of the send queue to the generic packet handling code | Andrew Tridgell | 2 | -0/+65 |
2007-10-10 | r11602: added packet_set_serialise() to allow the generic packet layer to | Andrew Tridgell | 2 | -0/+29 |
2007-10-10 | r11598: fixed strhaslower() and strhasupper() to not falsely recognise | Andrew Tridgell | 1 | -4/+10 |
2007-10-10 | r11596: switched the libcli/raw/ code over to using the lib/stream/ generic | Andrew Tridgell | 2 | -0/+5 |
2007-10-10 | r11595: added a helper layer to parse streams into individual packets. This is | Andrew Tridgell | 3 | -0/+368 |
2007-10-10 | r11594: ensure ldb_search() sets *res to NULL on failure (some of the updated | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r11593: added a data_blob_realloc() function | Andrew Tridgell | 1 | -0/+12 |
2007-10-10 | r11567: Ldb API change patch. | Simo Sorce | 25 | -491/+884 |
2007-10-10 | r11555: - change socket_wrapper to support multiple IP's | Stefan Metzmacher | 1 | -44/+260 |
2007-10-10 | r11526: And another warning... | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r11522: Add support for delegated credentials and machine account credentials | Andrew Bartlett | 1 | -2/+8 |
2007-10-10 | r11519: And an uninitialized variable... | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r11518: Fix a warning | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r11512: fix typo | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r11502: make sure we always use the 7 chars for the unix socket name. | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r11476: finally fixed the intermittent registry server bug! This has been | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r11472: use talloc_get_type() to try to catch an intermittent failure I'm see... | Andrew Tridgell | 1 | -26/+30 |
2007-10-10 | r11459: display a schemaIDGUID as a guid in ldif, making it easier to work | Andrew Tridgell | 1 | -0/+8 |
2007-10-10 | r11456: fixed a ejs parser bug for delete() statements | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r11403: improved the error handling in the ildap ldb backend. Now passes | Andrew Tridgell | 1 | -37/+53 |
2007-10-10 | r11385: Fix issues in module.c. Calling function should pass in path | Jelmer Vernooij | 2 | -16/+6 |
2007-10-10 | r11382: Require number of required M4 macros | Jelmer Vernooij | 6 | -13/+12 |
2007-10-10 | r11378: Fix an uninitialized variable warning. Tridge, I'm 99.999% sure this ... | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r11377: Add support for building LIBRARY elements as shared libraries: | Jelmer Vernooij | 4 | -14/+17 |