summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/common/ldb.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-21Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett1-10/+55
2008-02-21Until the new ldb changes land, make ldb_wait set the error string.Andrew Bartlett1-1/+7
2008-02-20Fix static module list generation for ldb.Jelmer Vernooij1-1/+0
2008-02-20Remove more function-based inits.Jelmer Vernooij1-11/+48
2008-02-20Allow ldb backends without init function, use init function-less ldb modules.Jelmer Vernooij1-0/+9
2007-12-21r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij1-1/+1
2007-12-21r26539: Remove unnecessary statics.Jelmer Vernooij1-1/+1
2007-12-21r26481: Make function for loading symbol from DSO more generic, and allow mod...Jelmer Vernooij1-1/+5
2007-12-21r25933: LDB: Don't free errstring until after the printf, in case it is one ofAndrew Bartlett1-1/+3
2007-12-21r25843: Finish check-soloading.Jelmer Vernooij1-1/+1
2007-10-10r25081: Add modules_dir member to ldb_context that is used rather than a globalJelmer Vernooij1-0/+1
2007-10-10r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell1-2/+1
2007-10-10r23795: more v2->v3 conversionAndrew Tridgell1-1/+1
2007-10-10r22681: Fix standalone ldb build when parent directory name != ldb.Jelmer Vernooij1-2/+1
2007-10-10r22557: Simo has long bugged me that the paths in the sam.ldb partitions wereAndrew Bartlett1-1/+11
2007-10-10r22474: If ldb does not return sucess, then the res variable may not be valid.Andrew Bartlett1-2/+0
2007-10-10r21736: Fix the smbclient test to do something more interesting with the lastAndrew Bartlett1-0/+3
2007-10-10r20761: let ldb modules call ldb_set_default_dns()Stefan Metzmacher1-1/+1
2007-10-10r20583: implement the frontend calls for extended operationsStefan Metzmacher1-0/+106
2007-10-10r20581: - the ldb modules have explicit hooks for extended operationsStefan Metzmacher1-0/+4
2007-10-10r20317: store references to all important naming contexts.Stefan Metzmacher1-13/+45
2007-10-10r20192: I assume a 'break' is the correct thing to do here,Stefan Metzmacher1-0/+1
2007-10-10r20033: Never commit before testingSimo Sorce1-3/+6
2007-10-10r20032: Add ldb_search_exp_fmt()Simo Sorce1-0/+36
2007-10-10r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce1-13/+13
2007-10-10r19720: - don't pass a pointer reference to ldb_search_default_callback()Stefan Metzmacher1-13/+14
2007-10-10r19453: Expose helper functionsSimo Sorce1-2/+3
2007-10-10r19264: Clarify behaviour in ldb_search_callback() and provide moreAndrew Bartlett1-7/+11
2007-10-10r19188: merge from samba3:Stefan Metzmacher1-2/+2
2007-10-10r18942: add a ldb_set_create_perms() function in ldb. I didn't call itAndrew Tridgell1-0/+11
2007-10-10r18894: Merge const fixes from 3_0Volker Lendecke1-5/+5
2007-10-10r18882: make style consistentSimo Sorce1-1/+3
2007-10-10r18830: ensure backends aren't added twice (needed for samba3)Andrew Tridgell1-13/+19
2007-10-10r18781: Move the usnCreated and usnChanged handling around again.Andrew Bartlett1-1/+2
2007-10-10r18777: add helper functions to create an ldb_request structureSimo Sorce1-68/+203
2007-10-10r18439: 2nd try at a talloc_move() api. This type with the ** ptr interfaceAndrew Tridgell1-2/+2
2007-10-10r18438: I should have examined these uses of talloc_move() moreAndrew Tridgell1-4/+1
2007-10-10r18436: converted ldb to use talloc_move() instead of talloc_steal() whenAndrew Tridgell1-10/+3
2007-10-10r18272: Couldn't resist to change this.Simo Sorce1-1/+1
2007-10-10r18245: Ensure we don't keep the rootdse record around (steal it onto theAndrew Bartlett1-4/+6
2007-10-10r17830: Set the default_basedn (hey, it comes from the "default" naming conte...Simo Sorce1-32/+39
2007-10-10r17828: set the auto_baseDN opaque even on failure to fetch rootDSE. ThatAndrew Tridgell1-3/+1
2007-10-10r17821: changed ldb_search() and the ldbsearch command line utility toAndrew Tridgell1-0/+41
2007-10-10r17514: Simplify the way to set ldb errors and add anotherSimo Sorce1-27/+37
2007-10-10r17186: "async" word abuse clean-up part 2Simo Sorce1-20/+20
2007-10-10r17185: Oh, I wanted to do this for sooo long time.Simo Sorce1-5/+5
2007-10-10r16972: Replace the sequence_number function pointer in ldb with the ldb flags.Andrew Bartlett1-4/+6
2007-10-10r16825: Make ldb_sainity_check() set an error string. This makes it muchAndrew Bartlett1-9/+14
2007-10-10r16784: - make some function in ldb static, they not need to be exported anyw...Simo Sorce1-3/+3
2007-10-10r16172: Translate the ldb error codes into appropriate messages for theAndrew Bartlett1-3/+9