Age | Commit message (Expand) | Author | Files | Lines |
1998-05-08 | Se-submitting clitar.c/ | Richard Sharpe | 2 | -58/+436 |
1998-05-08 | renamed last_change_time to pass_must_change_time. removed "if (bool==True)" | Luke Leighton | 2 | -21/+20 |
1998-05-08 | added extra fields to struct smb_passwd | Luke Leighton | 1 | -7/+37 |
1998-05-08 | The globals section now shows non-default variables (like the | Herb Lewis | 2 | -23/+125 |
1998-05-08 | added FLAG_BASIC to some browse options for swat. | Herb Lewis | 1 | -4/+4 |
1998-05-08 | smb.h: Supporting defines for NT trans calls. | Jeremy Allison | 2 | -4/+33 |
1998-05-08 | Initial cut at the code that will do NT SMB calls. Not linked in, not | Jeremy Allison | 1 | -0/+225 |
1998-05-07 | added first pass at start/get/end-ldappwent functions. unfortunately, lots | Luke Leighton | 1 | -10/+65 |
1998-05-07 | remove unused ldap functions: add stub start/get/endldappwent routines. | Luke Leighton | 2 | -146/+97 |
1998-05-07 | moving gethexpwd into util.c, because it's used in both smbpass.c and ldap.c | Luke Leighton | 5 | -67/+38 |
1998-05-07 | This should (hopefully :-) be the final fix for the %U %G substitution | Jeremy Allison | 9 | -52/+57 |
1998-05-07 | created "passdb.c" which is an interface point to (at present) either | Luke Leighton | 12 | -140/+334 |
1998-05-07 | Fixed changed calls to machine password locking code. | Jeremy Allison | 1 | -5/+4 |
1998-05-06 | Andrew redefines the free() function to do some memory management testing. | Christopher R. Hertel | 1 | -1/+19 |
1998-05-06 | smbpass.c: Fixed machine_passwd_lock() problems. | Jeremy Allison | 4 | -37/+33 |
1998-05-06 | loadparm.c: Added #ifdef USE_LDAP around ldap code. | Jeremy Allison | 6 | -38/+43 |
1998-05-06 | Rolling back again to the equivalent of revision 1.22, as the current | Jeremy Allison | 1 | -382/+25 |
1998-05-06 | jean-francois micouleau's well-alpha code for ldap password database stuff! | Luke Leighton | 7 | -55/+859 |
1998-05-06 | compiler warning for unimportant uninitialised variable | Luke Leighton | 1 | -4/+4 |
1998-05-06 | Real fix for clitar.c problems. Have now made all the right | Richard Sharpe | 2 | -28/+385 |
1998-05-06 | much faster pstrcpy() and fstrcpy() | Andrew Tridgell | 1 | -16/+24 |
1998-05-06 | Fixes for the %U and %G problems people have reported. | Jeremy Allison | 9 | -25/+38 |
1998-05-05 | genrand.c: SGI compile warning fix. | Jeremy Allison | 11 | -26/+28 |
1998-05-05 | Rolling clitar.c back to the previous rev 1.22 as the current one | Jeremy Allison | 1 | -382/+25 |
1998-05-05 | Added bug fixes to clitar to ensure proper longfile name restores | Richard Sharpe | 1 | -25/+382 |
1998-05-05 | patches from jean francois: couple of minor bugs | Luke Leighton | 2 | -3/+2 |
1998-04-30 | Added patch from Bruce Tenison <btenison@dibbs.net> to allow encrypted | Jeremy Allison | 9 | -12/+56 |
1998-04-29 | Makefile: Added files to smbpasswd.c. | Jeremy Allison | 7 | -47/+343 |
1998-04-29 | clientgen.c: Fixed null session setup bug. | Jeremy Allison | 8 | -33/+66 |
1998-04-29 | password.c: | Luke Leighton | 2 | -10/+21 |
1998-04-29 | This is the checkin that adds the security=domain functionality. | Jeremy Allison | 14 | -172/+234 |
1998-04-28 | Fixed checked in code that didn't compile. | Jeremy Allison | 1 | -9/+5 |
1998-04-28 | added NetShareEnum from Bartlomej Czardybon <czar@silesia.pik-net.pl> | Luke Leighton | 1 | -0/+59 |
1998-04-28 | First version that compiles. Much more to do..... | Jeremy Allison | 3 | -228/+178 |
1998-04-25 | This looks like a big change but really isn't. | Jeremy Allison | 36 | -439/+341 |
1998-04-24 | ABOUT time. dce/rpc long packet format now works, server-side. | Luke Leighton | 3 | -5/+92 |
1998-04-24 | cli_pipe.c: Corrected cli_api_pipe() calls. | Jeremy Allison | 1 | -30/+41 |
1998-04-23 | Makefile: Added nterr.c into the mix. | Jeremy Allison | 6 | -19/+78 |
1998-04-23 | These don't compile yet - but they are the core code in what | Jeremy Allison | 3 | -1086/+1004 |
1998-04-23 | We will need this new nterr.c for the DOMAIN_CLIENT code. | Jeremy Allison | 1 | -3/+30 |
1998-04-23 | clientgen.c: Added rap error codes to cli_error, moved from smbpasswd.c | Jeremy Allison | 4 | -124/+233 |
1998-04-23 | genrand.c: Changed SMB_PASSWD_FILE to lp_smb_passwd_file(). | Jeremy Allison | 5 | -90/+359 |
1998-04-22 | Fixed bug found by Gerald Carter <cartegw@Eng.Auburn.EDU> where | Jeremy Allison | 3 | -4/+0 |
1998-04-22 | genrand.c: Improved generation of random values, more secure. | Jeremy Allison | 6 | -13/+93 |
1998-04-21 | many systems don't have /etc/shadow but do have another system for | Andrew Tridgell | 1 | -0/+12 |
1998-04-21 | improved the secret buffer generation a bit. It now uses /etc/shadow | Andrew Tridgell | 1 | -22/+39 |
1998-04-21 | put server-side long dce/rpc code in main branch. | Luke Leighton | 4 | -119/+167 |
1998-04-21 | Added cli_ulogoff() calls to all the exit code paths in security=server. | Jeremy Allison | 1 | -0/+5 |
1998-04-21 | clientgen.c: Added cli_ulogoff() call. | Jeremy Allison | 3 | -0/+21 |
1998-04-20 | genrand.c: Improved filename based random seed generation. | Jeremy Allison | 2 | -22/+58 |