summaryrefslogtreecommitdiff
path: root/source3/smbd/server.c
AgeCommit message (Expand)AuthorFilesLines
1998-05-06Fixes for the %U and %G problems people have reported.Jeremy Allison1-6/+11
1998-05-05genrand.c: SGI compile warning fix.Jeremy Allison1-2/+1
1998-04-29Makefile: Added files to smbpasswd.c.Jeremy Allison1-0/+16
1998-04-29This is the checkin that adds the security=domain functionality.Jeremy Allison1-4/+0
1998-04-25This looks like a big change but really isn't.Jeremy Allison1-4/+4
1998-04-22genrand.c: Improved generation of random values, more secure.Jeremy Allison1-0/+4
1998-04-20Makefile: Added genrand.oJeremy Allison1-0/+2
1998-04-13Changes include:Christopher R. Hertel1-3/+3
1998-04-13Changes to allow Samba to be compiled with -Wstrict-prototypesJeremy Allison1-8/+8
1998-04-13fixed a memory leak in close_file(). Each time a file was openedAndrew Tridgell1-1/+7
1998-04-12support O_SYNC at open time in files (previously we only supported itAndrew Tridgell1-0/+4
1998-04-10Fix for [homes] problem with security=share. We were still relyingJeremy Allison1-5/+19
1998-04-09Makefile, loadparm.c, server.c, smb.h, util.c: Patch fromJeremy Allison1-7/+7
1998-04-06loadparm.c: Cause IPC$ comment to be evaluated at runtime, rather thanJeremy Allison1-2/+10
1998-03-31includes.h: Added semaphore fix for HPUX10.xJeremy Allison1-1/+1
1998-03-30Fixed compile-time error introduced by log message change.Jeremy Allison1-8/+19
1998-03-29Added remote machine and address to debug message in make_connection() function.John Terpstra1-1/+1
1998-03-27Fix for client generated core-dump bug where offset to readrawJeremy Allison1-1/+2
1998-03-19Finally made OS/2 WP fix the default.Jeremy Allison1-1/+1
1998-03-17this isn't a big commit, it just looks like it :-)Andrew Tridgell1-3/+5
1998-03-15- claim the null connection after the session request to mak sure weAndrew Tridgell1-4/+0
1998-03-15- added the ability to kill off individual connections from SWAT (fromAndrew Tridgell1-181/+5
1998-03-14added the ability to start/stop the server from SWAT.Andrew Tridgell1-33/+3
1998-03-14another makeover of loadparm to support new stuff in swat andAndrew Tridgell1-1/+1
1998-03-12move setup_groups() into password.c so that swat can link withoutAndrew Tridgell1-83/+0
1998-03-12report the max size of raw reads as 65536 not 65535 (this now matchesAndrew Tridgell1-1/+1
1998-03-11Missed fixes in NTDOM branch for doing readX via pipe IPC$.Jeremy Allison1-1/+1
1998-03-11"For I have laboured mightily on Luke's code, and hath brokenJeremy Allison1-3/+1
1998-03-04Removed broken change I made to mangle.c (ooops. Andrew's originalJeremy Allison1-8/+3
1998-03-04Adding Korean and Traditional Chinese codepage support.Jeremy Allison1-0/+4
1998-02-20nmbd_packets.c: nmbd_subnetdb.c: Patch from Andrey Alekseyev <fetch@muffin.ar...Jeremy Allison1-0/+9
1998-02-12make the initial logfile names consistent. This should mean that smbdAndrew Tridgell1-0/+2
1998-02-11Makefile: Added AIX 3.2.5.Jeremy Allison1-1/+1
1998-02-07A small raft of changes, I will sync up with 1.9.18 also.Jeremy Allison1-3/+5
1998-01-31server.c: Added fix where, if all the file entries are beingJeremy Allison1-1/+57
1998-01-23nmbd.c, server.c: Added #ifndef MEM_MAN around code that sets the SIGUSR1Jeremy Allison1-0/+5
1998-01-22This is *not* a big change (although it looks like one).Jeremy Allison1-1/+1
1998-01-22printing.c: Bug fix for lpng reporting.Jeremy Allison1-39/+67
1998-01-17charcnv.c: Added codepage 866 support onto the file system. PatchJeremy Allison1-0/+7
1998-01-16reply.c:Jeremy Allison1-12/+32
1998-01-15reply.c: Added timestamp to attack warning.Jeremy Allison1-0/+2
1998-01-12*** empty log message ***Andrew Tridgell1-6/+10
1998-01-11*** empty log message ***Andrew Tridgell1-0/+5
1998-01-11*** empty log message ***Andrew Tridgell1-3/+3
1998-01-08Fixed an apparent typo:Christopher R. Hertel1-1/+1
1998-01-07Ensure that if we are in share mode security that the smb_uidJeremy Allison1-1/+2
1997-12-24Added SIGUSR1/SIGUSR2 handling.Jeremy Allison1-1/+12
1997-12-23Fixed nastly little bug where client was sending open_and_X callJeremy Allison1-4/+23
1997-12-20loadparm.c: Added fix for veto oplock files bug from Charles Hoch <hoch@hplcg...Jeremy Allison1-0/+9
1997-12-14give out file handles differently on each new connection because of aAndrew Tridgell1-10/+29