summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
* r12178: Make ldb_ildap work against localhost again, by setting the eventAndrew Bartlett2007-10-101-0/+4
* r12158: added ldif handlers for the ntSecurityDescriptor attribute, so whenAndrew Tridgell2007-10-101-0/+67
* r12157: ldb_dump_results() is useful to call from within gdb, so you can see aAndrew Tridgell2007-10-101-0/+17
* r12153: work arround the fact that epoll reports EPOLLERR and EPOLLHUP, even ifStefan Metzmacher2007-10-101-10/+87
* r12146: as epoll notifies EPOLLERR and EPOLLHUP implicit,Stefan Metzmacher2007-10-101-2/+2
* r12141: - move epoll related code into one big #ifdef, and use dummy #define'sStefan Metzmacher2007-10-101-160/+174
* r12140: - add an additional_flags field to the fd_event struct, so thatStefan Metzmacher2007-10-103-3/+6
* r12124: we don't need this comment twiceStefan Metzmacher2007-10-101-5/+0
* r12123: handle fde == NULL at the correct levelStefan Metzmacher2007-10-103-11/+16
* r12116: got rid of composite_trigger_done() and composite_trigger_error(), andAndrew Tridgell2007-10-102-2/+2
* r12074: in accept() we need to set socket name of the child socket by lookingStefan Metzmacher2007-10-101-3/+19
* r12073: fix vlgrind error, calculate the correct size for memcpy()Stefan Metzmacher2007-10-101-6/+13
* r12057: fixed authentication in ldb client toolsAndrew Tridgell2007-10-101-0/+3
* r12014: free the irpc_request structure with the irpc_call_recv functions,Stefan Metzmacher2007-10-101-5/+8
* r11988: Setup the sessionInfo just before the connect, rather than earlierAndrew Bartlett2007-10-101-4/+6
* r11984: LGPL on header and testsuite as wellAndrew Tridgell2007-10-102-22/+30
* r11983: make talloc LGPL. This makes more sense given that ldb depends onAndrew Tridgell2007-10-101-11/+15
* r11981: we should allocate request specific memory in ldb modules off theAndrew Tridgell2007-10-101-1/+1
* r11967: Fix more 64-bit warnings.Tim Potter2007-10-102-3/+3
* r11958: - fixed memory leaks in the ldb_result handling in ldb operationsAndrew Tridgell2007-10-106-90/+99
* r11953: enabled the rootdse module in the ldb modules codeAndrew Tridgell2007-10-101-0/+1
* r11870: fixed the problem volker reported with the RPX-XPLOGIN test. TheAndrew Tridgell2007-10-101-1/+37
* r11869: talloc has been ported :-)Volker Lendecke2007-10-101-2/+3
* 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