Remove #ifdef's for NISPLUS_SAM - there are no function name collisions anymore
[gd/samba/.git] / source3 / passdb /
2002-11-14 Jelmer VernooijRemove #ifdef's for NISPLUS_SAM - there are no function...
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-11-11 Jelmer VernooijImprove DEBUG output somewhat more
2002-11-11 Jelmer VernooijAdd more debug info
2002-11-10 Jelmer VernooijPrint the number of returned rows, not the number of...
2002-11-09 Jelmer VernooijBack out some of my sync changes
2002-11-09 Jelmer VernooijSync with HEAD
2002-11-08 Andrew BartlettMerge from HEAD:
2002-11-08 Andrew BartlettMake smbpasswd use the group mapping, and fix spelling...
2002-11-07 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-11-07 Jelmer VernooijFix small typo
2002-11-07 Jeremy AllisonJeremy the janitor again... keeping 3.0 in sync with...
2002-11-07 Andrew Tridgellwhen doing a 'net rpc vampire' a pdb_init_sam_pw()...
2002-11-07 Jeremy AllisonMerge of scalable printing code fix... Needs testing.
2002-11-06 Jelmer VernooijAdd group management support (patch from metze)
2002-11-06 Jelmer VernooijAdapt to latest pdb API changes - only thing left is...
2002-11-06 Jelmer Vernooijpdb_get_unknown? -> pdb_get_unknown_?
2002-11-05 Jelmer VernooijMove pdb_xml to source/
2002-11-05 Jelmer VernooijMove pdb_mysql to source/passdb
2002-11-05 Andrew BartlettMerge vl's 'algorithmic rid base' patch, and my changes...
2002-11-04 Andrew BartlettAllow 'normal' accounts in the non-unix-account range...
2002-11-04 Andrew BartlettFix debug
2002-11-03 Andrew BartlettExtra little fix to vl's patch. Make sure the passdb...
2002-11-03 Volker LendeckeForce algorithmic rid base to sane values and talk...
2002-11-02 Andrew BartlettMerge of my 'ldap trust ids' patch from HEAD.
2002-11-02 Andrew BartlettClean up this a little - add comments describing a...
2002-11-02 Andrew BartlettAdd a 'ldap trust ids' option that lets pdb_ldap check...
2002-11-02 Andrew BartlettMerge passdb from HEAD -> 3.0
2002-11-02 Andrew BartlettReturn the result code, not false (0 == success) on...
2002-11-02 Andrew BartlettFixes for pdb_ldap:
2002-10-31 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-10-26 Andrew BartlettTry to catch up on the code I've put into HEAD that...
2002-10-26 Andrew BartlettOne more step towards to better PDC.
2002-10-25 Jelmer VernooijFix memory leak (patch by Steve Langasek)
2002-10-25 Jelmer VernooijFix memory leak (patch by Steve Langasek)
2002-10-25 Jelmer VernooijOnly run free_private_data when specified (reported...
2002-10-25 Jelmer VernooijOnly run free_private_data when it's specified (reporte...
2002-10-21 Volker Lendeckepdb_unix.c did not really expect group RIDs dictated...
2002-10-21 Volker LendeckeThis moves the group mapping API into the passdb backend.
2002-10-21 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-10-18 Jeremy AllisonStart to merge the new ACL mapping code from Andreas...
2002-10-18 Jeremy AllisonStart to merge the new ACL mapping code from Andreas...
2002-10-17 Volker LendeckeRevert changes
2002-10-17 Volker LendeckeRevert changes
2002-10-16 Volker LendeckeNo functional change. I'm trying to understand pdb_ldap...
2002-10-16 Volker LendeckeCreate group mappings on the fly.
2002-10-12 Andrew BartlettNice *big* patch from metze.
2002-10-12 Andrew BartlettWe already set LDAPv3 at connect time, no need to set...
2002-10-04 Jeremy AllisonAdd a timeout to tdb_lock_bystring(). Ensure we never...
2002-10-04 Jeremy AllisonAdd a timeout to tdb_lock_bystring(). Ensure we never...
2002-10-01 Andrew BartlettUpdates from Samba HEAD:
2002-10-01 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-09-28 Andrew BartlettAdd const.
2002-09-27 Andrew BartlettMinor updates:
2002-09-27 Andrew BartlettReadd the 2.2 --with-ldapsam paramaters so as to allow...
2002-09-26 Gerald Cartersync with HEAD
2002-09-26 Gerald Carterremove files not in HEAD
2002-09-26 Gerald Cartersyncing up with HEAD again....
2002-09-26 Andrew BartlettPatch from "Stefan (metze) Metzmacher" <metze@metzemix...
2002-09-26 Simo Sorcemove all the passdb internal interface to NTSTATUS
2002-09-25 Gerald Cartersync'ing up for 3.0alpha20 release
2002-09-25 Andrew BartlettMake it clear what this if statement applies to, and...
2002-09-25 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-09-25 Andrew BartlettWhenever we deal with adding machine/trusted domain...
2002-09-25 Jelmer VernooijDon't crash when a backend doesn't have a setsampwent...
2002-09-25 Andrew BartlettThis patch from "Stefan (metze) Metzmacher" <metze...
2002-09-25 Andrew BartlettIf adding a user to ldap, make sure we have the 'accoun...
2002-09-18 Jeremy AllisonWe had a race condition when changing a machine acount...
2002-09-17 Jeremy AllisonNever, *ever* hold a mutex lock in the message database...
2002-09-17 Andrew Tridgellmore const cleanups
2002-09-04 Andrew BartlettSet default ACB attributes on 'unixsam' accounts. ...
2002-08-29 Jelmer Vernooijsmall fixes
2002-08-29 Jelmer VernooijRTLD_GLOBAL is not necessary
2002-08-28 Jelmer VernooijPut in intermediate version of new SAM system. It's...
2002-08-21 Andrew BartlettMore hacks for 'guest account' to get it to show up...
2002-08-21 Volker LendeckeReplaced reference to global_myworkgroup by calls to...
2002-08-21 Jelmer VernooijAdd changes suggested by abartlet:
2002-08-21 Andrew BartlettUse the 'init' flag to determine if the UID is set...
2002-08-20 Jelmer Vernooijpdb_nisplus converted to the new passdb system API's
2002-08-17 Jelmer Vernooijsync 3.0 branch with head
2002-08-17 Andrew BartlettQuick hack to get around the inadequacy of pdb_smbpassw...
2002-08-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-08-17 Andrew BartlettRework the 'guest account get's RID 501' code again...
2002-08-16 Andrew BartlettMake the 'guest account' always have a RID of DOMAIN_US...
2002-08-12 Jim McDonoughUpdate secrets_fetch_domain_guid to generate and store...
2002-08-07 Andrew BartlettAdd const to a pile of const to *DOM_SID paramaters.
2002-08-06 Andrew BartlettTry to bind with LDAPv3 if possible.
2002-08-05 Andrew BartlettI must have missed this when I was adding 'const' to...
2002-08-05 Andrew BartlettTry to make this easier to debug - display the username...
2002-07-31 Andrew BartlettDon't accidenity mess with the wrong domain's sids.
2002-07-31 Andrew Tridgellfixed multi-line strings for portability
2002-07-30 Jim McDonoughAdd LSA RPC 0x2E, lsa_query_info2. Only level implemen...
2002-07-30 Andrew BartlettUpdate a pile of Samba's SID lookup code to ensure:
2002-07-30 Andrew BartlettThese are not critical errors, they should not be a...
2002-07-28 Simo Sorcefound nasty bug in intl/lang_tdb.c tdb structure was...
2002-07-27 Andrew BartlettUpdate the rebind code in pdb_ldap.
2002-07-26 Gerald Carterfix parameters for ldap_set_rebind_proc() from OpenLDAP 2.1
2002-07-26 Andrew Bartlett(another patch from mimir)
2002-07-26 Andrew BartlettMimir has been busy with patches again, and sent in...
2002-07-26 Andrew BartlettClarify this comment.
next