summaryrefslogtreecommitdiffstats
path: root/source3/passdb
Commit message (Expand)AuthorAgeFilesLines
* 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
* The "unknown_5" 32 bit field in the user structs is actually 2 16-bitJeremy Allison2003-09-185-23/+75
* Oops. Proper fix for #470.Jeremy Allison2003-09-181-18/+20
* Fix for #470 - unable to display SIDs in ACLs.Jeremy Allison2003-09-181-2/+11
* Fix typo. Found by Aurelien DegremontJelmer Vernooij2003-09-161-1/+1
* remove getpwnam() calls from init_sam_from_xxx().Gerald Carter2003-09-112-61/+30
* Fix a nasty mess, and also bug #296. passdb/pdb_ldap.c was not convertingJeremy Allison2003-09-101-250/+219
* Nobody complained on the team-list, so commit it ...Volker Lendecke2003-09-071-0/+53
* Only set sids when they're retrurned by the MySQL queryJelmer Vernooij2003-09-061-2/+2
* More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison2003-09-052-5/+7
* remove 'ldap trust ids' since there was no way for it to work nowGerald Carter2003-08-271-0/+5
* Fix bug 327 (again and I think for the last time). Make sure thatGerald Carter2003-08-271-0/+488
* fix for BUG 245; make sure we set the sid type when falling back to the rid a...Gerald Carter2003-08-211-1/+7
* get rid of some sompiler warnings on IRIXHerb Lewis2003-08-154-12/+11
* 2 fixesGerald Carter2003-08-131-0/+48