Rename libnet_smbconf_drop() to libnet_conf_drop().
[ira/wip.git] / source / groupdb /
2007-12-17 Michael AdamFix flags in call of lookup_name() in pdb_default_creat...
2007-12-15 Volker Lendeckes/sid_to_string/sid_to_fstring/
2007-12-15 Volker LendeckeReplace sid_string_static with sid_to_string
2007-12-15 Volker LendeckeReplace sid_string_static by sid_string_dbg in DEBUGs
2007-12-15 Volker LendeckeFix a segfault
2007-12-08 Jeremy AllisonRemove next_token - all uses must now be next_token_talloc.
2007-11-13 Jeremy AllisonRemove all pstring from groupdb/
2007-11-02 Gerald (Jerry) CarterMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-11-01 Gerald (Jerry) CarterPatch 2 of 3 from Debian Samba packagers:
2007-10-24 Stefan Metzmacher[crash fix] don't use already free'ed memory
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Gerald Carterr25405: Fix formatting as per metze's comments
2007-10-10 Gerald Carterr25393: Removed unused variable
2007-10-10 Gerald Carterr25380: Remove the groupdb:mapping parameter as discuss...
2007-10-10 Volker Lendecker25024: Fix a whole bunch of Coverity bugs
2007-10-10 Andrew Tridgellr23801: The FSF has moved around a lot. This fixes...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 James Peachr23510: Tidy calls to smb_panic by removing trailing...
2007-10-10 Andrew Tridgellr23367: check the "use mmap" option for ldb too
2007-10-10 Andrew Tridgellr23323: merged ldb changes from 3.0.26
2007-10-10 Volker Lendecker22787: More from Karolin: Make map_unix_group() static...
2007-10-10 Volker Lendecker22786: Some cleanup by Karolin Seeger: Remove unused...
2007-10-10 Volker Lendecker22554: Fix an assumption that TALLOC_ARRAY(.., 0)...
2007-10-10 Gerald Carterr22509: Fix some memory corruption caused by calling...
2007-10-10 Stefan Metzmacherr22009: change TDB_DATA from char * to unsigned char *
2007-10-10 Stefan Metzmacherr21974: make use of tdb_*_bystring() and string_term_td...
2007-10-10 Jeremy Allisonr20090: Fix a class of bugs found by James Peach. Ensure
2007-10-10 Volker Lendecker19927: Fix klokwork ID 4702
2007-10-10 Simo Sorcer19516: Fix the DN, to make searches using the domain...
2007-10-10 Volker Lendecker19073: mapping_dn can fail
2007-10-10 Andrew Tridgellr18938: fixed a group map bug reported by Jerry. The...
2007-10-10 Andrew Tridgellr18912: we don't need the special case for comments...
2007-10-10 Volker Lendecker18875: The comment field can be empty
2007-10-10 Andrew Tridgellr18870: - enable the ldb ldap backend properly based...
2007-10-10 Andrew Tridgellr18868: just in case there is a disaster (with our...
2007-10-10 Andrew Tridgellr18867: change the group mapping code to use ldb instea...
2007-10-10 Günther Deschnerr18703: Fix the annoying effect that happens when nscd...
2007-10-10 Gerald Carterr18271: Big change:
2007-10-10 Gerald Carterr17669: Remove RID algorithm support from unmapped...
2007-10-10 Volker Lendecker17554: Cleanup
2007-10-10 Volker Lendecker17550: Fix a few bugs in the tdb_multikey code. Thanks...
2007-10-10 Volker Lendecker17470: This is the group mapping rewrite announced...
2007-10-10 Volker Lendecker17468: To minimize the diff later on, pre-commit some...
2007-10-10 Volker Lendecker17465: Get rid of add_initial_entry. In the two places...
2007-10-10 Volker Lendecker17463: A bit of cleanup work:
2007-10-10 Volker Lendecker17451: Change pdb_getgrsid not to take a DOM_SID but...
2007-10-10 Volker Lendecker15101: Little step towards getting Samba4 tdb into...
2007-10-10 Gerald Carterr14634: Many bug fixes thanks to train rides and overni...
2007-10-10 Gerald Carterr14457: Add a few more special cases for RID 513 in...
2007-10-10 Gerald Carterr14403: * modifies create_local_nt_token() to create...
2007-10-10 Volker Lendecker13955: Fix Coverity ID 139.
2007-10-10 Jeremy Allisonr13915: Fixed a very interesting class of realloc(...
2007-10-10 Gerald Carterr13571: Replace all calls to talloc_free() with thye...
2007-10-10 Volker Lendecker13494: Merge the stuff I've done in head the last...
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Volker Lendecker12438: Remove an unused function
2007-10-10 Volker Lendecker12185: Cosmetic cleanup
2007-10-10 Volker Lendecker12182: Cosmetic cleanup
2007-10-10 Volker Lendecker12051: Merge across the lookup_name and lookup_sid...
2007-10-10 Jeremy Allisonr11137: Compile with only 2 warnings (I'm still working...
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Gerald Carterr7130: remove 'winbind enable local accounts' code...
2007-10-10 Tim Potterr6769: Fix bugzilla #2538 and #2527. Unused variables...
2007-10-10 Volker Lendecker6351: This is quite a large and intrusive patch, but...
2007-10-10 Volker Lendecker6263: Get rid of generate_wellknown_sids, they are...
2007-10-10 Herb Lewisr6225: get rid of warnings from my compiler about neste...
2007-10-10 Jeremy Allisonr6092: This much const causes the compiler on Fedora...
2007-10-10 Volker Lendecker6080: Port some of the non-critical changes from HEAD...
2007-10-10 Volker Lendecker5647: Caches are good for performance, but you get...
2007-10-10 Günther Deschnerr5264: Log with loglevel 0 when account-administration...
2007-10-10 Gerald Carterr4724: Add support for Windows privileges in Samba 3.0
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Volker Lendecker3566: Completely replace the queryuseraliases call...
2007-10-10 Volker Lendecker3561: Since we have tdb_reopen_all() after all forks...
2007-10-10 Andrew Bartlettr2865: Add static and remove unused functions that...
2007-10-10 Günther Deschnerr2753: Workaround for the (rather broken) _samr_query_u...
2007-10-10 Gerald Carterr116: volker's patch for local group and group nesting
2007-10-10 Gerald Carterr39: * importing .cvsignore files
2004-03-19 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2004-03-14 Volker LendeckeClean up a bit :-)
2004-03-14 Volker LendeckeAdd and delete aliases via srv_samr_nt. For that I...
2004-03-13 Volker LendeckeAdd find_alias, create_alias, delete_alias, get_aliasin...
2004-03-10 Volker LendeckeDon't pass DOM_SIDs around when pointers are enough.
2004-03-09 Rafal SzczesniakFix to debug message lacking termination with '\n'.
2004-03-09 Rafal SzczesniakFix to debug message lacking termination with '\n'.
2004-03-01 Simo SorceOk here it is my latest work on privileges
2004-03-01 Volker LendeckeAdd aliases to winbindd_getgroups().
2004-02-29 Volker LendeckeApply my experimental aliases support to HEAD. This...
2004-02-17 Volker LendeckeWhen creating a group via a script, don't let winbind...
2004-02-17 Volker LendeckeWhen creating a group via a script, don't let winbind...
2004-02-02 Gerald Carterjanitor duty (merges from 3.0) and cleanup compiler...
2004-01-25 Volker LendeckeFix memleak just introduced. Thanks to abartlet :-)
2004-01-25 Volker LendeckeOn my SuSE 8.2 (glibc 2.3.2) the getpwnam inside pdb_ge...
2004-01-05 Andrew Bartlett(merge from 3.0)
2004-01-02 Andrew BartlettJHT came up with a nasty (broken) torture case in prepa...
2003-12-10 Gerald Cartermore group lookup access fixes on the neverending bug 281
2003-12-10 Gerald Cartermore group lookup access fixes on the neverending bug 281
2003-12-04 Gerald Carter* fix RemoveSidForeignDomain() ; bug 252
2003-12-04 Gerald Carter* fix RemoveSidForeignDomain() ; bug 252
2003-11-24 Gerald Cartermore access fixes for group enumeration in LDAP; bug 281
next