summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/common/ldb.c
Commit message (Expand)AuthorAgeFilesLines
* r25933: LDB: Don't free errstring until after the printf, in case it is one ofAndrew Bartlett2007-12-211-1/+3
* r25843: Finish check-soloading.Jelmer Vernooij2007-12-211-1/+1
* r25081: Add modules_dir member to ldb_context that is used rather than a globalJelmer Vernooij2007-10-101-0/+1
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-101-2/+1
* r23795: more v2->v3 conversionAndrew Tridgell2007-10-101-1/+1
* r22681: Fix standalone ldb build when parent directory name != ldb.Jelmer Vernooij2007-10-101-2/+1
* r22557: Simo has long bugged me that the paths in the sam.ldb partitions wereAndrew Bartlett2007-10-101-1/+11
* r22474: If ldb does not return sucess, then the res variable may not be valid.Andrew Bartlett2007-10-101-2/+0
* r21736: Fix the smbclient test to do something more interesting with the lastAndrew Bartlett2007-10-101-0/+3
* r20761: let ldb modules call ldb_set_default_dns()Stefan Metzmacher2007-10-101-1/+1
* r20583: implement the frontend calls for extended operationsStefan Metzmacher2007-10-101-0/+106
* r20581: - the ldb modules have explicit hooks for extended operationsStefan Metzmacher2007-10-101-0/+4
* r20317: store references to all important naming contexts.Stefan Metzmacher2007-10-101-13/+45
* r20192: I assume a 'break' is the correct thing to do here,Stefan Metzmacher2007-10-101-0/+1
* r20033: Never commit before testingSimo Sorce2007-10-101-3/+6
* r20032: Add ldb_search_exp_fmt()Simo Sorce2007-10-101-0/+36
* r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce2007-10-101-13/+13
* r19720: - don't pass a pointer reference to ldb_search_default_callback()Stefan Metzmacher2007-10-101-13/+14
* r19453: Expose helper functionsSimo Sorce2007-10-101-2/+3
* r19264: Clarify behaviour in ldb_search_callback() and provide moreAndrew Bartlett2007-10-101-7/+11
* r19188: merge from samba3:Stefan Metzmacher2007-10-101-2/+2
* r18942: add a ldb_set_create_perms() function in ldb. I didn't call itAndrew Tridgell2007-10-101-0/+11
* r18894: Merge const fixes from 3_0Volker Lendecke2007-10-101-5/+5
* r18882: make style consistentSimo Sorce2007-10-101-1/+3
* r18830: ensure backends aren't added twice (needed for samba3)Andrew Tridgell2007-10-101-13/+19
* r18781: Move the usnCreated and usnChanged handling around again.Andrew Bartlett2007-10-101-1/+2
* r18777: add helper functions to create an ldb_request structureSimo Sorce2007-10-101-68/+203
* r18439: 2nd try at a talloc_move() api. This type with the ** ptr interfaceAndrew Tridgell2007-10-101-2/+2
* r18438: I should have examined these uses of talloc_move() moreAndrew Tridgell2007-10-101-4/+1
* r18436: converted ldb to use talloc_move() instead of talloc_steal() whenAndrew Tridgell2007-10-101-10/+3
* r18272: Couldn't resist to change this.Simo Sorce2007-10-101-1/+1
* r18245: Ensure we don't keep the rootdse record around (steal it onto theAndrew Bartlett2007-10-101-4/+6
* r17830: Set the default_basedn (hey, it comes from the "default" naming conte...Simo Sorce2007-10-101-32/+39
* r17828: set the auto_baseDN opaque even on failure to fetch rootDSE. ThatAndrew Tridgell2007-10-101-3/+1
* r17821: changed ldb_search() and the ldbsearch command line utility toAndrew Tridgell2007-10-101-0/+41
* r17514: Simplify the way to set ldb errors and add anotherSimo Sorce2007-10-101-27/+37
* r17186: "async" word abuse clean-up part 2Simo Sorce2007-10-101-20/+20
* r17185: Oh, I wanted to do this for sooo long time.Simo Sorce2007-10-101-5/+5
* r16972: Replace the sequence_number function pointer in ldb with the ldb flags.Andrew Bartlett2007-10-101-4/+6
* r16825: Make ldb_sainity_check() set an error string. This makes it muchAndrew Bartlett2007-10-101-9/+14
* r16784: - make some function in ldb static, they not need to be exported anyw...Simo Sorce2007-10-101-3/+3
* r16172: Translate the ldb error codes into appropriate messages for theAndrew Bartlett2007-10-101-3/+9
* r16085: Set the error string if we fail to find a valid op to execute. HelpsAndrew Bartlett2007-10-101-2/+6
* r16083: Make it possible to initialise a backend module, without it setting upAndrew Bartlett2007-10-101-4/+66
* r16071: tdb has nested transactionsSimo Sorce2007-10-101-53/+86
* r16036: Add a couple of new functions to corretly deal with timeouts.Simo Sorce2007-10-101-21/+44
* r16007: If no error string was setup by the backend, ensure that we always getAndrew Bartlett2007-10-101-1/+9
* r15944: rename LDB_ASYNC_ADD -> LDB_ADD, LDB_ASYNC_MODIFY -> LDB_MODIFY, etc...Simo Sorce2007-10-101-10/+10
* r15942: Remove the sync internal ldb calls altogether.Simo Sorce2007-10-101-24/+2
* r15932: Remove per request credsSimo Sorce2007-10-101-5/+0