summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison5-25/+19
2002-11-11More improvement of DEBUG outputJelmer Vernooij1-2/+5
2002-11-11Add extra debug infoJelmer Vernooij1-2/+2
2002-11-10Print the number of returned rows, not the number of fieldsJelmer Vernooij1-2/+2
2002-11-08Make smbpasswd use the group mapping, and fix spelling in ldapsam.Andrew Bartlett2-30/+38
2002-11-07Fix small typoJelmer Vernooij1-1/+1
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-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