r23796: main COPYING file for samba4, plus some formatting varients
[samba.git] / source4 / lib / ldb / common /
2007-10-10 Andrew Tridgellr23795: more v2->v3 conversion
2007-10-10 Andrew Bartlettr23560: - Activate metze's schema modules (from metze...
2007-10-10 Stefan Metzmacherr22989: allow '@foo' attributes searchable as we allow...
2007-10-10 Stefan Metzmacherr22789: fix loading of internal samba4 modules
2007-10-10 Jelmer Vernooijr22750: dlopen() is always available now (and returns...
2007-10-10 Simo Sorcer22696: Make sure this is an ascii char
2007-10-10 Volker Lendecker22694: It seems that AIX 5.3 with XLC has difficulties...
2007-10-10 Jelmer Vernooijr22681: Fix standalone ldb build when parent directory...
2007-10-10 Andrew Bartlettr22557: Simo has long bugged me that the paths in the...
2007-10-10 Andrew Bartlettr22474: If ldb does not return sucess, then the res...
2007-10-10 Andrew Bartlettr21761: - Give more detail on LDAP client library failu...
2007-10-10 Andrew Bartlettr21760: Try to pin down were some errors are coming...
2007-10-10 Andrew Bartlettr21736: Fix the smbclient test to do something more...
2007-10-10 Andrew Bartlettr21496: A number of ldb control and LDAP changes, surro...
2007-10-10 Stefan Metzmacherr20952: when a component is changed we need to rebuild...
2007-10-10 Stefan Metzmacherr20852: add a function to add a ldb control to a ldb_re...
2007-10-10 Stefan Metzmacherr20761: let ldb modules call ldb_set_default_dns()
2007-10-10 Stefan Metzmacherr20731: we need the complex memmove() handling for...
2007-10-10 Stefan Metzmacherr20588: handle extended operations in the ldb_next_requ...
2007-10-10 Stefan Metzmacherr20583: implement the frontend calls for extended opera...
2007-10-10 Stefan Metzmacherr20581: - the ldb modules have explicit hooks for exten...
2007-10-10 Stefan Metzmacherr20462: add functions to handle UTCTime strings
2007-10-10 Andrew Bartlettr20373: When adding a base to a "" DN, don't precede...
2007-10-10 Stefan Metzmacherr20317: store references to all important naming contexts.
2007-10-10 Stefan Metzmacherr20192: I assume a 'break' is the correct thing to...
2007-10-10 Stefan Metzmacherr20189: remove unused struct element
2007-10-10 Stefan Metzmacherr20188: move back to an default attribute handler and...
2007-10-10 Stefan Metzmacherr20184: change ldb_attrib_handler into ldb_schema_attri...
2007-10-10 Stefan Metzmacherr20168: start separating attributes and syntaxes
2007-10-10 Simo Sorcer20033: Never commit before testing
2007-10-10 Simo Sorcer20032: Add ldb_search_exp_fmt()
2007-10-10 Stefan Metzmacherr20023: handle <SID=...> <WKGUID=...> dn's also in...
2007-10-10 Stefan Metzmacherr19966: we don't need 2 versions of this functions
2007-10-10 Stefan Metzmacherr19964: make debuging easier and report usefull error...
2007-10-10 Stefan Metzmacherr19954: allow more special dn's:
2007-10-10 Simo Sorcer19910: Make better use of our set of talloc utility...
2007-10-10 Simo Sorcer19909: Make this one double as fast
2007-10-10 Simo Sorcer19907: this function is used a lot
2007-10-10 Simo Sorcer19906: ldb_attr_cmp is used a lot
2007-10-10 Volker Lendecker19901: Fix a potential NULL dereference
2007-10-10 Simo Sorcer19888: make it possible to use default attrib handlers...
2007-10-10 Simo Sorcer19887: return "" string only if the dn is a valid one
2007-10-10 Simo Sorcer19886: ncName is specific to samba, not the generic...
2007-10-10 Stefan Metzmacherr19885: special dn's were not casefolded before rev...
2007-10-10 Simo Sorcer19871: simplify more
2007-10-10 Simo Sorcer19870: Simplify code
2007-10-10 Simo Sorcer19869: fix memleaks
2007-10-10 Simo Sorcer19832: better prototypes for the linearization functions:
2007-10-10 Simo Sorcer19831: Big ldb_dn optimization and interfaces enhancem...
2007-10-10 Stefan Metzmacherr19743: merge from samba3:
2007-10-10 Stefan Metzmacherr19742: fix compiler warnings
2007-10-10 Stefan Metzmacherr19740: fix compiler warning
2007-10-10 Andrew Bartlettr19731: Modify the ldb_map infrustructure to always...
2007-10-10 Stefan Metzmacherr19720: - don't pass a pointer reference to ldb_search_...
2007-10-10 Stefan Metzmacherr19719: don't use 'new' as var name samba3 doesn't...
2007-10-10 Simo Sorcer19531: Make struct ldb_dn opaque and local to ldb_dn.c
2007-10-10 Jelmer Vernooijr19507: Merge my DSO fixes branch. Building Samba's...
2007-10-10 Simo Sorcer19490: better to check the return result
2007-10-10 Simo Sorcer19489: Change ldb_msg_add_value and ldb_msg_add_empty...
2007-10-10 Simo Sorcer19454: In standalone build init asq too
2007-10-10 Simo Sorcer19453: Expose helper functions
2007-10-10 Andrew Tridgellr19365: fixed a memory leak in the ldb attribute handling
2007-10-10 Andrew Tridgellr19362: - don't need to store the baseinfo message...
2007-10-10 Andrew Tridgellr19361: added a comment
2007-10-10 Andrew Tridgellr19323: fixed a leak in the ldif parse code
2007-10-10 Simo Sorcer19305: Potential memleak on the ldb_context if we...
2007-10-10 Andrew Tridgellr19289: fixed a memory leak in ldb_dn_string_compose()
2007-10-10 Andrew Bartlettr19264: Clarify behaviour in ldb_search_callback()...
2007-10-10 Stefan Metzmacherr19196: merge from samba3:
2007-10-10 Stefan Metzmacherr19188: merge from samba3:
2007-10-10 Andrew Tridgellr19113: fixed another checker warning.
2007-10-10 Andrew Tridgellr19112: fixed a checker warning.
2007-10-10 Volker Lendecker19079: talloc_array can fail
2007-10-10 Volker Lendecker19076: ldb_dn_copy_partial can fail
2007-10-10 Volker Lendecker19075: Fix a potential NULL dereference
2007-10-10 Volker Lendecker19074: Merge from 3_0: Fix a potential NULL dereference.
2007-10-10 Volker Lendecker19068: Fix a potential NULL dereference
2007-10-10 Andrew Bartlettr18978: Fix bug found by:
2007-10-10 Andrew Tridgellr18942: add a ldb_set_create_perms() function in ldb...
2007-10-10 Andrew Tridgellr18910: Change ldb_msg_add_string() to not actually...
2007-10-10 Stefan Metzmacherr18903: merge from samba3:
2007-10-10 Volker Lendecker18894: Merge const fixes from 3_0
2007-10-10 Simo Sorcer18882: make style consistent
2007-10-10 Simo Sorcer18881: remove wrong check and statement.
2007-10-10 Andrew Tridgellr18831: minor build changes for samba3. The logging...
2007-10-10 Andrew Tridgellr18830: ensure backends aren't added twice (needed...
2007-10-10 Andrew Bartlettr18781: Move the usnCreated and usnChanged handling...
2007-10-10 Simo Sorcer18777: add helper functions to create an ldb_request...
2007-10-10 Andrew Tridgellr18536: fixed the loading of external binary files...
2007-10-10 Andrew Tridgellr18439: 2nd try at a talloc_move() api. This type with...
2007-10-10 Andrew Tridgellr18438: I should have examined these uses of talloc_mov...
2007-10-10 Andrew Tridgellr18436: converted ldb to use talloc_move() instead...
2007-10-10 Simo Sorcer18272: Couldn't resist to change this.
2007-10-10 Andrew Bartlettr18245: Ensure we don't keep the rootdse record around...
2007-10-10 Andrew Tridgellr18130: the move to system/ in libreplace broke some...
2007-10-10 Simo Sorcer17859: Fix some return values
2007-10-10 Simo Sorcer17830: Set the default_basedn (hey, it comes from...
2007-10-10 Andrew Tridgellr17828: set the auto_baseDN opaque even on failure...
2007-10-10 Andrew Tridgellr17821: changed ldb_search() and the ldbsearch command...
2007-10-10 Stefan Metzmacherr17778: fix compiler warnings
next