summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* I'm slowly getting though the todo list :-)Andrew Tridgell1997-12-032-3/+8
* hopefully handle "ready and waiting" messages in print queue output aAndrew Tridgell1997-12-031-0/+3
* fix toupper(c) on a already uppercase char and tolower(c) on anAndrew Tridgell1997-12-031-0/+2
* fixed the help message for -p (someone complained!)Andrew Tridgell1997-12-021-1/+1
* add the null string to SMBsetatr callsAndrew Tridgell1997-12-021-1/+3
* changing the comment in find_new_file() to say why a base of 1 is usedAndrew Tridgell1997-12-021-2/+1
* the default GUEST_ACCOUNT should be here not in smb.hAndrew Tridgell1997-12-021-0/+6
* HPUX trusted systems need to use bigcrypt() not crypt()Andrew Tridgell1997-12-021-0/+4
* get rid of some things out of smb.h that are already in local.hAndrew Tridgell1997-12-021-12/+0
* dont try getpeername() when Client isn't initialisedAndrew Tridgell1997-12-021-0/+8
* Documented the 'veto oplock files' parameter.Jeremy Allison1997-12-021-0/+24
* asyncdns.c: Removed warning when compiling with -DSYNC_DNS.Jeremy Allison1997-12-024-22/+11
* fix for systems that don't have PWD environment variable definedHerb Lewis1997-12-011-0/+2
* remove stutter from closing instructionsHerb Lewis1997-12-011-2/+2
* dded error checking to scriptsHerb Lewis1997-12-014-8/+37
* the logon script example should use %U.bat not %u.batAndrew Tridgell1997-11-301-2/+2
* clientgen.c: Added cli_mv() (used in a recent torture test).Jeremy Allison1997-11-304-24/+96
* don't display locks for dead processes in smbstatusAndrew Tridgell1997-11-292-5/+9
* use -1 not 0xffffffff in SIVALS() macrosAndrew Tridgell1997-11-292-27/+5
* added a sent_oplock_break element to Files[] as a paranoia check so weAndrew Tridgell1997-11-294-11/+26
* pass the mailslot name to process_logon_packet()Andrew Tridgell1997-11-283-24/+38
* get_entries is an int not a boolAndrew Tridgell1997-11-281-1/+1
* preparing for release of 1.9.18alpha12Samba Release Account1997-11-2842-43/+43
* there was a bug in my oplock bugfix :-)Andrew Tridgell1997-11-281-3/+3
* fixed a very nasty oplock bug. We could send oplock break requests onAndrew Tridgell1997-11-281-3/+4
* oh no! my favourite hack is broken. You can't do:Andrew Tridgell1997-11-261-1/+1
* get rid of stat command (it is a hangover from an old experiment)Andrew Tridgell1997-11-251-38/+0
* Remind them to read the man page about needing to be root.Dan Shearer1997-11-241-2/+4
* added cli_rmdir and cli_mkdirAndrew Tridgell1997-11-243-6/+114
* added a SMB_QUERY_FILE_ALL_INFO test into smbtortureAndrew Tridgell1997-11-232-1/+70
* added some QPATHINFO and QFILEINFO tests into smbtorture.Andrew Tridgell1997-11-234-12/+174
* test SMBsetatr as wellAndrew Tridgell1997-11-233-11/+75
* minor wsmbconf and cgi changesAndrew Tridgell1997-11-233-44/+60
* added a test for the NT SMBgetatr bug in smbtortureAndrew Tridgell1997-11-233-20/+115
* this new cgi code includes the ability to act as a mini web server,Andrew Tridgell1997-11-222-134/+1020
* fixed some typecasts of (char *) to (unsigned char *)Andrew Tridgell1997-11-221-4/+4
* the usual :-)Andrew Tridgell1997-11-221-2/+2
* added true enumerated types in loadparm.c. Now we don't need all thoseAndrew Tridgell1997-11-225-389/+347
* Just fixed a *serious* bug in nameelect.c to do with localJeremy Allison1997-11-211-0/+1
* Added in mods for new smb.conf "remote browse sync" option as posted toJohn Terpstra1997-11-215-0/+71
* use LocTimeDiff() not TimeDiff() to ensure that longdate conversion isAndrew Tridgell1997-11-211-1/+2
* added some debug lines to the rename codeAndrew Tridgell1997-11-201-4/+13
* changed nmblookup to only set recursion_desired in queries if the -RAndrew Tridgell1997-11-192-4/+10
* fixed typoAndrew Tridgell1997-11-191-1/+1
* ipc.c: Changed reply_trans to use receive_next_smb() to copeJeremy Allison1997-11-185-9/+61
* don't do the 255.255.255.255 mapping for group names if the name typeAndrew Tridgell1997-11-181-1/+1
* loadparm.c : Added "veto oplock files" parameter.Jeremy Allison1997-11-176-6/+26
* added code to test the cli_NetServerEnum() function in clientgen.cAndrew Tridgell1997-11-111-0/+38
* fixed a bug which caused nmbd to core dump. The problem was incorrectAndrew Tridgell1997-11-111-2/+2
* Left global_oplock_break set while request to break oplock isJeremy Allison1997-11-111-4/+5