Age | Commit message (Expand) | Author | Files | Lines |
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-09 | Merge from 3.0: | Andrew Bartlett | 1 | -13/+0 |
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-06 | bug 624; make sure to set the GUEST SID rather than using the PDB_DEFAULT flag | Gerald Carter | 1 | -1/+1 |
2003-11-03 | TDBSAM update code from Aur?lien Degr?mont <adegremont@idealx.com>. | Jeremy Allison | 2 | -16/+620 |
2003-10-31 | Patch from Aur�lien Degr�mont <adegremont@idealx.com>. "entry" is dependent | Jeremy Allison | 1 | -2/+4 |
2003-10-31 | Fix another unused warning. | Tim Potter | 1 | -0/+3 |
2003-10-30 | If nothing to do, return success. Fix from Aur?lien Degr?mont <adegremont@ide... | Jeremy Allison | 1 | -1/+1 |
2003-10-30 | First round of merging various UUID structures. | Jim McDonough | 1 | -11/+10 |
2003-10-22 | Put strcasecmp/strncasecmp on the banned list (except for needed calls | Jeremy Allison | 2 | -2/+2 |
2003-10-17 | * fix some compile warnings in the gums code | Gerald Carter | 1 | -0/+2 |
2003-10-14 | sorry folks, forgot to cvs add/remove before commit. | Simo Sorce | 1 | -0/+462 |
2003-10-13 | So here it is a non-intrusive patch with my latest work on gums (the | Simo Sorce | 2 | -7/+26 |
2003-10-10 | Match Samba 2.2, and make ACB_NORMAL the default ACB value. | Andrew Bartlett | 1 | -0/+7 |
2003-10-09 | Merge from 3.0: | Tim Potter | 1 | -1/+1 |
2003-10-09 | Merge from 3.0: | Tim Potter | 1 | -1/+1 |
2003-10-06 | split some security related functions in their own files. | Simo Sorce | 1 | -2/+2 |
2003-10-02 | Portability fix from schmitz@hp.com (Joachim Schmitz). Bug #547. | Jeremy Allison | 1 | -0/+4 |
2003-09-21 | Fix bug and do more error checking. Noticed by Wilco Baan Hofman <wilco@andob... | Jelmer Vernooij | 1 | -13/+33 |
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-15 | Merge from Samba 3.0: | Tim Potter | 1 | -267/+226 |
2003-09-15 | Merge from Samba 3.0: | Tim Potter | 1 | -29/+8 |
2003-09-09 | removing unused files | Gerald Carter | 2 | -1650/+0 |
2003-09-09 | sync 3.0 into HEAD for the last time | Gerald Carter | 8 | -31/+666 |
2003-08-02 | port latest changes from SAMBA_3_0 tree | Simo Sorce | 6 | -80/+87 |
2003-07-16 | ading new files from 3.0 | Gerald Carter | 1 | -0/+78 |
2003-07-16 | trying to get HEAD building again. If you want the code | Gerald Carter | 11 | -2506/+1342 |
2003-05-28 | Merge of cut and paste fix from 3.0 | Tim Potter | 1 | -3/+3 |
2003-05-28 | Merge of uint32/uid_t mismatch from 3.0 | Tim Potter | 2 | -3/+3 |
2003-05-27 | cut-n-paste error | Gerald Carter | 1 | -1/+1 |
2003-05-27 | fix bug 118; replace hard coded 'next[User|Group]Rid' attribute names | Gerald Carter | 1 | -6/+8 |
2003-05-22 | fix bug #108; sambaSambaAccount string attributes are case insensitive; don't... | Gerald Carter | 1 | -1/+4 |
2003-05-18 | port fixes from 3.0 | Simo Sorce | 3 | -10/+4 |
2003-05-16 | Merge get_global_sam_name() from 3.0 to fix compile breakage. | Tim Potter | 1 | -0/+8 |
2003-05-14 | readding reverted changes during idmap merge (noticed by Andrew b.) | Gerald Carter | 1 | -16/+33 |
2003-05-14 | fix group mapping in LDAP under new schema | Gerald Carter | 1 | -35/+61 |
2003-05-14 | syncing LDAP schema changes with Samba_3_0 | Gerald Carter | 1 | -292/+802 |
2003-05-14 | Fix pointer return bug in get_unix_attributes() | Tim Potter | 1 | -1/+1 |