summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/common
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r19454: In standalone build init asq tooSimo Sorce1-0/+1
2007-10-10r19453: Expose helper functionsSimo Sorce1-2/+3
2007-10-10r19365: fixed a memory leak in the ldb attribute handlingAndrew Tridgell1-0/+14
2007-10-10r19362: - don't need to store the baseinfo message after cache loadAndrew Tridgell1-0/+1
2007-10-10r19361: added a commentAndrew Tridgell1-0/+3
2007-10-10r19323: fixed a leak in the ldif parse codeAndrew Tridgell1-0/+1
2007-10-10r19305: Potential memleak on the ldb_context if we don't use a temp mem contextSimo Sorce1-1/+10
2007-10-10r19289: fixed a memory leak in ldb_dn_string_compose()Andrew Tridgell1-2/+4
2007-10-10r19264: Clarify behaviour in ldb_search_callback() and provide moreAndrew Bartlett1-7/+11
2007-10-10r19196: merge from samba3:Stefan Metzmacher4-21/+23
2007-10-10r19188: merge from samba3:Stefan Metzmacher6-14/+19
2007-10-10r19113: fixed another checker warning.Andrew Tridgell1-0/+1
2007-10-10r19112: fixed a checker warning.Andrew Tridgell1-1/+1
2007-10-10r19079: talloc_array can failVolker Lendecke1-0/+1
2007-10-10r19076: ldb_dn_copy_partial can failVolker Lendecke1-0/+1
2007-10-10r19075: Fix a potential NULL dereferenceVolker Lendecke1-0/+4
2007-10-10r19074: Merge from 3_0: Fix a potential NULL dereference.Volker Lendecke1-1/+1
2007-10-10r19068: Fix a potential NULL dereferenceVolker Lendecke1-0/+4
2007-10-10r18978: Fix bug found by:Andrew Bartlett1-3/+13
2007-10-10r18942: add a ldb_set_create_perms() function in ldb. I didn't call itAndrew Tridgell1-0/+11
2007-10-10r18910: Change ldb_msg_add_string() to not actually add an attribute if theAndrew Tridgell1-0/+5
2007-10-10r18903: merge from samba3:Stefan Metzmacher1-2/+2
2007-10-10r18894: Merge const fixes from 3_0Volker Lendecke1-5/+5
2007-10-10r18882: make style consistentSimo Sorce1-1/+3
2007-10-10r18881: remove wrong check and statement.Simo Sorce1-5/+0
2007-10-10r18831: minor build changes for samba3. The logging changes will be removedAndrew Tridgell1-1/+1
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-10r18536: fixed the loading of external binary files from ldif into ldbAndrew Tridgell1-1/+7
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-10r18130: the move to system/ in libreplace broke some things ... should beAndrew Tridgell4-0/+4
2007-10-10r17859: Fix some return valuesSimo Sorce1-15/+15
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-10r17778: fix compiler warningsStefan Metzmacher1-1/+2
2007-10-10r17730: cast dlsym result to try to avoid a compiler crash on hpuxAndrew Tridgell1-1/+1
2007-10-10r17722: better to use talloc_vasprintf() than vasprintf() directly, as itAndrew Tridgell1-4/+3
2007-10-10r17714: fix compiler warningsStefan Metzmacher1-2/+2
2007-10-10r17580: Add a new tools to convert back from AD-like schema to OpenLDAP.Andrew Bartlett1-0/+17
2007-10-10r17579: make ldb build g++ friendlyAndrew Tridgell2-45/+45
2007-10-10r17516: Change helper function names to make more clear what they are meant t...Simo Sorce1-21/+21
2007-10-10r17514: Simplify the way to set ldb errors and add anotherSimo Sorce4-33/+44
2007-10-10r17503: Add a useful function to search for a DNSimo Sorce1-0/+13
2007-10-10r17474: Allow the partitions module to load modules for specific backends.Andrew Bartlett1-4/+5