Age | Commit message (Expand) | Author | Files | Lines |
2004-02-09 | And another build fix. | Volker Lendecke | 1 | -2/+2 |
2004-02-09 | Fix the build & get rid of a compiler warning. | Volker Lendecke | 2 | -1/+4 |
2004-02-08 | When we set a domain sid, force get_global_sam_sid() to do it's work again. | Andrew Bartlett | 2 | -1/+14 |
2004-02-08 | Add static, and assert that we will never overflow the static fstring | Andrew Bartlett | 1 | -1/+4 |
2004-02-08 | Make more functions static, and remove duplication in the use of functions | Andrew Bartlett | 1 | -3/+14 |
2004-02-04 | move disabling code to context functions instead of backwards compatible wrap... | Gerald Carter | 1 | -28/+28 |
2004-02-04 | Fix const warning | Andrew Bartlett | 1 | -2/+2 |
2004-01-30 | If we are setting the NT or LM password to NULL, remove the attribute | Andrew Bartlett | 1 | -17/+31 |
2004-01-30 | disable any account that doesn't have a password and doesn't had the ACB_PWNO... | Gerald Carter | 1 | -6/+12 |
2004-01-29 | more initialization fixes | Gerald Carter | 1 | -0/+22 |
2004-01-29 | initialization fixes | Gerald Carter | 2 | -2/+51 |
2004-01-07 | Typo fix. | Rafal Szczesniak | 1 | -1/+1 |
2004-01-07 | Don't duplicate pulling the 'IPC' username from secrets.tdb, instead | Andrew Bartlett | 1 | -1/+39 |
2004-01-06 | isolate ldap debug messages to the common smbldap_XXX() functions | Gerald Carter | 1 | -3/+0 |
2004-01-04 | - Put functions for generating SQL queries in pdb_sql.c | Jelmer Vernooij | 3 | -501/+1008 |
2004-01-02 | JHT came up with a nasty (broken) torture case in preparing examples for | Andrew Bartlett | 1 | -1/+1 |
2003-12-26 | Check the return value of string_to_sid in a few more places. (But | Andrew Bartlett | 1 | -2/+10 |
2003-12-26 | Show the error message for failure to set the ldap password. | Andrew Bartlett | 1 | -2/+8 |
2003-12-22 | add well known rid for pre win2k compatible access group; bug 897 | Gerald Carter | 1 | -0/+1 |
2003-12-22 | Patch from Jianliang Lu j.lu@tiesse.com to manage Power Users | Jeremy Allison | 1 | -0/+1 |
2003-12-11 | Fix uninitialized variable in passdb code. Reported by Andy Polyakov <appro@f... | Alexander Bokovoy | 1 | -1/+1 |
2003-12-10 | more group lookup access fixes on the neverending bug 281 | Gerald Carter | 1 | -6/+16 |
2003-12-04 | support munged dial for ldapsam; patch from Aurélien Degrémont; bug 800 | Gerald Carter | 1 | -3/+15 |
2003-12-01 | another strequal() == 0 fix | Gerald Carter | 1 | -1/+1 |
2003-12-01 | add Replicator and RAS Servers to list of builtin SIDs we resolve; bug 608 | Gerald Carter | 1 | -0/+2 |
2003-11-24 | more access fixes for group enumeration in LDAP; bug 281 | Gerald Carter | 1 | -3/+14 |
2003-11-17 | * make sure we only enumerate group mapping entries | Gerald Carter | 1 | -14/+0 |
2003-11-14 | fix more memory leaks in the LDAP backend code; patches from metze | Gerald Carter | 1 | -22/+38 |
2003-11-07 | * only install swat html files once | Gerald Carter | 1 | -1/+4 |
2003-11-07 | fix for bug 680 (heads up). This gist is to map the | Gerald Carter | 1 | -5/+17 |
2003-11-07 | don't allow setting of the guest account | Gerald Carter | 1 | -0/+8 |
2003-11-07 | I agree with vl's #if 0 here, and am not quite sure what I was | Andrew Bartlett | 1 | -13/+0 |
2003-11-06 | bug 624; make sure to set the GUEST SID rather than using the PDB_DEFAULT flag | Gerald Carter | 1 | -1/+1 |
2003-10-31 | Patch from Aurélien Degrémont <adegremont@idealx.com>. "entry" is dependent | Jeremy Allison | 1 | -2/+4 |
2003-10-30 | If nothing to do, return success. Fix from Aur?lien Degr?mont <adegremont@ide... | Jeremy Allison | 1 | -1/+1 |
2003-10-22 | Put strcasecmp/strncasecmp on the banned list (except for needed calls | Jeremy Allison | 2 | -2/+2 |
2003-10-10 | Match Samba 2.2, and make ACB_NORMAL the default ACB value. | Andrew Bartlett | 1 | -0/+7 |
2003-10-06 | split some security related functions in their own files. | Simo Sorce | 1 | -2/+2 |
2003-10-03 | Typo in error message. | Jeremy Allison | 1 | -1/+1 |
2003-10-02 | Portability fix from schmitz@hp.com (Joachim Schmitz). Bug #547. | Jeremy Allison | 1 | -0/+4 |
2003-10-02 | Make pdb_ldap.c compile with SUN iPlanet headers. Whether this works will be | Volker Lendecke | 1 | -1/+1 |
2003-09-20 | Fix a bug and warn when configuration file values are incorrect. Thanks to | Jelmer Vernooij | 1 | -10/+28 |
2003-09-19 | Fix pdb_mysql. Jelmer will look into details tonight. | Alexander Bokovoy | 1 | -3/+5 |
2003-09-18 | The "unknown_5" 32 bit field in the user structs is actually 2 16-bit | Jeremy Allison | 5 | -23/+75 |
2003-09-18 | Oops. Proper fix for #470. | Jeremy Allison | 1 | -18/+20 |
2003-09-18 | Fix for #470 - unable to display SIDs in ACLs. | Jeremy Allison | 1 | -2/+11 |
2003-09-16 | Fix typo. Found by Aurelien Degremont | Jelmer Vernooij | 1 | -1/+1 |
2003-09-11 | remove getpwnam() calls from init_sam_from_xxx(). | Gerald Carter | 2 | -61/+30 |
2003-09-10 | Fix a nasty mess, and also bug #296. passdb/pdb_ldap.c was not converting | Jeremy Allison | 1 | -250/+219 |
2003-09-07 | Nobody complained on the team-list, so commit it ... | Volker Lendecke | 1 | -0/+53 |