summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r316: Fix split_domain_name. This defaulted to get_myname() instead ofVolker Lendecke1-13/+0
2007-10-10r196: merging struct uuid from trunkGerald Carter1-13/+13
2007-10-10r145: pdb_create_alias now returns NTSTATUS. More of this to follow.Volker Lendecke1-4/+3
2007-10-10r116: volker's patch for local group and group nestingGerald Carter3-2/+599
2007-10-10r53: Remove modifyTimestamp from list of our attributes. We just check it forJim McDonough1-5/+4
2007-10-10r48: Fix types for debug message parameters.Jeremy Allison1-2/+2
2007-10-10r39: * importing .cvsignore filesGerald Carter1-2/+0
2004-03-31Apply some constVolker Lendecke2-2/+2
2004-03-31Remove some unused codeVolker Lendecke1-22/+0
2004-03-25Use timegm, or our already existing replacement instead of timezone, asJim McDonough1-1/+1
2004-03-19Fix gcc warnings. Fix mkproto with new type.Jeremy Allison1-10/+11
2004-03-18Password lockout for LDAP backend. Caches autolock flag, bad count, andJim McDonough2-1/+294
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