summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
1998-03-27chgpasswd.c, ipc.c, loadparm.c: Added boolean "unix password sync"Jeremy Allison2-19/+60
1998-03-27Fix for client generated core-dump bug where offset to readrawJeremy Allison1-1/+2
1998-03-24clientgen.c ipc.c smbpasswd.c: Fixes for warnings (from Herb).Jeremy Allison2-1/+4
1998-03-19Finally made OS/2 WP fix the default.Jeremy Allison1-1/+1
1998-03-19Adding the same changes to HEAD as were added to BRANCH_1_9_18.Jeremy Allison1-5/+24
1998-03-18Added SamOEMChangePassword functionality.Jeremy Allison2-0/+174
1998-03-17this isn't a big commit, it just looks like it :-)Andrew Tridgell4-16/+19
1998-03-16Adding the same change as was added to 1.9.18 branch to add theJeremy Allison3-12/+11
1998-03-16includes.h: Addition of NetBSD 1.3 fix, fix for HPUX 9.x, 10.x zombieJeremy Allison1-0/+4
1998-03-15- claim the null connection after the session request to mak sure weAndrew Tridgell2-4/+4
1998-03-15- added the ability to kill off individual connections from SWAT (fromAndrew Tridgell2-181/+226
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 Tridgell2-83/+86
1998-03-12use FSTYPE_STRING not "SAMBA" for filesystem typeAndrew Tridgell1-1/+1
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 Allison2-1/+5
1998-03-11"For I have laboured mightily on Luke's code, and hath brokenJeremy Allison6-470/+676
1998-03-04Removed broken change I made to mangle.c (ooops. Andrew's originalJeremy Allison2-9/+4
1998-03-04Adding Korean and Traditional Chinese codepage support.Jeremy Allison2-1/+5
1998-03-03Change the multibyte character set support so thatJeremy Allison2-88/+53
1998-02-26Makefile, password.c, includes.h: Added KRB4 patches from Johan Hedin <johanh...Jeremy Allison1-0/+30
1998-02-26Fix for NT redirector bug where deltree fails if the resume keyJeremy Allison2-16/+71
1998-02-20nmbd_packets.c: nmbd_subnetdb.c: Patch from Andrey Alekseyev <fetch@muffin.ar...Jeremy Allison2-2/+11
1998-02-13Ding-dong the witch is dead, the witch is dead......Jeremy Allison2-22/+21
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 Allison4-9/+33
1998-02-07A small raft of changes, I will sync up with 1.9.18 also.Jeremy Allison5-33/+53
1998-01-31server.c: Added fix where, if all the file entries are beingJeremy Allison1-1/+57
1998-01-29Makefile: Fix for OSF1 typo.Jeremy Allison1-2/+2
1998-01-28Fix from Charles Hoch (hoch@hpl.hp.com). Whne there is no dataJeremy Allison1-2/+4
1998-01-25always align both the parameter and data bytes on a 4 byte boundary inAndrew Tridgell1-8/+20
1998-01-24Added get_create_time() function to time.c.Jeremy Allison2-7/+10
1998-01-23Changed code that truncates salt after 2 characters so that it becomesJeremy Allison1-0/+3
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 Allison15-18/+18
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 Allison3-4/+116
1998-01-16reply.c:Jeremy Allison2-14/+34
1998-01-15reply.c: Added timestamp to attack warning.Jeremy Allison2-1/+3
1998-01-12*** empty log message ***Andrew Tridgell3-11/+33
1998-01-11*** empty log message ***Andrew Tridgell1-0/+5
1998-01-11*** empty log message ***Andrew Tridgell1-3/+3
1998-01-10Following discussions with Cristian Gafton (Red Hat) we have decided to makeJohn Terpstra1-2/+8
1998-01-10ipc.c: Fixed problem where we were not returning 'buffer too small'Jeremy Allison1-2/+2
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
1998-01-02fix printer driver rpc to prevent core dumps.Herb Lewis1-65/+73
1998-01-01fixes to make_printerdef.c to generate a correct printers.def fileHerb Lewis1-12/+37
1997-12-24Added SIGUSR1/SIGUSR2 handling.Jeremy Allison1-1/+12