Age | Commit message (Expand) | Author | Files | Lines |
1998-05-15 | util.c: Re-seed the crypto random number generator after a fork, so all | Jeremy Allison | 1 | -0/+10 |
1998-05-14 | some pretty horrible formatting in standard_sub_basic(): makes the function | Luke Leighton | 1 | -48/+56 |
1998-05-14 | chgpasswd.c: Added comments to #ifdefs | Jeremy Allison | 2 | -22/+79 |
1998-05-12 | includes.h: SunOS doesn't have strcasecmp, solaris versions prior to 2.6 don't | Jeremy Allison | 1 | -64/+7 |
1998-05-12 | a new slprintf() function. This one is totally portable but a bit of a | Andrew Tridgell | 1 | -27/+41 |
1998-05-12 | This is a security audit change of the main source. | Jeremy Allison | 7 | -84/+152 |
1998-05-11 | ldap back-end database development | Luke Leighton | 1 | -26/+0 |
1998-05-11 | changed to use slprintf() instead of sprintf() just about | Andrew Tridgell | 6 | -10/+100 |
1998-05-07 | moving gethexpwd into util.c, because it's used in both smbpass.c and ldap.c | Luke Leighton | 1 | -0/+27 |
1998-05-07 | This should (hopefully :-) be the final fix for the %U %G substitution | Jeremy Allison | 1 | -0/+16 |
1998-05-06 | loadparm.c: Added #ifdef USE_LDAP around ldap code. | Jeremy Allison | 1 | -16/+0 |
1998-05-06 | much faster pstrcpy() and fstrcpy() | Andrew Tridgell | 1 | -16/+24 |
1998-05-05 | genrand.c: SGI compile warning fix. | Jeremy Allison | 1 | -1/+1 |
1998-04-25 | This looks like a big change but really isn't. | Jeremy Allison | 1 | -2/+2 |
1998-04-23 | genrand.c: Changed SMB_PASSWD_FILE to lp_smb_passwd_file(). | Jeremy Allison | 1 | -1/+1 |
1998-04-22 | genrand.c: Improved generation of random values, more secure. | Jeremy Allison | 1 | -9/+32 |
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-20 | genrand.c: Improved filename based random seed generation. | Jeremy Allison | 1 | -18/+55 |
1998-04-20 | Makefile: Added genrand.o | Jeremy Allison | 1 | -0/+137 |
1998-04-16 | reply.c: Fix bugs where debug statements were accessing the fd_ptr struct | Jeremy Allison | 1 | -14/+14 |
1998-04-15 | ipc.c: Fix for printer queue spinning with Win95. | Jeremy Allison | 1 | -1/+4 |
1998-04-13 | Changes to allow Samba to be compiled with -Wstrict-prototypes | Jeremy Allison | 8 | -19/+17 |
1998-04-12 | minor reformatting of debug messages (so people don't think there is a | Andrew Tridgell | 1 | -3/+3 |
1998-04-10 | includes.h: Moved HPUX undefine of SEMMSL to where it actually does something. | Jeremy Allison | 1 | -2/+2 |
1998-04-09 | Makefile, loadparm.c, server.c, smb.h, util.c: Patch from | Jeremy Allison | 1 | -0/+57 |
1998-04-09 | Missed compile error when compiling with KANJI=true. | Jeremy Allison | 1 | -1/+1 |
1998-04-09 | Added codepage 936 (simplified Chineses). | Jeremy Allison | 1 | -131/+93 |
1998-04-07 | want all of data in show_msg at log levels > 50. | Luke Leighton | 1 | -27/+33 |
1998-04-03 | Fix from Josef Hinteregger <joehtg@joehtg.co.at> for using | Jeremy Allison | 1 | -1/+1 |
1998-04-02 | Patch from Chris Maltby <chris@softway.com.au>. His comments follow: | Jeremy Allison | 1 | -4/+4 |
1998-04-02 | Updated Eastern European translation table from dan@feld.cvut.cz. | Jeremy Allison | 1 | -4/+20 |
1998-03-25 | Fix for is_in_path from "Steven Hartland" <steven_hartland@pa.press.net> - | Jeremy Allison | 1 | -1/+1 |
1998-03-24 | Fixed 'unused variable' warnings found with gcc -Wall -Werror. | Jeremy Allison | 1 | -2/+2 |
1998-03-24 | ypserver not available: AUTOMOUNT server and path don't work. | Samba Release Account | 1 | -14/+10 |
1998-03-24 | clientgen.c ipc.c smbpasswd.c: Fixes for warnings (from Herb). | Jeremy Allison | 1 | -0/+4 |
1998-03-23 | a pointless commit to check on a problem Luke reported with CVS | Andrew Tridgell | 1 | -2/+2 |
1998-03-17 | this isn't a big commit, it just looks like it :-) | Andrew Tridgell | 2 | -62/+71 |
1998-03-16 | Adding the same change as was added to 1.9.18 branch to add the | Jeremy Allison | 2 | -3/+17 |
1998-03-15 | - added the ability to kill off individual connections from SWAT (from | Andrew Tridgell | 1 | -2/+10 |
1998-03-14 | new files to support starting/stopping the server | Andrew Tridgell | 1 | -0/+88 |
1998-03-14 | added the ability to start/stop the server from SWAT. | Andrew Tridgell | 1 | -1/+1 |
1998-03-14 | removed a redundent return statement | Andrew Tridgell | 1 | -1/+0 |
1998-03-11 | "For I have laboured mightily on Luke's code, and hath broken | Jeremy Allison | 3 | -0/+711 |
1998-03-10 | added Date and Expires headers in the mini web server so clients know | Andrew Tridgell | 1 | -0/+15 |
1998-03-03 | Change the multibyte character set support so that | Jeremy Allison | 4 | -39/+438 |
1998-02-24 | nmbd_incomingdgrams.c: Fix for typo. | Jeremy Allison | 1 | -4/+4 |
1998-02-20 | nmbd_packets.c: nmbd_subnetdb.c: Patch from Andrey Alekseyev <fetch@muffin.ar... | Jeremy Allison | 1 | -30/+112 |
1998-02-14 | Fix to make us compile cleanly with gcc 2.8. | Jeremy Allison | 1 | -3/+0 |
1998-02-13 | Ding-dong the witch is dead, the witch is dead...... | Jeremy Allison | 2 | -15/+1 |