summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
...
* r12622: Move table.c prototypes to seperate header to prevent circular depend...Jelmer Vernooij2007-10-101-0/+1
* r12620: Get rid of automatically generated lists of init functions of subsyst...Jelmer Vernooij2007-10-108-17/+12
* r12616: remove unused function, and we have iface_local() as replacementStefan Metzmacher2007-10-101-15/+0
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-1028-41/+0
* r12605: docs patch from Brad Hards <bradh@frogmouth.net>Simo Sorce2007-10-102-82/+151
* r12604: fix make clean as Brad Hards <bradh@frogmouth.net> sugestedSimo Sorce2007-10-101-1/+2
* r12601: Syncronise both copies of dlinklist.h.Andrew Bartlett2007-10-101-0/+14
* r12600: Add a new module to sort the objectclass attribute on store. TheAndrew Bartlett2007-10-104-1/+326
* r12599: This new LDB module (and associated changes) allows Samba4 to operateAndrew Bartlett2007-10-101-0/+1
* r12592: Remove some useless dependenciesJelmer Vernooij2007-10-1014-129/+160
* r12553: Steal the error string onto this context, so that the caller doesn'tAndrew Bartlett2007-10-101-1/+1
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2007-10-103-0/+3
* r12540: Provide more information in the ldb error string.Andrew Bartlett2007-10-101-3/+5
* r12534: Make the transaction code fill the error string on failure.Andrew Bartlett2007-10-101-3/+30
* r12531: 'make quicktest' was taking 15 minutes on my system due to failing DNSAndrew Tridgell2007-10-102-61/+41
* r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server.Jelmer Vernooij2007-10-105-11/+16
* r12523: Convert the registry subsystem to use a seperate prototype headerJelmer Vernooij2007-10-102-0/+3
* r12512: Use GUID structs in API functions everywhere rather then converting b...Jelmer Vernooij2007-10-102-8/+4
* r12510: Change the DCE/RPC interfaces to take a pointer to aJelmer Vernooij2007-10-102-16/+13
* r12500: Use init functions explicitly in a few more places. 'gensec' and 'lib...Jelmer Vernooij2007-10-105-1/+8
* r12499: Move smb_build.h out of includes.hJelmer Vernooij2007-10-107-0/+7
* 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