summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
...
* r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not usingJelmer Vernooij2007-10-1020-68/+55
* r12494: Support loading modules from .so files for most subsystems.Jelmer Vernooij2007-10-106-24/+81
* r12487: Remove obsolete functionJelmer Vernooij2007-10-101-24/+0
* r12483: Remove --tdr-header option (merged into --tdr-parser)Jelmer Vernooij2007-10-101-1/+1
* r12445: Fix header in manpage, make script executableJelmer Vernooij2007-10-101-1/+1
* r12433: Add comment describing this function.Andrew Bartlett2007-10-101-0/+4
* r12431: - the TIME_T_MAX needs to be a singed max valueStefan Metzmacher2007-10-101-3/+16
* r12408: as we always add the destinguishedName as autogenerated value,Stefan Metzmacher2007-10-101-8/+16
* r12385: call pidl with the perl found by configureStefan Metzmacher2007-10-101-1/+1
* r12364: add UINT32_MAX and UINT64_MAX replacement definesStefan Metzmacher2007-10-102-0/+10
* r12361: Add a new function: ldb_binary_encode_string()Andrew Bartlett2007-10-102-1/+14
* r12320: Add command-line processing hooks for simple bind DN, and password ca...Andrew Bartlett2007-10-102-7/+18
* r12310: Link simple bind support in our internal LDAP libs to LDB and theAndrew Bartlett2007-10-101-5/+16
* r12286: handle absolute path and url in lock_path() as in private_path()Stefan Metzmacher2007-10-101-0/+6
* r12285: move the smbd.tmp into piddir, --with-fhs piddir is differentStefan Metzmacher2007-10-101-1/+24
* r12254: Add some (hopefully correct) descriptions for libraries that are inst...Jelmer Vernooij2007-10-106-0/+6
* r12239: as we only get error from our events system when we wait for read eve...Stefan Metzmacher2007-10-101-1/+1
* r12227: I realised that I wasn't yet seeing authenticated LDAP for the ldbAndrew Bartlett2007-10-103-5/+17
* r12216: Couple of small fixes: reduce include/includes.h a bit, simplify headersJelmer Vernooij2007-10-105-1/+11
* r12209: Fix some issues with XML entities.Jelmer Vernooij2007-10-1011-25/+54
* 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