Age | Commit message (Expand) | Author | Files | Lines |
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 |
2003-05-14 | spelling | Tim Potter | 2 | -3/+3 |
2003-05-14 | spelling | Tim Potter | 1 | -2/+2 |
2003-05-12 | Fix compiler warnings. | Jeremy Allison | 3 | -3/+0 |
2003-05-12 | fixing typos in debug statements | Gerald Carter | 1 | -1/+1 |
2003-05-10 | Reverse previous patch from Stefan and me after comments by Andrew Bartlett. | Jelmer Vernooij | 1 | -2/+2 |
2003-05-10 | Patch from metze and me that adds dummy smb_register_*() functions | Jelmer Vernooij | 1 | -2/+2 |
2003-05-02 | shouldn't wellknown group be well.. ..WKN_GRP ? | Simo Sorce | 1 | -2/+1 |
2003-05-01 | fix wrong debug messages in idmap_util.c | Simo Sorce | 1 | -3/+8 |
2003-05-01 | proper wellknown sids initialization at startup | Simo Sorce | 2 | -39/+37 |
2003-05-01 | *id_to_*id call reshape to return NTSTATUS errors | Simo Sorce | 1 | -5/+3 |
2003-05-01 | Use ints for the version numbers in the smb_register_*() functions (patch by ... | Jelmer Vernooij | 1 | -1/+1 |
2003-04-30 | correctly initiazlize idmap tdb when creationg new | Simo Sorce | 2 | -54/+1 |
2003-04-29 | forgot to remove getpwnam | Simo Sorce | 1 | -20/+0 |
2003-04-29 | This is a nice rewrite: | Simo Sorce | 7 | -218/+72 |
2003-04-29 | Some passdb backends really don't like having no primary group - so always | Andrew Bartlett | 1 | -34/+25 |
2003-04-29 | Change order of parameters to smb_register_passdb() | Jelmer Vernooij | 3 | -3/+3 |
2003-04-29 | Merge Samba 3.0 pdb_ldap from 3.0 into HEAD, so as to allow idra to continue | Andrew Bartlett | 1 | -412/+1591 |
2003-04-29 | Merge 3.0's change to how we add users onto HEAD, including a few other bits | Andrew Bartlett | 1 | -25/+36 |
2003-04-29 | don't implement any group mapping functions in the guest sam module | Gerald Carter | 1 | -0/+11 |
2003-04-29 | ok next_rid out as well local_*id_to*id functions | Simo Sorce | 3 | -299/+97 |
2003-04-28 | new helper functions to create users | Simo Sorce | 1 | -1/+154 |