summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
2002-11-14Remove #ifdef's for NISPLUS_SAM - there are no function name collisions anymoreJelmer Vernooij1-4/+0
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison5-25/+19
2002-11-11Improve DEBUG output somewhat moreJelmer Vernooij1-2/+5
2002-11-11Add more debug infoJelmer Vernooij1-2/+2
2002-11-10Print the number of returned rows, not the number of fieldsJelmer Vernooij1-2/+2
2002-11-09Back out some of my sync changesJelmer Vernooij1-7/+7
2002-11-09Sync with HEADJelmer Vernooij1-7/+7
2002-11-08Merge from HEAD:Andrew Bartlett3-36/+47
2002-11-07This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2-0/+1599
2002-11-07Fix small typoJelmer Vernooij1-1/+1
2002-11-07Jeremy the janitor again... keeping 3.0 in sync with tridge's changes thisJeremy Allison1-0/+3
2002-11-07when doing a 'net rpc vampire' a pdb_init_sam_pw() is used to create aAndrew Tridgell1-0/+3
2002-11-07Merge of scalable printing code fix... Needs testing.Jeremy Allison1-6/+9
2002-11-06Add group management support (patch from metze)Jelmer Vernooij2-0/+67
2002-11-06Adapt to latest pdb API changes - only thing left is group supportJelmer Vernooij2-21/+17
2002-11-06pdb_get_unknown? -> pdb_get_unknown_?Jelmer Vernooij1-3/+3
2002-11-05Move pdb_xml to source/Jelmer Vernooij1-0/+561
2002-11-05Move pdb_mysql to source/passdbJelmer Vernooij1-0/+975
2002-11-05Merge vl's 'algorithmic rid base' patch, and my changes to pdb_smbpasswd's NUAAndrew Bartlett2-24/+48
2002-11-04Allow 'normal' accounts in the non-unix-account range for smbpasswd - I hopeAndrew Bartlett1-19/+20
2002-11-04Fix debugAndrew Bartlett1-1/+1
2002-11-03Extra little fix to vl's patch. Make sure the passdb and testparm messagesAndrew Bartlett1-3/+5
2002-11-03Force algorithmic rid base to sane values and talk about it.Volker Lendecke1-4/+25
2002-11-02Merge of my 'ldap trust ids' patch from HEAD.Andrew Bartlett1-36/+96
2002-11-02Clean up this a little - add comments describing a bit of what is going onAndrew Bartlett1-5/+6
2002-11-02Add a 'ldap trust ids' option that lets pdb_ldap check for posixAccountAndrew Bartlett1-33/+92
2002-11-02Merge passdb from HEAD -> 3.0Andrew Bartlett9-667/+1319
2002-11-02Return the result code, not false (0 == success) on error...Andrew Bartlett1-1/+1
2002-11-02Fixes for pdb_ldap:Andrew Bartlett1-111/+103
2002-10-26Try to catch up on the code I've put into HEAD that should be in 3.0:Andrew Bartlett1-7/+0
2002-10-26One more step towards to better PDC.Andrew Bartlett1-208/+330
2002-10-25Fix memory leak (patch by Steve Langasek)Jelmer Vernooij1-0/+14
2002-10-25Fix memory leak (patch by Steve Langasek)Jelmer Vernooij1-0/+14
2002-10-25Only run free_private_data when specified (reported by Steve Langasek aka vor...Jelmer Vernooij1-1/+2
2002-10-25Only run free_private_data when it's specified (reported by Steve Langasek ak...Jelmer Vernooij1-1/+2
2002-10-21pdb_unix.c did not really expect group RIDs dictated by a PDC and lookingVolker Lendecke1-2/+4
2002-10-21This moves the group mapping API into the passdb backend.Volker Lendecke7-11/+453
2002-10-18Start to merge the new ACL mapping code from Andreas Gruenbacher <agruen@suse...Jeremy Allison1-10/+38
2002-10-18Start to merge the new ACL mapping code from Andreas Gruenbacher <agruen@suse...Jeremy Allison1-10/+38
2002-10-17Revert changesVolker Lendecke1-1/+1
2002-10-17Revert changesVolker Lendecke1-24/+22
2002-10-16No functional change. I'm trying to understand pdb_ldap.c andVolker Lendecke1-22/+24
2002-10-16Create group mappings on the fly.Volker Lendecke1-1/+1
2002-10-12Nice *big* patch from metze.Andrew Bartlett7-370/+465
2002-10-12We already set LDAPv3 at connect time, no need to set it again.Andrew Bartlett1-8/+0
2002-10-04Add a timeout to tdb_lock_bystring(). Ensure we never have more thanJeremy Allison1-49/+11
2002-10-04Add a timeout to tdb_lock_bystring(). Ensure we never have more thanJeremy Allison1-49/+11
2002-10-01Updates from Samba HEAD:Andrew Bartlett2-9/+24
2002-09-28Add const.Andrew Bartlett1-1/+1
2002-09-27Minor updates:Andrew Bartlett1-4/+4