summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/common
Commit message (Expand)AuthorAgeFilesLines
...
* r19264: Clarify behaviour in ldb_search_callback() and provide moreAndrew Bartlett2007-10-101-7/+11
* r19196: merge from samba3:Stefan Metzmacher2007-10-104-21/+23
* r19188: merge from samba3:Stefan Metzmacher2007-10-106-14/+19
* r19113: fixed another checker warning.Andrew Tridgell2007-10-101-0/+1
* r19112: fixed a checker warning.Andrew Tridgell2007-10-101-1/+1
* r19079: talloc_array can failVolker Lendecke2007-10-101-0/+1
* r19076: ldb_dn_copy_partial can failVolker Lendecke2007-10-101-0/+1
* r19075: Fix a potential NULL dereferenceVolker Lendecke2007-10-101-0/+4
* r19074: Merge from 3_0: Fix a potential NULL dereference.Volker Lendecke2007-10-101-1/+1
* r19068: Fix a potential NULL dereferenceVolker Lendecke2007-10-101-0/+4
* r18978: Fix bug found by:Andrew Bartlett2007-10-101-3/+13
* r18942: add a ldb_set_create_perms() function in ldb. I didn't call itAndrew Tridgell2007-10-101-0/+11
* r18910: Change ldb_msg_add_string() to not actually add an attribute if theAndrew Tridgell2007-10-101-0/+5
* r18903: merge from samba3:Stefan Metzmacher2007-10-101-2/+2
* r18894: Merge const fixes from 3_0Volker Lendecke2007-10-101-5/+5
* r18882: make style consistentSimo Sorce2007-10-101-1/+3
* r18881: remove wrong check and statement.Simo Sorce2007-10-101-5/+0
* r18831: minor build changes for samba3. The logging changes will be removedAndrew Tridgell2007-10-101-1/+1
* 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
* r18536: fixed the loading of external binary files from ldif into ldbAndrew Tridgell2007-10-101-1/+7
* 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
* r18130: the move to system/ in libreplace broke some things ... should beAndrew Tridgell2007-10-104-0/+4
* r17859: Fix some return valuesSimo Sorce2007-10-101-15/+15
* 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
* r17778: fix compiler warningsStefan Metzmacher2007-10-101-1/+2
* r17730: cast dlsym result to try to avoid a compiler crash on hpuxAndrew Tridgell2007-10-101-1/+1
* r17722: better to use talloc_vasprintf() than vasprintf() directly, as itAndrew Tridgell2007-10-101-4/+3
* r17714: fix compiler warningsStefan Metzmacher2007-10-101-2/+2
* r17580: Add a new tools to convert back from AD-like schema to OpenLDAP.Andrew Bartlett2007-10-101-0/+17
* r17579: make ldb build g++ friendlyAndrew Tridgell2007-10-102-45/+45
* r17516: Change helper function names to make more clear what they are meant t...Simo Sorce2007-10-101-21/+21
* r17514: Simplify the way to set ldb errors and add anotherSimo Sorce2007-10-104-33/+44
* r17503: Add a useful function to search for a DNSimo Sorce2007-10-101-0/+13
* r17474: Allow the partitions module to load modules for specific backends.Andrew Bartlett2007-10-101-4/+5
* r17473: Split loading a list of modules and initialising them into a seperateAndrew Bartlett2007-10-101-42/+58
* r17398: avoid a memleak when we are returned 0 results and make a more creati...Simo Sorce2007-10-101-8/+8
* r17397: Add const, and use a more local memory context.Andrew Bartlett2007-10-101-12/+22
* r17368: Add 'const' to ldb_match_msg().Andrew Bartlett2007-10-101-20/+20
* r17301: Add a new function to copy a list of attributes, while adding one toAndrew Bartlett2007-10-101-0/+22
* 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