summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
2002-09-27Readd the 2.2 --with-ldapsam paramaters so as to allow a smooth upgrade path toAndrew Bartlett1-4/+19
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-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-25sync'ing up for 3.0alpha20 releaseGerald Carter9-1352/+1653
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-17sync 3.0 branch with headJelmer Vernooij10-139/+336
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-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell11-858/+1226
2002-07-14addedd new (t)alloc_sub_* functionsSimo Sorce3-13/+13