Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r18942: add a ldb_set_create_perms() function in ldb. I didn't call it | Andrew Tridgell | 4 | -1/+16 |
2007-10-10 | r18939: don't rely on the umask being right in ldb creation. Both Samba3 and | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r18910: Change ldb_msg_add_string() to not actually add an attribute if the | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r18903: merge from samba3: | Stefan Metzmacher | 4 | -4/+6 |
2007-10-10 | r18894: Merge const fixes from 3_0 | Volker Lendecke | 1 | -5/+5 |
2007-10-10 | r18882: make style consistent | Simo Sorce | 1 | -1/+3 |
2007-10-10 | r18881: remove wrong check and statement. | Simo Sorce | 1 | -5/+0 |
2007-10-10 | r18851: Some C++ warnings | Volker Lendecke | 1 | -8/+8 |
2007-10-10 | r18840: make these compatible with g++ warnings | Andrew Tridgell | 2 | -15/+15 |
2007-10-10 | r18834: get the log context code right | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r18832: fixed standalone build | Andrew Tridgell | 1 | -19/+19 |
2007-10-10 | r18831: minor build changes for samba3. The logging changes will be removed | Andrew Tridgell | 5 | -4/+41 |
2007-10-10 | r18830: ensure backends aren't added twice (needed for samba3) | Andrew Tridgell | 1 | -13/+19 |
2007-10-10 | r18781: Move the usnCreated and usnChanged handling around again. | Andrew Bartlett | 7 | -144/+71 |
2007-10-10 | r18777: add helper functions to create an ldb_request structure | Simo Sorce | 2 | -69/+205 |
2007-10-10 | r18770: Avoid crashes and fix up other issues in the client-side paged_search... | Andrew Bartlett | 1 | -27/+57 |
2007-10-10 | r18602: updated web page for new ldb build method | Andrew Tridgell | 1 | -3/+8 |
2007-10-10 | r18596: removed superfluous semicolon | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r18591: Better defaults for share creation | Simo Sorce | 1 | -6/+13 |
2007-10-10 | r18539: 'make distclean' should delete config.cache | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r18538: we need a pipe here, not a logical OR | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r18536: fixed the loading of external binary files from ldif into ldb | Andrew Tridgell | 2 | -4/+13 |
2007-10-10 | r18535: move the AC_CANONICAL_HOST and host specific flag tests into | Andrew Tridgell | 4 | -4/+3051 |
2007-10-10 | r18515: Remove calls to "time" for now as some sh implementations don't have it, | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r18504: Handle mappings for RENAME and KEEP attributes better. We don't need | Andrew Bartlett | 1 | -44/+66 |
2007-10-10 | r18495: More work on the LDAP backend (which now passes a lot of our tests!) | Andrew Bartlett | 4 | -59/+95 |
2007-10-10 | r18485: include libreplace.m4 in the aclocal.m4 files | Stefan Metzmacher | 2 | -2/+3 |
2007-10-10 | r18439: 2nd try at a talloc_move() api. This type with the ** ptr interface | Andrew Tridgell | 11 | -28/+30 |
2007-10-10 | r18438: I should have examined these uses of talloc_move() more | Andrew Tridgell | 3 | -10/+5 |
2007-10-10 | r18437: added a 'make valgrindtest' target for ldb | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r18436: converted ldb to use talloc_move() instead of talloc_steal() when | Andrew Tridgell | 11 | -76/+31 |
2007-10-10 | r18410: Reduce noise in the ldb_ildap backend. We regularly search for things | Andrew Bartlett | 1 | -3/+1 |
2007-10-10 | r18347: run slapd in the foreground so timelimit can kill it | Andrew Tridgell | 1 | -2/+3 |
2007-10-10 | r18346: make sure we kill off the slapd process | Andrew Tridgell | 2 | -4/+26 |
2007-10-10 | r18327: 'struct token' is defined on some hosts | Andrew Tridgell | 1 | -5/+5 |
2007-10-10 | r18321: fixed some warnings on AIX | Andrew Tridgell | 2 | -3/+3 |
2007-10-10 | r18317: Make sure we actually have a valid reply or fail | Simo Sorce | 1 | -0/+3 |
2007-10-10 | r18309: FreeBSD 6.1 has a symbol ldap_new_connection() in the system ldap | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r18301: I discovered how to load the warnings from a build farm build into | Andrew Tridgell | 2 | -3/+3 |
2007-10-10 | r18286: ldb now needs install-sh too | Andrew Tridgell | 1 | -0/+238 |
2007-10-10 | r18283: libreplace.m4 needs to be early in configure.ac in other packages too | Andrew Tridgell | 1 | -4/+1 |
2007-10-10 | r18272: Couldn't resist to change this. | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r18245: Ensure we don't keep the rootdse record around (steal it onto the | Andrew Bartlett | 1 | -4/+6 |
2007-10-10 | r18244: more portable shell scripting | Andrew Tridgell | 1 | -6/+6 |
2007-10-10 | r18213: don't list LIBREPLACE depdendecies explicit and | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r18168: Use {NULL} rather than POPT_TABLEEND, which is not always available. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r18166: Fix build with external popt. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r18161: Fix LDB build after popt changes. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r18153: html/ isn't needed | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r18152: move our AC macros into lib/replace/libreplace_macros.m4 | Stefan Metzmacher | 1 | -12/+1 |