summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
2002-11-05Move pdb_xml to source/Jelmer Vernooij1-0/+561
2002-11-05Move pdb_mysql to source/passdbJelmer Vernooij1-0/+975
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-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-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-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-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-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-09-28Add const.Andrew Bartlett1-1/+1
2002-09-27Minor updates:Andrew Bartlett1-4/+4
2002-09-27Readd the 2.2 --with-ldapsam paramaters so as to allow a smooth upgrade path toAndrew Bartlett1-4/+19
2002-09-26Patch from "Stefan (metze) Metzmacher" <metze@metzemix.de> to do a *much*Andrew Bartlett1-1/+1
2002-09-26move all the passdb internal interface to NTSTATUSSimo Sorce6-256/+307
2002-09-25Make it clear what this if statement applies to, and what it doesn'tAndrew Bartlett1-0/+1
2002-09-25Whenever we deal with adding machine/trusted domain accounts, always reset theAndrew Bartlett1-20/+23
2002-09-25Don't crash when a backend doesn't have a setsampwent function available - bu...Jelmer Vernooij1-2/+2
2002-09-25This patch from "Stefan (metze) Metzmacher" <metze@metzemix.de> cleans upAndrew Bartlett3-123/+204
2002-09-25If adding a user to ldap, make sure we have the 'account' structural class, orAndrew Bartlett1-0/+1
2002-09-18We had a race condition when changing a machine acount password as weJeremy Allison1-1/+21
2002-09-17Never, *ever* hold a mutex lock in the message database where there mayJeremy Allison1-0/+66
2002-09-17more const cleanupsAndrew Tridgell1-3/+3
2002-09-04Set default ACB attributes on 'unixsam' accounts. This means that machineAndrew Bartlett1-0/+9
2002-08-29small fixesJelmer Vernooij1-1/+1
2002-08-29RTLD_GLOBAL is not necessaryJelmer Vernooij1-1/+1
2002-08-28Put in intermediate version of new SAM system. It's not stable yet, codeJelmer Vernooij1-219/+0
2002-08-21More hacks for 'guest account' to get it to show up with the right rid...Andrew Bartlett1-1/+12
2002-08-21Replaced reference to global_myworkgroup by calls to lp_workgroup().Volker Lendecke1-6/+5
2002-08-21Add changes suggested by abartlet:Jelmer Vernooij1-1124/+1205
2002-08-21Use the 'init' flag to determine if the UID is set, rather than testing theAndrew Bartlett1-2/+5
2002-08-20pdb_nisplus converted to the new passdb system API'sJelmer Vernooij2-559/+586
2002-08-17Quick hack to get around the inadequacy of pdb_smbpasswd. This should make theAndrew Bartlett1-1/+1
2002-08-17Rework the 'guest account get's RID 501' code again...Andrew Bartlett2-46/+57
2002-08-16Make the 'guest account' always have a RID of DOMAIN_USER_RID_GUEST.Andrew Bartlett1-6/+20
2002-08-12Update secrets_fetch_domain_guid to generate and store it if it doesn't exist.Jim McDonough1-2/+11
2002-08-07Add const to a pile of const to *DOM_SID paramaters.Andrew Bartlett5-7/+7