summaryrefslogtreecommitdiffstats
path: root/source3/passdb
Commit message (Expand)AuthorAgeFilesLines
...
* abartlet's pdb_set/changed flag fix for NULL passwordsGerald Carter2004-02-121-6/+4
* stupid cut-n=paste error; my faultGerald Carter2004-02-121-2/+2
* More sync between passdb on 3.0 and HEAD.Jim McDonough2004-02-122-11/+18
* Start of merging HEAD changes. Right now, just move one fn() to eliminateJim McDonough2004-02-121-67/+63
* updates for tdbsam code to help make merge into head easier; needs a bit more...Gerald Carter2004-02-121-46/+53
* Don't set an iterator to a piece of free'd memory, store it first.Jeremy Allison2004-02-111-2/+3
* fix set/getsampwent iterator in tdbsam to use an allocated listGerald Carter2004-02-111-44/+101
* And another build fix.Volker Lendecke2004-02-091-2/+2
* Fix the build & get rid of a compiler warning.Volker Lendecke2004-02-092-1/+4
* When we set a domain sid, force get_global_sam_sid() to do it's work again.Andrew Bartlett2004-02-082-1/+14
* Add static, and assert that we will never overflow the static fstringAndrew Bartlett2004-02-081-1/+4
* Make more functions static, and remove duplication in the use of functionsAndrew Bartlett2004-02-081-3/+14
* move disabling code to context functions instead of backwards compatible wrap...Gerald Carter2004-02-041-28/+28
* Fix const warningAndrew Bartlett2004-02-041-2/+2
* If we are setting the NT or LM password to NULL, remove the attributeAndrew Bartlett2004-01-301-17/+31
* disable any account that doesn't have a password and doesn't had the ACB_PWNO...Gerald Carter2004-01-301-6/+12
* more initialization fixesGerald Carter2004-01-291-0/+22
* initialization fixesGerald Carter2004-01-292-2/+51
* Typo fix.Rafal Szczesniak2004-01-071-1/+1
* Don't duplicate pulling the 'IPC' username from secrets.tdb, insteadAndrew Bartlett2004-01-071-1/+39
* isolate ldap debug messages to the common smbldap_XXX() functionsGerald Carter2004-01-061-3/+0
* - Put functions for generating SQL queries in pdb_sql.cJelmer Vernooij2004-01-043-501/+1008
* JHT came up with a nasty (broken) torture case in preparing examples forAndrew Bartlett2004-01-021-1/+1
* Check the return value of string_to_sid in a few more places. (ButAndrew Bartlett2003-12-261-2/+10
* Show the error message for failure to set the ldap password.Andrew Bartlett2003-12-261-2/+8
* add well known rid for pre win2k compatible access group; bug 897Gerald Carter2003-12-221-0/+1
* Patch from Jianliang Lu j.lu@tiesse.com to manage Power UsersJeremy Allison2003-12-221-0/+1
* Fix uninitialized variable in passdb code. Reported by Andy Polyakov <appro@f...Alexander Bokovoy2003-12-111-1/+1
* more group lookup access fixes on the neverending bug 281Gerald Carter2003-12-101-6/+16
* support munged dial for ldapsam; patch from Aurélien Degrémont; bug 800Gerald Carter2003-12-041-3/+15
* another strequal() == 0 fixGerald Carter2003-12-011-1/+1
* add Replicator and RAS Servers to list of builtin SIDs we resolve; bug 608Gerald Carter2003-12-011-0/+2
* more access fixes for group enumeration in LDAP; bug 281Gerald Carter2003-11-241-3/+14
* * make sure we only enumerate group mapping entriesGerald Carter2003-11-171-14/+0
* fix more memory leaks in the LDAP backend code; patches from metzeGerald Carter2003-11-141-22/+38
* * only install swat html files onceGerald Carter2003-11-071-1/+4
* fix for bug 680 (heads up). This gist is to map theGerald Carter2003-11-071-5/+17
* don't allow setting of the guest accountGerald Carter2003-11-071-0/+8
* I agree with vl's #if 0 here, and am not quite sure what I wasAndrew Bartlett2003-11-071-13/+0
* bug 624; make sure to set the GUEST SID rather than using the PDB_DEFAULT flagGerald Carter2003-11-061-1/+1
* Patch from Aurélien Degrémont <adegremont@idealx.com>. "entry" is dependentJeremy Allison2003-10-311-2/+4
* If nothing to do, return success. Fix from Aur?lien Degr?mont <adegremont@ide...Jeremy Allison2003-10-301-1/+1
* Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison2003-10-222-2/+2
* Match Samba 2.2, and make ACB_NORMAL the default ACB value.Andrew Bartlett2003-10-101-0/+7
* split some security related functions in their own files.Simo Sorce2003-10-061-2/+2
* Typo in error message.Jeremy Allison2003-10-031-1/+1
* Portability fix from schmitz@hp.com (Joachim Schmitz). Bug #547.Jeremy Allison2003-10-021-0/+4
* Make pdb_ldap.c compile with SUN iPlanet headers. Whether this works will beVolker Lendecke2003-10-021-1/+1
* Fix a bug and warn when configuration file values are incorrect. Thanks toJelmer Vernooij2003-09-201-10/+28
* Fix pdb_mysql. Jelmer will look into details tonight.Alexander Bokovoy2003-09-191-3/+5