summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
* r16007: If no error string was setup by the backend, ensure that we always getAndrew Bartlett2007-10-101-1/+9
* r16003: Tru64 doesn't have strtoll/strtoull but the size of 'long' is equal toStefan Metzmacher2007-10-101-0/+4
* r16002: fix the build on solarisStefan Metzmacher2007-10-102-3/+3
* r16001: we don't use u_intX_t any moreStefan Metzmacher2007-10-102-7/+2
* r15986: Declare struct tmJelmer Vernooij2007-10-101-0/+1
* r15981: we need to initialize 'ret' before 'goto failed'Stefan Metzmacher2007-10-101-5/+11
* r15979: some farmating...Stefan Metzmacher2007-10-101-7/+6
* r15978: - pass the error code back to the caller...Stefan Metzmacher2007-10-101-2/+2
* r15964: fix error handling in ldb_ildap backendStefan Metzmacher2007-10-101-7/+14
* r15963: fix warningsStefan Metzmacher2007-10-101-2/+2
* r15955: fix whitespacesStefan Metzmacher2007-10-101-1/+1
* r15953: our timegm() replacement still doesn't work, so grab the one fromAndrew Tridgell2007-10-104-13/+77
* r15945: Check ltdb_modified resultsSimo Sorce2007-10-101-8/+19
* r15944: rename LDB_ASYNC_ADD -> LDB_ADD, LDB_ASYNC_MODIFY -> LDB_MODIFY, etc...Simo Sorce2007-10-107-24/+24
* r15942: Remove the sync internal ldb calls altogether.Simo Sorce2007-10-1013-1633/+234
* r15932: Remove per request credsSimo Sorce2007-10-107-18/+0
* r15927: Optimize ldb module traverse while keeping the API intact.Simo Sorce2007-10-1014-527/+564
* r15922: password_hash.c has proven to be a good way to research how to build ...Simo Sorce2007-10-101-42/+65
* r15913: Error passing in the async code is not in agood shapeSimo Sorce2007-10-106-131/+323
* r15896: we're getting a lot of crashes on the build farm due to peopleAndrew Tridgell2007-10-101-0/+1
* r15892: Remove the COM management code - DCOM should beJelmer Vernooij2007-10-1011-930/+0
* r15882: I forgot to add in this prototype for strtok_r()Andrew Tridgell2007-10-101-0/+4
* r15879: strtok_r() replacement, for solarisAndrew Tridgell2007-10-102-1/+28
* r15878: Add explicit initialization to make the IBM checker happy.Jelmer Vernooij2007-10-101-2/+2
* r15877: Fix error message - caught by the IBM checkerJelmer Vernooij2007-10-101-4/+17
* r15871: Fix systems with native iconvJelmer Vernooij2007-10-101-2/+2
* r15870: Improve detection of iconv - should prevent HAVE_ICONV_H beingJelmer Vernooij2007-10-101-18/+6
* r15869: Fix loop var to search paths for iconvJim McDonough2007-10-101-1/+1
* r15868: Add replacement macro for __STRING()Jelmer Vernooij2007-10-102-1/+4
* r15856: fixed talloc_asprintf_append() on solarisAndrew Tridgell2007-10-101-1/+2
* r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell2007-10-1013-47/+24
* r15853: started the process of removing the warnings now thatAndrew Tridgell2007-10-101-2/+1
* r15852: patch from Rusty to make talloc_set_destructor() and talloc_steal()Andrew Tridgell2007-10-103-23/+40
* r15847: We probably want to keep the global initSimo Sorce2007-10-101-0/+2
* r15846: An async version of ldbsearchSimo Sorce2007-10-101-59/+186
* r15829: we need to include socket.h before we can use enum socket_typeStefan Metzmacher2007-10-101-0/+2
* r15828: a talloc steal optimisation spotted by metzeAndrew Tridgell2007-10-101-1/+1
* r15824: fixed a subtle talloc bug to do with memory context loops. When youAndrew Tridgell2007-10-103-3/+80
* r15810: Fix uninitialized variable error, caught by the IBM checker.Jelmer Vernooij2007-10-101-1/+2
* r15807: Fix incorrect initialization. Very nice catch by the IBM Checker.Jelmer Vernooij2007-10-101-1/+1
* r15806: Remove some unnecessary nesting making the function harder to read.Jelmer Vernooij2007-10-101-11/+15
* r15798: shortcut the lookup of "localhost" in the ipv6 backendAndrew Tridgell2007-10-101-1/+5
* r15795: Try to use the async code by defaultSimo Sorce2007-10-101-12/+140
* r15786: another fix in rdn_nameSimo Sorce2007-10-101-10/+3
* r15776: Don't generate ref pointers in Samba4-generated code. There is no pointJelmer Vernooij2007-10-101-1/+1
* r15762: It make no sense for rdn_name to implement modify, it will need to im...Simo Sorce2007-10-101-138/+0
* r15761: Fix-as-you-go ...Simo Sorce2007-10-103-25/+11
* r15719: Fix build on systems (AIX) that don't have vsyslog or strcasestr, withJim McDonough2007-10-101-0/+2
* r15659: Implement opening a key by name (significant better performanceJelmer Vernooij2007-10-101-2/+236
* r15592: Remove unused headerJelmer Vernooij2007-10-101-1/+0