summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
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
2002-08-06Try to bind with LDAPv3 if possible.Andrew Bartlett1-7/+19
2002-08-05I must have missed this when I was adding 'const' to these earlier...Andrew Bartlett1-1/+1
2002-08-05Try to make this easier to debug - display the username that failed.Andrew Bartlett1-1/+1
2002-07-31Don't accidenity mess with the wrong domain's sids.Andrew Bartlett1-2/+2
2002-07-31fixed multi-line strings for portabilityAndrew Tridgell1-2/+2
2002-07-30Add LSA RPC 0x2E, lsa_query_info2. Only level implemented is 0x0c, whichJim McDonough1-0/+32
2002-07-30Update a pile of Samba's SID lookup code to ensure:Andrew Bartlett1-40/+53
2002-07-30These are not critical errors, they should not be a level 0.Andrew Bartlett1-3/+3
2002-07-28found nasty bug in intl/lang_tdb.c tdb structure was not tested to not be nul...Simo Sorce1-1/+1
2002-07-27Update the rebind code in pdb_ldap.Andrew Bartlett1-34/+114
2002-07-26fix parameters for ldap_set_rebind_proc() from OpenLDAP 2.1Gerald Carter1-2/+7
2002-07-26(another patch from mimir)Andrew Bartlett1-2/+17
2002-07-26Mimir has been busy with patches again, and sent in the followingAndrew Bartlett1-1/+1
2002-07-26Clarify this comment.Andrew Bartlett1-0/+3
2002-07-24Actually check the return value of the account_policy_get() call.Andrew Bartlett1-5/+4
2002-07-21Name get and set dir drive functions consistently.Tim Potter4-10/+11
2002-07-21More cleanups, and add a comment/hint not to clean somthing up in future :-)Andrew Bartlett1-0/+3
2002-07-20More fixes towards warnings on the IRIX compilerAndrew Bartlett1-1/+1
2002-07-14addedd new (t)alloc_sub_* functionsSimo Sorce3-13/+13
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