summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r12057: fixed authentication in ldb client toolsAndrew Tridgell1-0/+3
2007-10-10r12014: free the irpc_request structure with the irpc_call_recv functions,Stefan Metzmacher1-5/+8
2007-10-10r11988: Setup the sessionInfo just before the connect, rather than earlierAndrew Bartlett1-4/+6
2007-10-10r11984: LGPL on header and testsuite as wellAndrew Tridgell2-22/+30
2007-10-10r11983: make talloc LGPL. This makes more sense given that ldb depends onAndrew Tridgell1-11/+15
2007-10-10r11981: we should allocate request specific memory in ldb modules off theAndrew Tridgell1-1/+1
2007-10-10r11967: Fix more 64-bit warnings.Tim Potter2-3/+3
2007-10-10r11958: - fixed memory leaks in the ldb_result handling in ldb operationsAndrew Tridgell6-90/+99
2007-10-10r11953: enabled the rootdse module in the ldb modules codeAndrew Tridgell1-0/+1
2007-10-10r11870: fixed the problem volker reported with the RPX-XPLOGIN test. TheAndrew Tridgell1-1/+37
2007-10-10r11869: talloc has been ported :-)Volker Lendecke1-2/+3
2007-10-10r11823: make the socket_connect_send() context a child of the local stateAndrew Tridgell1-0/+1
2007-10-10r11822: reworked the socket_connect_multi() code so it is built on top ofAndrew Tridgell1-144/+149
2007-10-10r11821: got rid of two more unnecessary variables and made the variable namesAndrew Tridgell1-60/+58
2007-10-10r11820: fixed some problems with the socket socket.c code.Andrew Tridgell1-68/+72
2007-10-10r11811: Revert 11808, this broke the selftest. No idea why though. Why do we ...Volker Lendecke1-2/+2
2007-10-10r11808: Fix socket_connect_evVolker Lendecke1-2/+2
2007-10-10r11797: Added OpenSSH fix for "%.*s" format crash. From Darren TuckerJeremy Allison1-1/+22
2007-10-10r11713: separate out the setting of the fde in the packet context from theAndrew Tridgell2-5/+14
2007-10-10r11712: avoid changing the fde flags unless really neededAndrew Tridgell1-6/+9
2007-10-10r11710: added function iface_same_net()Andrew Tridgell1-0/+10
2007-10-10r11709: Comment out unused function.Tim Potter1-0/+4
2007-10-10r11642: add some error checksStefan Metzmacher1-2/+8
2007-10-10r11636: a bit neater solution to the nt_cancel problemAndrew Tridgell2-1/+18
2007-10-10r11634: - make crc table staticStefan Metzmacher2-3/+3
2007-10-10r11631: fixed a signed/unsigned warningAndrew Tridgell2-2/+2
2007-10-10r11630: another fix for over-reading in the packet code. This time get theAndrew Tridgell1-4/+12
2007-10-10r11629: fixed a bug found with the socket:testnonblock code. With randomisedAndrew Tridgell1-0/+1
2007-10-10r11627: give the caller much more control over the stream to packet process,Andrew Tridgell2-2/+46
2007-10-10r11618: added a generic '32 bit length prefix' full packet helper to the pack...Andrew Tridgell2-4/+21
2007-10-10r11616: Replace old crc32 code with one from the FreeBSD tree.Jeremy Allison1-56/+92
2007-10-10r11611: don't use unions without a instance name, not all compilers support t...Stefan Metzmacher1-2/+2
2007-10-10r11605: added handling of the send queue to the generic packet handling codeAndrew Tridgell2-0/+65
2007-10-10r11602: added packet_set_serialise() to allow the generic packet layer toAndrew Tridgell2-0/+29
2007-10-10r11598: fixed strhaslower() and strhasupper() to not falsely recogniseAndrew Tridgell1-4/+10
2007-10-10r11596: switched the libcli/raw/ code over to using the lib/stream/ genericAndrew Tridgell2-0/+5
2007-10-10r11595: added a helper layer to parse streams into individual packets. This isAndrew Tridgell3-0/+368
2007-10-10r11594: ensure ldb_search() sets *res to NULL on failure (some of the updatedAndrew Tridgell1-0/+2
2007-10-10r11593: added a data_blob_realloc() functionAndrew Tridgell1-0/+12
2007-10-10r11567: Ldb API change patch.Simo Sorce25-491/+884
2007-10-10r11555: - change socket_wrapper to support multiple IP'sStefan Metzmacher1-44/+260
2007-10-10r11526: And another warning...Volker Lendecke1-1/+1
2007-10-10r11522: Add support for delegated credentials and machine account credentialsAndrew Bartlett1-2/+8
2007-10-10r11519: And an uninitialized variable...Volker Lendecke1-1/+1
2007-10-10r11518: Fix a warningVolker Lendecke1-1/+1
2007-10-10r11512: fix typoAndrew Bartlett1-1/+1
2007-10-10r11502: make sure we always use the 7 chars for the unix socket name.Stefan Metzmacher1-1/+1
2007-10-10r11476: finally fixed the intermittent registry server bug! This has beenAndrew Tridgell1-1/+0
2007-10-10r11472: use talloc_get_type() to try to catch an intermittent failure I'm see...Andrew Tridgell1-26/+30
2007-10-10r11459: display a schemaIDGUID as a guid in ldif, making it easier to workAndrew Tridgell1-0/+8