summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
1997-12-01dded error checking to scriptsHerb Lewis4-8/+37
1997-11-30the logon script example should use %U.bat not %u.batAndrew Tridgell1-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 Account42-43/+43
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-24Remind them to read the man page about needing to be root.Dan Shearer1-2/+4
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
1997-11-23added some QPATHINFO and QFILEINFO tests into smbtorture.Andrew Tridgell4-12/+174
1997-11-23test SMBsetatr as wellAndrew Tridgell3-11/+75
1997-11-23minor wsmbconf and cgi changesAndrew Tridgell3-44/+60
1997-11-23added a test for the NT SMBgetatr bug in smbtortureAndrew Tridgell3-20/+115
1997-11-22this new cgi code includes the ability to act as a mini web server,Andrew Tridgell2-134/+1020
1997-11-22fixed some typecasts of (char *) to (unsigned char *)Andrew Tridgell1-4/+4
1997-11-22the usual :-)Andrew Tridgell1-2/+2
1997-11-22added true enumerated types in loadparm.c. Now we don't need all thoseAndrew Tridgell5-389/+347
1997-11-21Just fixed a *serious* bug in nameelect.c to do with localJeremy Allison1-0/+1
1997-11-21Added in mods for new smb.conf "remote browse sync" option as posted toJohn Terpstra5-0/+71
1997-11-21use LocTimeDiff() not TimeDiff() to ensure that longdate conversion isAndrew Tridgell1-1/+2
1997-11-20added some debug lines to the rename codeAndrew Tridgell1-4/+13
1997-11-19changed nmblookup to only set recursion_desired in queries if the -RAndrew Tridgell2-4/+10
1997-11-19fixed typoAndrew Tridgell1-1/+1
1997-11-18ipc.c: Changed reply_trans to use receive_next_smb() to copeJeremy Allison5-9/+61
1997-11-18don't do the 255.255.255.255 mapping for group names if the name typeAndrew Tridgell1-1/+1
1997-11-17loadparm.c : Added "veto oplock files" parameter.Jeremy Allison6-6/+26
1997-11-11added code to test the cli_NetServerEnum() function in clientgen.cAndrew Tridgell1-0/+38
1997-11-11fixed a bug which caused nmbd to core dump. The problem was incorrectAndrew Tridgell1-2/+2
1997-11-11Left global_oplock_break set while request to break oplock isJeremy Allison1-4/+5
1997-11-11auto-create the locks directory on startupAndrew Tridgell2-0/+8
1997-11-10Removed pwd_validate.c as no longer in main branch.Jeremy Allison1-276/+0
1997-11-10Rolled back tree state to 11:59pm 8th November 1997 EST toJeremy Allison15-517/+354
1997-11-09byteorder.h :Luke Leighton3-47/+89
1997-11-09attempting to mark up 32 bit error codes, needed for NT domains.Luke Leighton15-322/+731
1997-11-08mod_smbpasswd() was junking the smbpasswd file...Luke Leighton1-97/+99
1997-11-08a few more tests added, including one that tests whether the serverAndrew Tridgell1-1/+157
1997-11-08added two more sets of tests to the smbtorture test. The tests I addedAndrew Tridgell3-52/+295
1997-11-07local time discrepancies between the date on my computer and the date onLuke Leighton1-2/+2
1997-11-07ipc.c :Luke Leighton4-41/+74
1997-11-07Modified Files:Christopher R. Hertel3-244/+319
1997-11-06ipc.c: Changing back arbitrary alignment change until I know *why*Jeremy Allison2-2/+2
1997-11-06following a cvs error, i am rewriting this monster-commit. with bad grace.Luke Leighton12-123/+755
1997-11-06local.h: Added OPLOCK_BREAK_TIMEOUT_FUDGEFACTOR.Jeremy Allison2-35/+51