summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* Fix from Frank Varnavas <varnavas@ny.ubs.com>.Jeremy Allison1997-09-041-3/+17
* Fixed up determination of client type for PROTOCOL_NT1. Uses clientJeremy Allison1997-09-042-12/+26
* nameannounce.cJeremy Allison1997-09-031-2/+14
* reply.c: Removed unused variables. Caught by gcc -Wall -WerrorJeremy Allison1997-09-022-7/+29
* added word count 3 support into reply_tcon_and_X (see cifs6.txt). theLuke Leighton1997-08-311-3/+23
* fixed a bug in the printjob encoding/decoding. We weren't doing it forAndrew Tridgell1997-08-312-15/+12
* Oops. Reversed mangled map change made in error. TestingJeremy Allison1997-08-281-2/+3
* mangle.c: Fixed bug that caused string to run off the end of the mangled map.Jeremy Allison1997-08-283-8/+5
* doing that irritating compiler clash warning with the protos for standard_subSamba Release Account1997-08-271-3/+3
* smb.h: Added error code used for OS2 WPS.Samba Release Account1997-08-261-11/+5
* Changes to allow Samba to return the same error code as Windows NT.Samba Release Account1997-08-204-60/+285
* Fix suggested by "Christian Groessler" <chris@fast-ag.de>Samba Release Account1997-08-204-4/+13
* Makefile: Changed for HPUX10 tidyup.Samba Release Account1997-08-195-32/+88
* connecting to IPC$ goes under the guest account. the IPC$ share shouldSamba Release Account1997-08-172-24/+19
* includes.h: Fixed S_IFLNK for old DEC ultrix.Samba Release Account1997-08-131-2/+8
* spelling.Samba Release Account1997-08-111-1/+1
* Makefile: Added IRIX 6 target.Samba Release Account1997-08-051-3/+3
* client.c: Minor change to cast parameters for DEC unix.Samba Release Account1997-07-301-5/+5
* client.c: Added amanda fixes.Samba Release Account1997-07-281-7/+9
* loadparm.c: Changed default create mask to 755 to support MAP_ARCHIVE.Samba Release Account1997-07-241-1/+1
* Makefile: Added UNIXWARE 2.x with shadow passwords from fja@extratech.comSamba Release Account1997-07-245-50/+73
* charset.c: Fixed signed/unsigned issues.Samba Release Account1997-07-221-0/+14
* Removed lp_killunused() call from server main loop. ThisSamba Release Account1997-07-221-3/+0
* charset.c: Split charset_initialise() into 2 - a charset_initialise() andSamba Release Account1997-07-183-11/+31
* Makefile: Added krb5 option from Nathan Neulinger <nneul@umr.edu>Samba Release Account1997-07-174-11/+89
* local.h: Removed ununsed SHARE_MODES_XXX defines. Upped SMBD_RELOAD_CHECKSamba Release Account1997-07-142-37/+17
* counter loop % usage only worked if counters were an exact multiple ofSamba Release Account1997-07-131-3/+28
* trans2 query file/path info - unix change times being reported as dos createSamba Release Account1997-07-121-43/+86
* interface.c: Fix for AIX4.x finding interfaces.Samba Release Account1997-07-111-3/+3
* JHT ==> Added copyright notations for my works. This is regretably needed!John Terpstra1997-07-091-1/+3
* Makefile: Added AIX targets from Ole Holm Nielsen <Ole.H.Nielsen@uni-c.dk>Samba Release Account1997-07-083-19/+53
* missed one OpenDir() and two is_vetoed_name() calls, both of which takeSamba Release Account1997-07-061-3/+3
* added, tested and debugged new "hide files" option.Samba Release Account1997-07-065-24/+43
* Fix for deleting directories that contain only veto files.Samba Release Account1997-07-034-10/+76
* Fixes for UnixWare 2.x with shadow passwords fromSamba Release Account1997-07-031-0/+9
* Fixed compile warnings for FreeBsd & Linux.Samba Release Account1997-07-021-10/+13
* Rolled back Lukes changes. Not quite ready for prime time.Samba Release Account1997-07-012-18/+13
* made "hide files" and "veto files" into per-service parameter sections,Samba Release Account1997-07-012-14/+14
* added "hide files" option.Samba Release Account1997-07-011-0/+5
* client.c: New print queue query code from Jeff C. Foster " <jfoste@wgc.woodw...Samba Release Account1997-07-012-23/+77
* shmem.c: Changed debug to higher levelSamba Release Account1997-06-271-3/+11
* loadparm.c: Added "force create mode" and "force directory mode" params.Samba Release Account1997-06-191-1/+11
* Fixed *really* stupid bug in register_vuid - only a problemSamba Release Account1997-06-181-1/+1
* charset.c: Dropped debug message to level 6.Samba Release Account1997-06-161-1/+3
* Makefile: Added quoata changes for Linux from Thorvald NatvigSamba Release Account1997-06-114-56/+54
* loadparm.c: Made explicit max packet now ignored.Samba Release Account1997-06-061-1/+7
* charcnv.c: Fixed silly bugs detected on IRIX.Samba Release Account1997-05-303-4/+2
* loadparm.c: Ensure printer services cannot be read only and don't use share m...Samba Release Account1997-05-272-23/+38
* Added fix from Paul Nelson @ Thursby - smb_mid field could beSamba Release Account1997-05-211-0/+18
* dir.c: Fixed double slash issue.Samba Release Account1997-05-206-132/+186