Age | Commit message (Expand) | Author | Files | Lines |
2001-10-10 | merge from 2.2 | Gerald Carter | 1 | -11/+32 |
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 | 2 | -0/+7 |
2001-10-03 | Ensure accessing NT member servers works with a Samba PDC. Don't | Jeremy Allison | 3 | -7/+7 |
2001-10-03 | set ACB_PWNOEXP by default on new accounts. | Andrew Tridgell | 1 | -2/+2 |
2001-10-02 | Fixed up the change password bug when not using PAM. | Jeremy Allison | 1 | -2/+2 |
2001-10-02 | Fixed the bug with member servers in a Samba PDC hosted domain not allowing | Jeremy Allison | 3 | -25/+22 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 8 | -19/+0 |
2001-10-01 | - fix handling of 0 last_change_time and must_change_time | Andrew Tridgell | 3 | -12/+10 |
2001-09-29 | This is the passdb section of the previously mentioned commit. | Andrew Bartlett | 2 | -65/+111 |
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-27 | minor fixes | Simo Sorce | 1 | -22/+10 |
2001-09-26 | merge from 2.2 | Gerald Carter | 2 | -3/+3 |
2001-09-26 | Fix the uninitialised variable, but more importantly fix the SEGFAULT. | Andrew Bartlett | 1 | -2/+4 |
2001-09-26 | Fix up TDB_SAM with repect to case sensitvity. (need to use unix_strlower) | Andrew Bartlett | 1 | -7/+9 |
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 | 5 | -296/+2824 |
2001-09-25 | Don't segfault when deleting accounts not in /etc/passwd. The RID we want is | Andrew Bartlett | 1 | -5/+2 |
2001-09-25 | memory leak fixes .. | Simo Sorce | 1 | -7/+21 |
2001-09-20 | Move pass_check.c over to NTSTATUS, allowing full NTSTATUS from PAM to wire! | Andrew Bartlett | 1 | -80/+118 |
2001-09-19 | Use lp_private_dir() not magic on the lp_smb_passwd_file() output. | Andrew Bartlett | 1 | -7/+2 |
2001-09-19 | Remove the ugly hacks to get around the Get_Pwnam() calls in pass_check.c by | Andrew Bartlett | 1 | -5/+6 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 5 | -34/+22 |
2001-09-14 | merges from 2.2 | Gerald Carter | 1 | -2/+2 |
2001-09-12 | String length fix from Toomas Soome <tsoome@ut.ee> | Tim Potter | 1 | -1/+1 |
2001-09-10 | passdb/smbpassfile ain't needed any more - it only provided migration from an... | Andrew Tridgell | 1 | -297/+0 |
2001-09-06 | got rid of USE_TDB_MMAP_FLAG as its not needed any more | Andrew Tridgell | 2 | -8/+8 |
2001-09-06 | Started a cleanup of smbpasswd related stuff. I've created a new file | Tim Potter | 5 | -143/+14 |
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-09-04 | cope with pam being off | Andrew Tridgell | 1 | -1/+1 |
2001-09-04 | the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ... | Andrew Tridgell | 2 | -18/+19 |
2001-08-31 | changed the data format in the tdb, as the time fields were not | Simo Sorce | 1 | -24/+29 |
2001-08-30 | Fixed silly typo. | Jeremy Allison | 1 | -3/+3 |
2001-08-30 | Fix from Paul Green to set correct lengths. | Jeremy Allison | 1 | -3/+3 |
2001-08-27 | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 2 | -11/+11 |
2001-08-24 | get rid of compiler warnings | Herb Lewis | 1 | -1/+1 |
2001-08-23 | merge from 2.2 | Gerald Carter | 1 | -3/+14 |
2001-08-13 | Fixed typo in debug message. | Tim Potter | 1 | -2/+2 |
2001-08-12 | this is a big global fix for the ptr = Realloc(ptr, size) bug. | Simo Sorce | 1 | -7/+12 |
2001-08-09 | a few cleanups while mergeing the passdb code into 2.2 | Gerald Carter | 1 | -3/+0 |
2001-08-08 | Change all realloc() statements to Realloc() (ecxept for tdb.c) | Simo Sorce | 1 | -2/+2 |
2001-07-30 | Added "use mmap" for HPUX. | Jeremy Allison | 2 | -8/+8 |
2001-07-23 | Fix case insensitive password change code. | Jeremy Allison | 1 | -4/+2 |
2001-07-17 | move the global_machine_password_needs_changing where we need it. | Simo Sorce | 1 | -2/+0 |
2001-07-12 | Changed instances of TRUE, FALSE to True, False as some compilers don't | Tim Potter | 1 | -1/+1 |
2001-07-08 | This removes unused paramaters from various authtication functions, and should | Andrew Bartlett | 1 | -7/+2 |