Age | Commit message (Expand) | Author | Files | Lines |
1998-10-04 | - modified resolve_name() to take a name_type | Andrew Tridgell | 1 | -1/+1 |
1998-10-02 | - static function "create_new_hashes" was identical to "nt_lm_owf_gen". | Luke Leighton | 1 | -23/+2 |
1998-09-27 | Fixed up more possibly uninitialized variables. | Richard Sharpe | 1 | -1/+1 |
1998-09-25 | Makefile.in: Fixed bug with continuation line causing proto to fail. | Jeremy Allison | 1 | -2/+6 |
1998-09-25 | added wksinfo command to rpcclient, which don't work too good. | Luke Leighton | 1 | -0/+1 |
1998-09-25 | added rpcclient program | Luke Leighton | 1 | -1/+7 |
1998-09-24 | Integration of Anders Blomdell <anders.blomdell@control.lth.se>'s | Jeremy Allison | 1 | -48/+90 |
1998-09-05 | some cleanups to use ZERO_STRUCT() and friends | Andrew Tridgell | 1 | -1/+1 |
1998-07-14 | loadparm.c: | Jeremy Allison | 1 | -10/+15 |
1998-05-27 | loadparm.c: Added machine password timeout parameter - set to 7 days be default. | Jeremy Allison | 1 | -165/+27 |
1998-05-18 | Abstracted all the crappy password interfaces through an indirect | Jeremy Allison | 1 | -0/+6 |
1998-05-18 | chgpasswd.c: Changed back to getsmb... from getsam... | Jeremy Allison | 1 | -10/+10 |
1998-05-15 | Change getpwnam to Get_Pwnam(xx , True) to allow lazy matching | Jeremy Allison | 1 | -1/+1 |
1998-05-12 | This is a security audit change of the main source. | Jeremy Allison | 1 | -2/+2 |
1998-05-11 | reply.c: Added code to not overwrite sesssetup_user when in share level security | Jeremy Allison | 1 | -1/+1 |
1998-05-11 | ldap back-end database development | Luke Leighton | 1 | -24/+24 |
1998-05-11 | changed to use slprintf() instead of sprintf() just about | Andrew Tridgell | 1 | -1/+1 |
1998-05-07 | moving gethexpwd into util.c, because it's used in both smbpass.c and ldap.c | Luke Leighton | 1 | -10/+10 |
1998-05-07 | Fixed changed calls to machine password locking code. | Jeremy Allison | 1 | -5/+4 |
1998-04-30 | Added patch from Bruce Tenison <btenison@dibbs.net> to allow encrypted | Jeremy Allison | 1 | -1/+1 |
1998-04-29 | Makefile: Added files to smbpasswd.c. | Jeremy Allison | 1 | -16/+266 |
1998-04-25 | This looks like a big change but really isn't. | Jeremy Allison | 1 | -3/+4 |
1998-04-23 | clientgen.c: Added rap error codes to cli_error, moved from smbpasswd.c | Jeremy Allison | 1 | -60/+6 |
1998-04-18 | includes.h: Added John's redhat fix for QSORT_CAST. | Jeremy Allison | 1 | -529/+56 |
1998-04-17 | Changing of machine passwords now works !!!!!! | Jeremy Allison | 1 | -11/+22 |
1998-04-15 | ipc.c: Fix for printer queue spinning with Win95. | Jeremy Allison | 1 | -43/+46 |
1998-04-14 | Modified interfaces to getting smb password entries from | Jeremy Allison | 1 | -4/+4 |
1998-04-09 | Makefile, loadparm.c, server.c, smb.h, util.c: Patch from | Jeremy Allison | 1 | -1/+1 |
1998-04-07 | Added check for getpwnam returning NULL. | Jeremy Allison | 1 | -3/+7 |
1998-03-30 | Added extra remote password changing error codes from lmerr.h on NT. | Jeremy Allison | 1 | -2/+5 |
1998-03-26 | client.c: Fixed problem where debug level on command line was overridden by s... | Jeremy Allison | 1 | -34/+58 |
1998-03-26 | Added the ability to differentiate between workstation and server | Jeremy Allison | 1 | -10/+13 |
1998-03-26 | smbpass.c: Made unknown accounts ending in '$' server accounts, not | Jeremy Allison | 1 | -5/+29 |
1998-03-24 | Added writing of '[XXX]' account control bits into gcos | Jeremy Allison | 1 | -6/+49 |
1998-03-24 | Updated smbpasswd to allow root to add machine accounts, and allow | Jeremy Allison | 1 | -50/+229 |
1998-03-24 | clientgen.c ipc.c smbpasswd.c: Fixes for warnings (from Herb). | Jeremy Allison | 1 | -4/+35 |
1998-03-19 | Adding the same changes to HEAD as were added to BRANCH_1_9_18. | Jeremy Allison | 1 | -132/+247 |
1998-03-11 | "For I have laboured mightily on Luke's code, and hath broken | Jeremy Allison | 1 | -1/+1 |
1998-01-22 | This is *not* a big change (although it looks like one). | Jeremy Allison | 1 | -1/+1 |
1997-10-31 | - cleanup some warnings | Andrew Tridgell | 1 | -1/+1 |
1997-10-28 | fix cast | Andrew Tridgell | 1 | -1/+1 |
1997-10-13 | reverted a change made by Luke at his request. | Andrew Tridgell | 1 | -2/+2 |
1997-10-13 | byteorder.h : | Luke Leighton | 1 | -3/+3 |
1997-09-15 | - if the user already exists then ignore the -add command | Andrew Tridgell | 1 | -10/+19 |
1997-09-15 | - change a lot of occurances of errno to use strerror(errno). We can't | Andrew Tridgell | 1 | -6/+10 |
1997-09-14 | This commit does 3 main things: | Andrew Tridgell | 1 | -14/+0 |
1997-09-11 | fix a couple of "declaration shadows previous local" warnings. | Andrew Tridgell | 1 | -2/+0 |
1997-08-19 | Makefile: Changed for HPUX10 tidyup. | Samba Release Account | 1 | -2/+2 |
1997-08-09 | bug in num. arguments detection that stopped the -add option working | Samba Release Account | 1 | -7/+3 |
1997-08-06 | updated smbpasswd to take the password on the command-line. | Samba Release Account | 1 | -20/+72 |