summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
2002-10-01Updates from Samba HEAD:Andrew Bartlett2-9/+24
2002-09-26sync with HEADGerald Carter6-206/+228
2002-09-26remove files not in HEADGerald Carter1-219/+0
2002-09-26syncing up with HEAD again....Gerald Carter2-51/+81
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter9-1352/+1653
2002-08-17sync 3.0 branch with headJelmer Vernooij10-139/+336
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell11-858/+1226
2002-07-14This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User3-0/+506
2002-07-14Fix up a botched prevoius commit.Andrew Bartlett1-11/+10
2002-07-13Make smbpasswd behave like all the other backends, where a NULL or invalidAndrew Bartlett1-7/+4
2002-07-10If we get a SID from group mapping, no need to check it's prefix.Andrew Bartlett1-6/+6
2002-07-05Fix debug comment.Andrew Bartlett1-1/+1
2002-07-03Break up the passdb objects (to allow RPC clients to link without brining inAndrew Bartlett3-191/+104
2002-07-03Fix the spelling in the LDAP attributesAndrew Bartlett1-2/+2
2002-07-01used findstatic.pl to make some variables static and remove some deadAndrew Tridgell1-1/+1
2002-06-26Another bug fix from metze.Andrew Bartlett1-1/+1
2002-06-22Add module versioning to the passdb module systemAndrew Bartlett2-2/+18
2002-06-17compile warngin fixes merged from 2.2Gerald Carter1-1/+1
2002-06-15Rework much of the service.c code:Andrew Bartlett1-2/+2
2002-06-14moved lp_list_* functions away from param/loadparm.c, put int lib/util_str.cSimo Sorce1-2/+2
2002-06-14Allow non unix accounts to be added to an ldap directory without NUA accountsAndrew Bartlett1-0/+4
2002-06-14Patch from ctrlsoft to use the pdb_sethexpwd function in smbpasswd - insteadAndrew Bartlett1-48/+7
2002-06-14It looks like we never tested the 'cleanup' code, so when I triggered itAndrew Bartlett2-12/+20
2002-06-14Some updates from ctrlsoft <jelmer@nl.linux.org> to return failure if *any* ofAndrew Bartlett1-19/+20
2002-06-14Debug fixes from ctrlsoftAndrew Bartlett1-2/+2
2002-06-14Convenience function to allow a SID to be specified as a string.Andrew Bartlett1-3/+46
2002-06-14Patch from ctrlsoft to make the pluggable passdb subsystem use an lp_listAndrew Bartlett3-30/+43
2002-06-14Add const, kill of useless casts and therefore eliminate warnings.Andrew Bartlett1-2/+2
2002-06-13Latest patch from metze <metze@metzemix.de> to move most of samba acrossAndrew Bartlett7-84/+136
2002-06-07Fix commentAndrew Bartlett1-1/+1
2002-06-07Globally replace 'global_sam_sid' with get_global_sam_sid(), a selfAndrew Bartlett3-36/+50
2002-06-07Move the code from lib/util_sid.c that deals with the global_sam_sid intoAndrew Bartlett1-0/+280
2002-05-26change: pdb_getsampwrid() ->pdb_getsampwsid()Simo Sorce7-14/+49
2002-05-25Only reterive the attributes we are actually going to use - rather thanAndrew Bartlett1-3/+14
2002-05-25Remove unused variable, fix functions to match prototypes in the variousAndrew Bartlett1-6/+5
2002-05-24Some of the updates from ctrlsoft's 'Various' patch:Andrew Bartlett1-17/+18
2002-05-24Make function match the defintion require for assignment as a functionAndrew Bartlett1-1/+1
2002-05-23Looks like abartlet got a bit overexcited about using const...Jim McDonough1-1/+1
2002-05-22Updates for sane storage of ldap root DN passwords (tested, with upgradeAndrew Bartlett2-44/+120
2002-05-18so here it is the code to introduce seriously debugggging classes.Simo Sorce10-2/+48
2002-05-18Remove const from some functions to match the changed prototype in aAndrew Bartlett2-10/+8
2002-05-18Passdb:Andrew Bartlett2-44/+29
2002-05-18A few things in this commit:Andrew Bartlett7-267/+465
2002-05-17Make --with-ldapsam 'go away'. This is now a standard, stable, featureAndrew Bartlett1-3/+3
2002-05-17A few more trusted domains updates from mimir.Andrew Bartlett1-13/+34
2002-04-23Spelling fixes from vanceAndrew Bartlett1-6/+6
2002-04-14Partly based on the work by mimir (Rafal SzczesniakAndrew Bartlett1-9/+127
2002-04-13Fix the compile-bug in pdb_ldap from my last patch.Andrew Bartlett1-4/+4
2002-04-13Better handling of uid/gid -> RID and RID -> uid/gid code.Andrew Bartlett5-78/+67
2002-04-13This is the 'multiple pdb backends' patch from ctrlsoft, aka Jelmer VernooijAndrew Bartlett4-153/+251