summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
1997-09-14This is a written from scratch DES implementation. I couldn't find aAndrew Tridgell1-0/+290
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 Allison13-389/+486
1997-09-11fix a couple of "declaration shadows previous local" warnings.Andrew Tridgell2-5/+3
1997-09-11prototype updates for new functionsAndrew Tridgell1-1/+21
1997-09-11add the stdout parameter to lp_dump()Andrew Tridgell1-1/+1
1997-09-11some minor modifications to loadparm.c to support the necessaryAndrew Tridgell1-56/+193
1997-09-11cgi.c is a simple set of CGI manipulation routinesAndrew Tridgell4-0/+664
1997-09-07samba servers forcing local elections if they are not a local master.Luke Leighton1-1/+1
1997-09-05JHT ===> Just setting version to 1.9.18alpha1John Terpstra1-1/+1
1997-09-05client.c: Made sure myhostname was initialised before substitutions.Jeremy Allison4-6/+14
1997-09-05added debug reporting to file listing / mod_time() checking routine.Luke Leighton1-2/+17
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 Allison6-13/+70
1997-09-03nameannounce.cJeremy Allison6-32/+42
1997-09-02reply.c: Removed unused variables. Caught by gcc -Wall -WerrorJeremy Allison3-7/+33
1997-09-01use of recursion_available and recursion_desired flag in netbios responses.Luke Leighton3-29/+53
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 Tridgell3-17/+34
1997-08-30Makefile: New program and support for dynamic codepage loading.Jeremy Allison3-141/+185
1997-08-30Adding codepage definition files and codepage file compiler/decompiler.Jeremy Allison7-0/+752
1997-08-28Oops. Reversed mangled map change made in error. TestingJeremy Allison1-2/+3
1997-08-28includes.h: Make sure REPLACE_GETPASS are wrapped with #ifdefs.Jeremy Allison3-0/+12
1997-08-28mangle.c: Fixed bug that caused string to run off the end of the mangled map.Jeremy Allison3-8/+5
1997-08-28added a new type to mkproto.awk so it can handle shmem.cAndrew Tridgell2-2/+2
1997-08-27charset.c: Added patch for client code page 852 (Eastern European) fromSamba Release Account3-3/+50
1997-08-27Put back the smb_shm_ proto's that Luke keeps breaking !Samba Release Account1-0/+3
1997-08-27doing that irritating compiler clash warning with the protos for standard_subSamba Release Account3-12/+13
1997-08-26preparing for release of 1.9.17Samba Release Account1-1/+1
1997-08-26smb.h: Added error code used for OS2 WPS.Samba Release Account2-12/+7
1997-08-25charset.c : Add mapping for code page 932 (KANJI).Samba Release Account7-39/+72
1997-08-21Kanji fixes for upper/lower case conversion with sjis characters.Samba Release Account4-30/+149
1997-08-20Changes to allow Samba to return the same error code as Windows NT.Samba Release Account7-63/+297
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 Account11-48/+115
1997-08-18JHT ===> Just making sure any new tests do not announce as the last alpha!John Terpstra1-1/+1
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 Account2-2/+12
1997-08-12charset.c: Fixed bug with 'valid chars' param.Samba Release Account4-6/+46
1997-08-11spelling.Samba Release Account1-1/+1
1997-08-10updating comments.Samba Release Account1-13/+11
1997-08-09bug in num. arguments detection that stopped the -add option workingSamba Release Account1-7/+3
1997-08-07failure to register DOMAIN<1b> netbios name caused nmbd to exit (a call toSamba Release Account1-2/+1
1997-08-06updated smbpasswd to take the password on the command-line.Samba Release Account1-20/+72
1997-08-05Makefile: Added IRIX 6 target.Samba Release Account3-8/+20
1997-07-31loadparm.c: Added new netbios aliases parameter (code from Cisco)Samba Release Account8-32/+146
1997-07-30client.c: Minor change to cast parameters for DEC unix.Samba Release Account10-35/+164
1997-07-30Minor text mods, mostly checking that CVS still worksSamba Release Account1-3/+3
1997-07-28Missed removing some redundent code.Samba Release Account1-3/+0
1997-07-28client.c: Added amanda fixes.Samba Release Account8-197/+66