Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | r17895: - talloc_increase_ref_count() can fail | Stefan Metzmacher | 2006-08-28 | 4 | -7/+16 | |
| | | | | | | | | | | | | | | | | | | - make talloc_reference() typesafe when gcc >= 3 is used metze | |||||
| | * | r17893: add a function to disable the null_context | Stefan Metzmacher | 2006-08-28 | 3 | -2/+15 | |
| | | | | | | | | | | | | metze | |||||
| | * | r17892: fix the last talloc c++ warning | Stefan Metzmacher | 2006-08-28 | 1 | -1/+2 | |
| | | | | | | | | | | | | metze | |||||
| | * | r17891: remove c++ warnings from talloc | Stefan Metzmacher | 2006-08-28 | 2 | -13/+14 | |
| | | | | | | | | | | | | metze | |||||
| | * | r17886: add talloc_ptrtype() and talloc_array_ptrtype(), | Stefan Metzmacher | 2006-08-28 | 4 | -0/+112 | |
| | | | | | | | | | | | | | | | | | | see the manpage what they do:-) metze | |||||
| | * | r17885: use _TALLOC_TYPEPF() consitently | Stefan Metzmacher | 2006-08-28 | 1 | -3/+2 | |
| | | | | | | | | | | | | metze | |||||
| | * | r17884: Shape up the snprintf fix after Metzes comments | Volker Lendecke | 2006-08-28 | 1 | -2/+2 | |
| | | | ||||||
| | * | r17883: check if talloc_asprintf() works correct | Stefan Metzmacher | 2006-08-28 | 1 | -0/+4 | |
| | | | | | | | | | | | | metze | |||||
| | * | r17868: remove duplicated attributes from list | Simo Sorce | 2006-08-28 | 1 | -6/+1 | |
| | | | ||||||
| | * | r17859: Fix some return values | Simo Sorce | 2006-08-27 | 1 | -15/+15 | |
| | | | ||||||
| | * | r17849: Next round for RPC-SAMBA3-SHARESEC | Volker Lendecke | 2006-08-27 | 1 | -2/+2 | |
| | | | ||||||
| | * | r17844: The AIX compiler thinks { } is a syntax error | Volker Lendecke | 2006-08-26 | 1 | -1/+2 | |
| | | | ||||||
| | * | r17842: After talking to Simo, apply the next attempt to resolve the strnlen | Volker Lendecke | 2006-08-26 | 4 | -3/+49 | |
| | | | | | | | | | | | | | | | | | | | | | problem. Timegm is the same. Simo says this is just a workaround, but it helps for now. Feel free to revert. Volker | |||||
| | * | r17841: Revert 17840, libldb.a defines strnlen. Sorry for the noise | Volker Lendecke | 2006-08-26 | 2 | -15/+1 | |
| | | | ||||||
| | * | r17840: A step towards building on Solaris which appears not to have strnlen. | Volker Lendecke | 2006-08-26 | 2 | -1/+15 | |
| | | | | | | | | | | | | Volker | |||||
| | * | r17830: Set the default_basedn (hey, it comes from the "default" naming ↵ | Simo Sorce | 2006-08-25 | 3 | -34/+42 | |
| | | | | | | | | | | | | | | | | | | | | | | | | contex :-) once at connection time, after modules have been loaded. Introduce a function to retrieve the value where needed. | |||||
| | * | r17828: set the auto_baseDN opaque even on failure to fetch rootDSE. That | Andrew Tridgell | 2006-08-25 | 1 | -3/+1 | |
| | | | | | | | | | | | | ensures we never try twice | |||||
| | * | r17822: the ildap ldb backend doesn't need the auto rootDSE logic any more | Andrew Tridgell | 2006-08-25 | 1 | -84/+2 | |
| | | | ||||||
| | * | r17821: changed ldb_search() and the ldbsearch command line utility to | Andrew Tridgell | 2006-08-25 | 3 | -0/+50 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | automatically work out the basedn when basedn==NULL. The basedn is fetched from the rootDSE defaultNamingContext value (if there is one) This means we don't have to have the defaultNamingContext logic in lots of places. It makes a lot of sense to me to have basedn==NULL mean "use the default, as given by the database" Note that explicitly specifing a basedn of '' is not the same thing, and will not trigger this code The baseDN is cached in a ldb opaque, so we only have to fetch it once | |||||
| | * | r17820: simplify the code flow a little | Andrew Tridgell | 2006-08-25 | 1 | -20/+27 | |
| | | | ||||||
| | * | r17790: replace uses -ldl and should directly depend on it | Stefan Metzmacher | 2006-08-24 | 2 | -2/+2 | |
| | | | | | | | | | | | | metze | |||||
| | * | r17789: remove compiler warnings | Stefan Metzmacher | 2006-08-24 | 1 | -3/+3 | |
| | | | | | | | | | | | | metze | |||||
| | * | r17783: fix compiler warnings | Stefan Metzmacher | 2006-08-24 | 1 | -1/+5 | |
| | | | | | | | | | | | | metze | |||||
| | * | r17782: fix compiler warning | Stefan Metzmacher | 2006-08-24 | 1 | -0/+2 | |
| | | | | | | | | | | | | metze | |||||
| | * | r17781: fix compiler warning | Stefan Metzmacher | 2006-08-24 | 1 | -3/+1 | |
| | | | | | | | | | | | | metze | |||||
| | * | r17780: better fix this one correctly | Stefan Metzmacher | 2006-08-24 | 1 | -2/+8 | |
| | | | | | | | | | | | | metze | |||||
| | * | r17779: this macro is unused | Stefan Metzmacher | 2006-08-24 | 1 | -0/+2 | |
| | | | | | | | | | | | | metze | |||||
| | * | r17778: fix compiler warnings | Stefan Metzmacher | 2006-08-24 | 1 | -1/+2 | |
| | | | | | | | | | | | | metze | |||||
| | * | r17775: use an enum to get rid of compiler warnings | Stefan Metzmacher | 2006-08-24 | 1 | -6/+6 | |
| | | | | | | | | | | | | metze | |||||
| | * | r17773: this macros are unsed, with compiler warnings | Stefan Metzmacher | 2006-08-24 | 1 | -0/+2 | |
| | | | | | | | | | | | | metze | |||||
| | * | r17771: add a comment explaing the odd cast | Andrew Tridgell | 2006-08-24 | 1 | -0/+6 | |
| | | | ||||||
| | * | r17770: don't force -L/usr/lib, it breaks us4 | Andrew Tridgell | 2006-08-24 | 1 | -2/+2 | |
| | | | ||||||
| | * | r17769: only look for dlopen in -ldl if not found in libc. Needed for us4 | Andrew Tridgell | 2006-08-24 | 1 | -2/+1 | |
| | | | ||||||
| | * | r17765: fix handling of old solaris /bin/sh in ldb build/test | Andrew Tridgell | 2006-08-24 | 3 | -5/+9 | |
| | | | ||||||
| | * | r17764: more portable setenv() replacement | Andrew Tridgell | 2006-08-24 | 1 | -8/+22 | |
| | | | ||||||
| | * | r17763: moved setenv to ldb/replace/ | Andrew Tridgell | 2006-08-23 | 2 | -20/+1 | |
| | | | ||||||
| | * | r17762: HPUX needs setenv | Andrew Tridgell | 2006-08-23 | 2 | -1/+18 | |
| | | | ||||||
| | * | r17756: I don't know why but this only works with the standalone | Stefan Metzmacher | 2006-08-23 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | ldb build...I'll test more tomorrow. metze | |||||
| | * | r17750: these have moved to ldb/replace/ now | Andrew Tridgell | 2006-08-23 | 4 | -126/+2 | |
| | | | ||||||
| | * | r17749: more HPUX madness | Andrew Tridgell | 2006-08-23 | 2 | -0/+33 | |
| | | | ||||||
| | * | r17748: make the casts much easier to understand | Stefan Metzmacher | 2006-08-23 | 1 | -3/+3 | |
| | | | | | | | | | | | | metze | |||||
| | * | r17747: ldb's make test should not try to install something | Stefan Metzmacher | 2006-08-23 | 1 | -2/+2 | |
| | | | | | | | | | | | | metze | |||||
| | * | r17746: the automatic archive creation in make breaks on 3 platforms. Lets try | Andrew Tridgell | 2006-08-23 | 1 | -2/+4 | |
| | | | | | | | | | | | | manual archives and see if they work a bit better .... | |||||
| | * | r17745: got rid of the final asprintf() in ldb | Andrew Tridgell | 2006-08-23 | 1 | -1/+1 | |
| | | | ||||||
| | * | r17743: fix compiler warnings | Stefan Metzmacher | 2006-08-23 | 2 | -10/+10 | |
| | | | | | | | | | | | | metze | |||||
| | * | r17741: tru64 uses inttypes.h not stdint.h. | Andrew Tridgell | 2006-08-23 | 1 | -0/+3 | |
| | | | | | | | | | | | | ain't standards wonderful? | |||||
| | * | r17740: get rid of dependence on asprintf(), using talloc_asprintf() instead | Andrew Tridgell | 2006-08-23 | 2 | -4/+4 | |
| | | | ||||||
| | * | r17739: forgot to add replace/* | Andrew Tridgell | 2006-08-23 | 3 | -0/+120 | |
| | | | ||||||
| | * | r17738: solving the seemingly trivial problem of timegm() being missing on | Andrew Tridgell | 2006-08-23 | 5 | -28/+23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | some systems requires quite a large change in ldb. The core problem is that ldb doesn't have its own equivalent of lib/replace/, so we have no sane place to put things like timegm.c This patch moves part of lib/replace/ from Samba4 into ldb, and the next patch will remove those parts from Samba4. We will probably need to similarly move parts of lib/replace/ into lib/talloc/ and lib/tdb/, so that at each level the libraries have replacements for the functions they need, but higher level libraries don't need to re-include replacements if a lower level library already replaces the function | |||||
| | * | r17737: fixed a 'declaration in code' error | Andrew Tridgell | 2006-08-23 | 1 | -1/+2 | |
| | | |