summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
1997-09-12Added fix that means if connecting user sends guest accountJeremy Allison1-1/+8
1997-09-11charcnv.c client.c clitar.c kanji.c kanji.h loadparm.cJeremy Allison2-96/+117
1997-09-05client.c: Made sure myhostname was initialised before substitutions.Jeremy Allison2-4/+6
1997-09-04Fix from Frank Varnavas <varnavas@ny.ubs.com>.Jeremy Allison1-3/+17
1997-09-04Fixed up determination of client type for PROTOCOL_NT1. Uses clientJeremy Allison2-12/+26
1997-09-03nameannounce.cJeremy Allison1-2/+14
1997-09-02reply.c: Removed unused variables. Caught by gcc -Wall -WerrorJeremy Allison2-7/+29
1997-08-31added word count 3 support into reply_tcon_and_X (see cifs6.txt). theLuke Leighton1-3/+23
1997-08-31fixed a bug in the printjob encoding/decoding. We weren't doing it forAndrew Tridgell2-15/+12
1997-08-28Oops. Reversed mangled map change made in error. TestingJeremy Allison1-2/+3
1997-08-28mangle.c: Fixed bug that caused string to run off the end of the mangled map.Jeremy Allison3-8/+5
1997-08-27doing that irritating compiler clash warning with the protos for standard_subSamba Release Account1-3/+3
1997-08-26smb.h: Added error code used for OS2 WPS.Samba Release Account1-11/+5
1997-08-20Changes to allow Samba to return the same error code as Windows NT.Samba Release Account4-60/+285
1997-08-20Fix suggested by "Christian Groessler" <chris@fast-ag.de>Samba Release Account4-4/+13
1997-08-19Makefile: Changed for HPUX10 tidyup.Samba Release Account5-32/+88
1997-08-17connecting to IPC$ goes under the guest account. the IPC$ share shouldSamba Release Account2-24/+19
1997-08-13includes.h: Fixed S_IFLNK for old DEC ultrix.Samba Release Account1-2/+8
1997-08-11spelling.Samba Release Account1-1/+1
1997-08-05Makefile: Added IRIX 6 target.Samba Release Account1-3/+3
1997-07-30client.c: Minor change to cast parameters for DEC unix.Samba Release Account1-5/+5
1997-07-28client.c: Added amanda fixes.Samba Release Account1-7/+9
1997-07-24loadparm.c: Changed default create mask to 755 to support MAP_ARCHIVE.Samba Release Account1-1/+1
1997-07-24Makefile: Added UNIXWARE 2.x with shadow passwords from fja@extratech.comSamba Release Account5-50/+73
1997-07-22charset.c: Fixed signed/unsigned issues.Samba Release Account1-0/+14
1997-07-22Removed lp_killunused() call from server main loop. ThisSamba Release Account1-3/+0
1997-07-18charset.c: Split charset_initialise() into 2 - a charset_initialise() andSamba Release Account3-11/+31
1997-07-17Makefile: Added krb5 option from Nathan Neulinger <nneul@umr.edu>Samba Release Account4-11/+89
1997-07-14local.h: Removed ununsed SHARE_MODES_XXX defines. Upped SMBD_RELOAD_CHECKSamba Release Account2-37/+17
1997-07-13counter loop % usage only worked if counters were an exact multiple ofSamba Release Account1-3/+28
1997-07-12trans2 query file/path info - unix change times being reported as dos createSamba Release Account1-43/+86
1997-07-11interface.c: Fix for AIX4.x finding interfaces.Samba Release Account1-3/+3
1997-07-09JHT ==> Added copyright notations for my works. This is regretably needed!John Terpstra1-1/+3
1997-07-08Makefile: Added AIX targets from Ole Holm Nielsen <Ole.H.Nielsen@uni-c.dk>Samba Release Account3-19/+53
1997-07-06missed one OpenDir() and two is_vetoed_name() calls, both of which takeSamba Release Account1-3/+3
1997-07-06added, tested and debugged new "hide files" option.Samba Release Account5-24/+43
1997-07-03Fix for deleting directories that contain only veto files.Samba Release Account4-10/+76
1997-07-03Fixes for UnixWare 2.x with shadow passwords fromSamba Release Account1-0/+9
1997-07-02Fixed compile warnings for FreeBsd & Linux.Samba Release Account1-10/+13
1997-07-01Rolled back Lukes changes. Not quite ready for prime time.Samba Release Account2-18/+13
1997-07-01made "hide files" and "veto files" into per-service parameter sections,Samba Release Account2-14/+14
1997-07-01added "hide files" option.Samba Release Account1-0/+5
1997-07-01client.c: New print queue query code from Jeff C. Foster " <jfoste@wgc.woodw...Samba Release Account2-23/+77
1997-06-27shmem.c: Changed debug to higher levelSamba Release Account1-3/+11
1997-06-19loadparm.c: Added "force create mode" and "force directory mode" params.Samba Release Account1-1/+11
1997-06-18Fixed *really* stupid bug in register_vuid - only a problemSamba Release Account1-1/+1
1997-06-16charset.c: Dropped debug message to level 6.Samba Release Account1-1/+3
1997-06-11Makefile: Added quoata changes for Linux from Thorvald NatvigSamba Release Account4-56/+54
1997-06-06loadparm.c: Made explicit max packet now ignored.Samba Release Account1-1/+7
1997-05-30charcnv.c: Fixed silly bugs detected on IRIX.Samba Release Account3-4/+2