Age | Commit message (Expand) | Author | Files | Lines |
1998-05-14 | passdb.c | Jeremy Allison | 1 | -181/+2 |
1998-05-14 | namequery.c: Fixed SGI IRIX 5.x compiler problem. | Jeremy Allison | 1 | -2/+191 |
1998-05-12 | This is a security audit change of the main source. | Jeremy Allison | 1 | -28/+28 |
1998-05-11 | changed to use slprintf() instead of sprintf() just about | Andrew Tridgell | 1 | -4/+4 |
1998-05-07 | This should (hopefully :-) be the final fix for the %U %G substitution | Jeremy Allison | 1 | -22/+28 |
1998-05-06 | loadparm.c: Added #ifdef USE_LDAP around ldap code. | Jeremy Allison | 1 | -7/+16 |
1998-05-06 | Fixes for the %U and %G problems people have reported. | Jeremy Allison | 1 | -6/+11 |
1998-05-05 | genrand.c: SGI compile warning fix. | Jeremy Allison | 1 | -2/+1 |
1998-04-29 | Makefile: Added files to smbpasswd.c. | Jeremy Allison | 1 | -0/+16 |
1998-04-29 | This is the checkin that adds the security=domain functionality. | Jeremy Allison | 1 | -4/+0 |
1998-04-25 | This looks like a big change but really isn't. | Jeremy Allison | 1 | -4/+4 |
1998-04-22 | genrand.c: Improved generation of random values, more secure. | Jeremy Allison | 1 | -0/+4 |
1998-04-20 | Makefile: Added genrand.o | Jeremy Allison | 1 | -0/+2 |
1998-04-13 | Changes include: | Christopher R. Hertel | 1 | -3/+3 |
1998-04-13 | Changes to allow Samba to be compiled with -Wstrict-prototypes | Jeremy Allison | 1 | -8/+8 |
1998-04-13 | fixed a memory leak in close_file(). Each time a file was opened | Andrew Tridgell | 1 | -1/+7 |
1998-04-12 | support O_SYNC at open time in files (previously we only supported it | Andrew Tridgell | 1 | -0/+4 |
1998-04-10 | Fix for [homes] problem with security=share. We were still relying | Jeremy Allison | 1 | -5/+19 |
1998-04-09 | Makefile, loadparm.c, server.c, smb.h, util.c: Patch from | Jeremy Allison | 1 | -7/+7 |
1998-04-06 | loadparm.c: Cause IPC$ comment to be evaluated at runtime, rather than | Jeremy Allison | 1 | -2/+10 |
1998-03-31 | includes.h: Added semaphore fix for HPUX10.x | Jeremy Allison | 1 | -1/+1 |
1998-03-30 | Fixed compile-time error introduced by log message change. | Jeremy Allison | 1 | -8/+19 |
1998-03-29 | Added remote machine and address to debug message in make_connection() function. | John Terpstra | 1 | -1/+1 |
1998-03-27 | Fix for client generated core-dump bug where offset to readraw | Jeremy Allison | 1 | -1/+2 |
1998-03-19 | Finally made OS/2 WP fix the default. | Jeremy Allison | 1 | -1/+1 |
1998-03-17 | this isn't a big commit, it just looks like it :-) | Andrew Tridgell | 1 | -3/+5 |
1998-03-15 | - claim the null connection after the session request to mak sure we | Andrew Tridgell | 1 | -4/+0 |
1998-03-15 | - added the ability to kill off individual connections from SWAT (from | Andrew Tridgell | 1 | -181/+5 |
1998-03-14 | added the ability to start/stop the server from SWAT. | Andrew Tridgell | 1 | -33/+3 |
1998-03-14 | another makeover of loadparm to support new stuff in swat and | Andrew Tridgell | 1 | -1/+1 |
1998-03-12 | move setup_groups() into password.c so that swat can link without | Andrew Tridgell | 1 | -83/+0 |
1998-03-12 | report the max size of raw reads as 65536 not 65535 (this now matches | Andrew Tridgell | 1 | -1/+1 |
1998-03-11 | Missed fixes in NTDOM branch for doing readX via pipe IPC$. | Jeremy Allison | 1 | -1/+1 |
1998-03-11 | "For I have laboured mightily on Luke's code, and hath broken | Jeremy Allison | 1 | -3/+1 |
1998-03-04 | Removed broken change I made to mangle.c (ooops. Andrew's original | Jeremy Allison | 1 | -8/+3 |
1998-03-04 | Adding Korean and Traditional Chinese codepage support. | Jeremy Allison | 1 | -0/+4 |
1998-02-20 | nmbd_packets.c: nmbd_subnetdb.c: Patch from Andrey Alekseyev <fetch@muffin.ar... | Jeremy Allison | 1 | -0/+9 |
1998-02-12 | make the initial logfile names consistent. This should mean that smbd | Andrew Tridgell | 1 | -0/+2 |
1998-02-11 | Makefile: Added AIX 3.2.5. | Jeremy Allison | 1 | -1/+1 |
1998-02-07 | A small raft of changes, I will sync up with 1.9.18 also. | Jeremy Allison | 1 | -3/+5 |
1998-01-31 | server.c: Added fix where, if all the file entries are being | Jeremy Allison | 1 | -1/+57 |
1998-01-23 | nmbd.c, server.c: Added #ifndef MEM_MAN around code that sets the SIGUSR1 | Jeremy Allison | 1 | -0/+5 |
1998-01-22 | This is *not* a big change (although it looks like one). | Jeremy Allison | 1 | -1/+1 |
1998-01-22 | printing.c: Bug fix for lpng reporting. | Jeremy Allison | 1 | -39/+67 |
1998-01-17 | charcnv.c: Added codepage 866 support onto the file system. Patch | Jeremy Allison | 1 | -0/+7 |
1998-01-16 | reply.c: | Jeremy Allison | 1 | -12/+32 |
1998-01-15 | reply.c: Added timestamp to attack warning. | Jeremy Allison | 1 | -0/+2 |
1998-01-12 | *** empty log message *** | Andrew Tridgell | 1 | -6/+10 |
1998-01-11 | *** empty log message *** | Andrew Tridgell | 1 | -0/+5 |
1998-01-11 | *** empty log message *** | Andrew Tridgell | 1 | -3/+3 |