summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
2004-03-11Get MungedDial actually working with full TS strings in it for pdb_ldap.Jim McDonough1-35/+35
2004-03-07Get us a little closer to Windows LSA semantics.Volker Lendecke1-10/+1
2004-02-26And another little constVolker Lendecke1-1/+1
2004-02-25Fix bug in previous global_sam_sid() commit. I broke the 'read fromAndrew Bartlett1-1/+0
2004-02-25I *hate* global variables...Andrew Bartlett2-31/+45
2004-02-23Found by Fabien Chevalier <fabien.chevalier@supelec.fr> andAndrew Bartlett1-1/+1
2004-02-20handle both 0 and -1 as disabling reset count and lockout durationJim McDonough1-4/+4
2004-02-19Clean up bad pw count and autolock flag update fn()sJim McDonough1-79/+95
2004-02-19Add bad pw count and autolock flag update fn()sJim McDonough1-2/+127
2004-02-19Add functions to get/set bad password timeJim McDonough2-1/+21
2004-02-13Move tdbsam versioning/upgrade code into 3.0Jim McDonough2-28/+620
2004-02-12Try to remove the last vestiges of unknown_3...Jim McDonough5-14/+1
2004-02-12abartlet's pdb_set/changed flag fix for NULL passwordsGerald Carter1-6/+4
2004-02-12stupid cut-n=paste error; my faultGerald Carter1-2/+2
2004-02-12More sync between passdb on 3.0 and HEAD.Jim McDonough2-11/+18
2004-02-12Start of merging HEAD changes. Right now, just move one fn() to eliminateJim McDonough1-67/+63
2004-02-12updates for tdbsam code to help make merge into head easier; needs a bit more...Gerald Carter1-46/+53
2004-02-11Don't set an iterator to a piece of free'd memory, store it first.Jeremy Allison1-2/+3
2004-02-11fix set/getsampwent iterator in tdbsam to use an allocated listGerald Carter1-44/+101
2004-02-09And another build fix.Volker Lendecke1-2/+2
2004-02-09Fix the build & get rid of a compiler warning.Volker Lendecke2-1/+4
2004-02-08When we set a domain sid, force get_global_sam_sid() to do it's work again.Andrew Bartlett2-1/+14
2004-02-08Add static, and assert that we will never overflow the static fstringAndrew Bartlett1-1/+4
2004-02-08Make more functions static, and remove duplication in the use of functionsAndrew Bartlett1-3/+14
2004-02-04move disabling code to context functions instead of backwards compatible wrap...Gerald Carter1-28/+28
2004-02-04Fix const warningAndrew Bartlett1-2/+2
2004-01-30If we are setting the NT or LM password to NULL, remove the attributeAndrew Bartlett1-17/+31
2004-01-30disable any account that doesn't have a password and doesn't had the ACB_PWNO...Gerald Carter1-6/+12
2004-01-29more initialization fixesGerald Carter1-0/+22
2004-01-29initialization fixesGerald Carter2-2/+51
2004-01-07Typo fix.Rafal Szczesniak1-1/+1
2004-01-07Don't duplicate pulling the 'IPC' username from secrets.tdb, insteadAndrew Bartlett1-1/+39
2004-01-06isolate ldap debug messages to the common smbldap_XXX() functionsGerald Carter1-3/+0
2004-01-04- Put functions for generating SQL queries in pdb_sql.cJelmer Vernooij3-501/+1008
2004-01-02JHT came up with a nasty (broken) torture case in preparing examples forAndrew Bartlett1-1/+1
2003-12-26Check the return value of string_to_sid in a few more places. (ButAndrew Bartlett1-2/+10
2003-12-26Show the error message for failure to set the ldap password.Andrew Bartlett1-2/+8
2003-12-22add well known rid for pre win2k compatible access group; bug 897Gerald Carter1-0/+1
2003-12-22Patch from Jianliang Lu j.lu@tiesse.com to manage Power UsersJeremy Allison1-0/+1
2003-12-11Fix uninitialized variable in passdb code. Reported by Andy Polyakov <appro@f...Alexander Bokovoy1-1/+1
2003-12-10more group lookup access fixes on the neverending bug 281Gerald Carter1-6/+16
2003-12-04support munged dial for ldapsam; patch from Aurélien Degrémont; bug 800Gerald Carter1-3/+15
2003-12-01another strequal() == 0 fixGerald Carter1-1/+1
2003-12-01add Replicator and RAS Servers to list of builtin SIDs we resolve; bug 608Gerald Carter1-0/+2
2003-11-24more access fixes for group enumeration in LDAP; bug 281Gerald Carter1-3/+14
2003-11-17* make sure we only enumerate group mapping entriesGerald Carter1-14/+0
2003-11-14fix more memory leaks in the LDAP backend code; patches from metzeGerald Carter1-22/+38
2003-11-07* only install swat html files onceGerald Carter1-1/+4
2003-11-07fix for bug 680 (heads up). This gist is to map theGerald Carter1-5/+17
2003-11-07don't allow setting of the guest accountGerald Carter1-0/+8