Age | Commit message (Expand) | Author | Files | Lines |
2001-11-29 | Changed again how the privilege list is handled in the group mapping code. | Jean-François Micouleau | 1 | -0/+2 |
2001-11-24 | Kill off that crazy copy_sam_passwd(). You simply can't do that if the | Andrew Bartlett | 1 | -12/+0 |
2001-11-23 | Changed how the privileges are stored in the group mapping code. It's now | Jean-François Micouleau | 1 | -7/+32 |
2001-11-11 | Minor updates. A small dose of const. | Andrew Bartlett | 1 | -1/+1 |
2001-11-07 | UGLY HACK to get machines to join tdbsam domains again. | Andrew Bartlett | 1 | -2/+4 |
2001-10-31 | This is a farily large patch (3300 lines) and reworks most of the AuthRewrite | Andrew Bartlett | 1 | -10/+54 |
2001-10-30 | Fix up smbpasswd -e/-d so that it doesn't change the password under you any | Andrew Bartlett | 1 | -20/+1 |
2001-10-29 | This commit is number 4 of 4. | Andrew Bartlett | 1 | -82/+60 |
2001-10-29 | This commit is number 2 of 4. | Andrew Bartlett | 1 | -4/+30 |
2001-10-29 | This commit is number 1 of 4. | Andrew Bartlett | 1 | -23/+54 |
2001-10-09 | Fixes from John Trostel (modified somewhat by me) to ensure that all lookup_XX | Jeremy Allison | 1 | -0/+10 |
2001-10-03 | Added a comment about not changing the magic timestamp values without | Tim Potter | 1 | -0/+4 |
2001-10-03 | Ensure accessing NT member servers works with a Samba PDC. Don't | Jeremy Allison | 1 | -2/+2 |
2001-10-03 | set ACB_PWNOEXP by default on new accounts. | Andrew Tridgell | 1 | -2/+2 |
2001-10-02 | Fixed the bug with member servers in a Samba PDC hosted domain not allowing | Jeremy Allison | 1 | -6/+5 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -2/+0 |
2001-10-01 | - fix handling of 0 last_change_time and must_change_time | Andrew Tridgell | 1 | -5/+5 |
2001-09-29 | This is the passdb section of the previously mentioned commit. | Andrew Bartlett | 1 | -63/+110 |
2001-09-28 | How the heck I missed this I don't know, but somehow I got a copy-and-paste | Andrew Bartlett | 1 | -16/+12 |
2001-09-27 | Merge HEAD and 2.2 - try frantically to keep in sync. | Jeremy Allison | 1 | -13/+13 |
2001-09-27 | Fix memory leak in get_sampwd_entries(), reindent for clarity. | Andrew Bartlett | 1 | -35/+107 |
2001-09-26 | merge from 2.2 | Gerald Carter | 1 | -1/+1 |
2001-09-26 | Add a new interface pdb_set_plaintext_passwd() to the passdb. This simply | Andrew Bartlett | 1 | -11/+26 |
2001-09-26 | We don't use a modified 'user' in any case, so don't modifiy it. | Andrew Bartlett | 1 | -1/+1 |
2001-09-25 | Fixup passdb stuff to add new nisplus and ldap backends. | Jeremy Allison | 1 | -158/+270 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 1 | -14/+5 |
2001-09-12 | String length fix from Toomas Soome <tsoome@ut.ee> | Tim Potter | 1 | -1/+1 |
2001-09-06 | Started a cleanup of smbpasswd related stuff. I've created a new file | Tim Potter | 1 | -132/+0 |
2001-09-05 | fixed some compilation errors in cli_netlogon.c - tim, you need to rerun conf... | Andrew Tridgell | 1 | -3/+2 |
2001-09-05 | more warning fixes on solaris | Andrew Tridgell | 1 | -1/+3 |
2001-08-13 | Fixed typo in debug message. | Tim Potter | 1 | -2/+2 |
2001-07-06 | Wrapped dlerror() in the same way as the other dlxxx() calls. | Jeremy Allison | 1 | -2/+2 |
2001-07-04 | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 1 | -2/+2 |
2001-05-09 | very nasty bug ! | Jean-François Micouleau | 1 | -1/+1 |
2001-05-08 | fixes to the group mapping code. | Jean-François Micouleau | 1 | -2/+2 |
2001-05-07 | merge from 2.2 removing the 'domain XXX' parameters. | Gerald Carter | 1 | -16/+3 |
2001-05-07 | Patch from Simo: | Gerald Carter | 1 | -19/+38 |
2001-05-04 | Big cleanup of passdb and backends. | Jean-François Micouleau | 1 | -475/+258 |
2001-05-04 | fixes from Simo | Gerald Carter | 1 | -0/+43 |
2001-04-28 | - fixed some compiler warnings | Andrew Tridgell | 1 | -2/+3 |
2001-04-25 | converted the passdb smbpasswd implementation to using talloc | Gerald Carter | 1 | -257/+294 |
2001-03-22 | New POSIX ACL mapping code. Works with UNIX permissions, now for testing | Jeremy Allison | 1 | -0/+6 |
2001-03-20 | Fix for crash when doing name lookup with a quoted string. Part of | Jeremy Allison | 1 | -1/+11 |
2001-03-19 | Added sys_dlopen/sys_dlsym/sys_dlclose. | Jeremy Allison | 1 | -3/+3 |
2001-03-14 | patches from Simo. Couple of snity things | Gerald Carter | 1 | -1/+3 |
2001-03-11 | Remove "BYTE" - we already have uint8 - don't need more conflicts with | Jeremy Allison | 1 | -7/+7 |
2001-03-11 | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 1 | -5/+0 |
2001-03-02 | Merged JF's fixes into HEAD. These are for string parsing and SAMR fixes. | Jeremy Allison | 1 | -3/+2 |
2001-01-15 | Fixes for POSIX ACLS. ACL merge code. | Jeremy Allison | 1 | -2/+12 |
2001-01-10 | Changes from APPLIANCE_HEAD: | David O'Neill | 1 | -9/+31 |