summaryrefslogtreecommitdiffstats
path: root/source3
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-046-13/+70
* nameannounce.cJeremy Allison1997-09-036-32/+42
* reply.c: Removed unused variables. Caught by gcc -Wall -WerrorJeremy Allison1997-09-023-7/+33
* use of recursion_available and recursion_desired flag in netbios responses.Luke Leighton1997-09-013-29/+53
* 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-313-17/+34
* Makefile: New program and support for dynamic codepage loading.Jeremy Allison1997-08-303-141/+185
* Adding codepage definition files and codepage file compiler/decompiler.Jeremy Allison1997-08-307-0/+752
* Oops. Reversed mangled map change made in error. TestingJeremy Allison1997-08-281-2/+3
* includes.h: Make sure REPLACE_GETPASS are wrapped with #ifdefs.Jeremy Allison1997-08-283-0/+12
* mangle.c: Fixed bug that caused string to run off the end of the mangled map.Jeremy Allison1997-08-283-8/+5
* added a new type to mkproto.awk so it can handle shmem.cAndrew Tridgell1997-08-282-2/+2
* charset.c: Added patch for client code page 852 (Eastern European) fromSamba Release Account1997-08-273-3/+50
* Put back the smb_shm_ proto's that Luke keeps breaking !Samba Release Account1997-08-271-0/+3
* doing that irritating compiler clash warning with the protos for standard_subSamba Release Account1997-08-273-12/+13
* preparing for release of 1.9.17Samba Release Account1997-08-261-1/+1
* smb.h: Added error code used for OS2 WPS.Samba Release Account1997-08-262-12/+7
* charset.c : Add mapping for code page 932 (KANJI).Samba Release Account1997-08-257-39/+72
* Kanji fixes for upper/lower case conversion with sjis characters.Samba Release Account1997-08-214-30/+149
* Changes to allow Samba to return the same error code as Windows NT.Samba Release Account1997-08-207-63/+297
* 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-1911-48/+115
* JHT ===> Just making sure any new tests do not announce as the last alpha!John Terpstra1997-08-181-1/+1
* 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-132-2/+12
* charset.c: Fixed bug with 'valid chars' param.Samba Release Account1997-08-124-6/+46
* spelling.Samba Release Account1997-08-111-1/+1
* updating comments.Samba Release Account1997-08-101-13/+11
* bug in num. arguments detection that stopped the -add option workingSamba Release Account1997-08-091-7/+3
* failure to register DOMAIN<1b> netbios name caused nmbd to exit (a call toSamba Release Account1997-08-071-2/+1
* updated smbpasswd to take the password on the command-line.Samba Release Account1997-08-061-20/+72
* Makefile: Added IRIX 6 target.Samba Release Account1997-08-053-8/+20
* loadparm.c: Added new netbios aliases parameter (code from Cisco)Samba Release Account1997-07-318-32/+146
* client.c: Minor change to cast parameters for DEC unix.Samba Release Account1997-07-3010-35/+164
* Minor text mods, mostly checking that CVS still worksSamba Release Account1997-07-301-3/+3
* Missed removing some redundent code.Samba Release Account1997-07-281-3/+0
* client.c: Added amanda fixes.Samba Release Account1997-07-288-197/+66
* Re-added shm stuff - keeps getting lost.Samba Release Account1997-07-241-1/+3
* loadparm.c: Changed default create mask to 755 to support MAP_ARCHIVE.Samba Release Account1997-07-242-11/+11
* nameserv.c: split add_domain_names() into three functions:Samba Release Account1997-07-244-192/+259
* removed definition of strslashcmp - now a static in clitar.c.Samba Release Account1997-07-241-1/+0
* patch by glenn burkhardt to allow recursive excluding of directories.Samba Release Account1997-07-241-7/+18
* Makefile: Added UNIXWARE 2.x with shadow passwords from fja@extratech.comSamba Release Account1997-07-2413-174/+269
* JHT ===> Getting ready for release of 1.9.17alpha5John Terpstra1997-07-231-1/+1
* charset.c: Fixed signed/unsigned issues.Samba Release Account1997-07-222-2/+16
* Removed lp_killunused() call from server main loop. ThisSamba Release Account1997-07-221-3/+0
* Fixed bug with -add code that put wrong password in nt md4 field.Samba Release Account1997-07-211-1/+1
* charset.c: Split charset_initialise() into 2 - a charset_initialise() andSamba Release Account1997-07-1814-33/+62
* Makefile: Added krb5 option from Nathan Neulinger <nneul@umr.edu>Samba Release Account1997-07-176-15/+101