summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
1997-12-20Put it in the right directory :~)Dan Shearer1-0/+181
1997-12-20Fixed stupid bug in read_smb_len where I was calling itself - nowJeremy Allison1-1/+1
1997-12-20client.c:Jeremy Allison6-80/+135
1997-12-20loadparm.c: Added fix for veto oplock files bug from Charles Hoch <hoch@hplcg...Jeremy Allison3-11/+18
1997-12-20trans2.c: Forced trans2_findfirst to behave as NT does in error returns.Jeremy Allison2-24/+11
1997-12-19Adding the cache module.Christopher R. Hertel4-3/+903
1997-12-18kanji.h: Fixed problems with re-definitions of strchr and others on AIX.Jeremy Allison2-2/+28
1997-12-17Missed terminating {-1,NULL} in an enum parameter list.Jeremy Allison1-1/+1
1997-12-16- handle ENOSPC in shmem init.Andrew Tridgell1-4/+6
1997-12-16preparing for release of 1.9.18alpha13Samba Release Account1-1/+1
1997-12-16WHATSNEW.txt - updated for 1.9.18alpha13.Jeremy Allison2-1/+10
1997-12-16Added Lanman announce patch from Jacco de Leeuw <leeuw@wins.uva.nl>.Jeremy Allison9-13/+359
1997-12-16nmbd_incomingdgrams.c: Fix bug with Syntax 5.1 servers reported by SGI whereJeremy Allison4-5/+72
1997-12-14give out file handles differently on each new connection because of aAndrew Tridgell1-10/+29
1997-12-14allow name_type 0x20 as well as name_type 0x0 in dns proxyingAndrew Tridgell1-1/+2
1997-12-14fix a bug that sometimes prevented smbclient from connecting withAndrew Tridgell1-1/+3
1997-12-13This is it ! The mega-merge of the JRA_NMBD_REWRITE branchJeremy Allison63-10506/+12154
1997-12-12Fixed bug reported by Gert-Jan Vons <Gert-Jan.Vons@ocegr.fr>Jeremy Allison1-0/+12
1997-12-11fixed over char 127 problems with isupper/islower.Jeremy Allison1-2/+7
1997-12-11While working on a general-purpose caching module (out soon), I thought ofChristopher R. Hertel6-718/+505
1997-12-11kanji.c: Patch from Anders Blomdell <anders.blomdell@control.lth.se>Jeremy Allison2-3/+16
1997-12-04catch signals in the async dns daemon and allow it to auto-restart ifAndrew Tridgell1-0/+9
1997-12-04allow for zero size reads in asyncdns. These can happen after a signalAndrew Tridgell1-3/+6
1997-12-04got rid of the WRAP_MALLOC code - mem_man does it betterAndrew Tridgell1-67/+0
1997-12-04added optonal MEM_MAN codeAndrew Tridgell2-45/+22
1997-12-04don't use free and alloc as structure elementsAndrew Tridgell2-16/+16
1997-12-03Makefile.lib does nothing, so remove itAndrew Tridgell1-32/+0
1997-12-03slight cleanup to the linked list handlingAndrew Tridgell2-29/+20
1997-12-03put the default PRINTCAP_NAME def in includes.h not local.h so thatAndrew Tridgell2-17/+17
1997-12-03applied a patch from Norm Jacobs to allow "printcap name = lpstat"Andrew Tridgell4-9/+150
1997-12-03change the "username map" option to allow the user to stop theAndrew Tridgell1-0/+12
1997-12-03allow local_machine and remote_machine (%L and %m macros) to containAndrew Tridgell1-6/+2
1997-12-03loadparm.c: Added lp_we_are_a_wins_server as an alias for lp_wins_support.Jeremy Allison2-0/+2
1997-12-03add a warning if the timezone is not a multiple of 1 minute. ThisAndrew Tridgell1-0/+5
1997-12-03allow users to disable the NetWkstaUserLogon call in server levelAndrew Tridgell2-0/+12
1997-12-03make the "printing" option a per share option rather than global. WhenAndrew Tridgell3-7/+7
1997-12-03I'm slowly getting though the todo list :-)Andrew Tridgell2-3/+8
1997-12-03hopefully handle "ready and waiting" messages in print queue output aAndrew Tridgell1-0/+3
1997-12-03fix toupper(c) on a already uppercase char and tolower(c) on anAndrew Tridgell1-0/+2
1997-12-02fixed the help message for -p (someone complained!)Andrew Tridgell1-1/+1
1997-12-02add the null string to SMBsetatr callsAndrew Tridgell1-1/+3
1997-12-02changing the comment in find_new_file() to say why a base of 1 is usedAndrew Tridgell1-2/+1
1997-12-02the default GUEST_ACCOUNT should be here not in smb.hAndrew Tridgell1-0/+6
1997-12-02HPUX trusted systems need to use bigcrypt() not crypt()Andrew Tridgell1-0/+4
1997-12-02get rid of some things out of smb.h that are already in local.hAndrew Tridgell1-12/+0
1997-12-02dont try getpeername() when Client isn't initialisedAndrew Tridgell1-0/+8
1997-12-02asyncdns.c: Removed warning when compiling with -DSYNC_DNS.Jeremy Allison4-22/+11
1997-12-01remove stutter from closing instructionsHerb Lewis1-2/+2
1997-11-30clientgen.c: Added cli_mv() (used in a recent torture test).Jeremy Allison4-24/+96
1997-11-29don't display locks for dead processes in smbstatusAndrew Tridgell2-5/+9