summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
1997-11-29use -1 not 0xffffffff in SIVALS() macrosAndrew Tridgell2-27/+5
1997-11-29added a sent_oplock_break element to Files[] as a paranoia check so weAndrew Tridgell4-11/+26
1997-11-28pass the mailslot name to process_logon_packet()Andrew Tridgell3-24/+38
1997-11-28get_entries is an int not a boolAndrew Tridgell1-1/+1
1997-11-28preparing for release of 1.9.18alpha12Samba Release Account1-1/+1
1997-11-28there was a bug in my oplock bugfix :-)Andrew Tridgell1-3/+3
1997-11-28fixed a very nasty oplock bug. We could send oplock break requests onAndrew Tridgell1-3/+4
1997-11-26oh no! my favourite hack is broken. You can't do:Andrew Tridgell1-1/+1
1997-11-25get rid of stat command (it is a hangover from an old experiment)Andrew Tridgell1-38/+0
1997-11-24added cli_rmdir and cli_mkdirAndrew Tridgell3-6/+114
1997-11-23added a SMB_QUERY_FILE_ALL_INFO test into smbtortureAndrew Tridgell2-1/+70