summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * fix a bug that sometimes prevented smbclient from connecting withAndrew Tridgell1997-12-141-1/+3
| * This is it ! The mega-merge of the JRA_NMBD_REWRITE branchJeremy Allison1997-12-1363-10506/+12154
| * Fixed bug reported by Gert-Jan Vons <Gert-Jan.Vons@ocegr.fr>Jeremy Allison1997-12-121-0/+12
| * fixed over char 127 problems with isupper/islower.Jeremy Allison1997-12-111-2/+7
| * While working on a general-purpose caching module (out soon), I thought ofChristopher R. Hertel1997-12-116-718/+505
| * kanji.c: Patch from Anders Blomdell <anders.blomdell@control.lth.se>Jeremy Allison1997-12-112-3/+16
| * fix typo in directory nameHerb Lewis1997-12-041-4/+4
| * Added one more USA consultant.Jeremy Allison1997-12-041-1/+17
| * catch signals in the async dns daemon and allow it to auto-restart ifAndrew Tridgell1997-12-041-0/+9
| * allow for zero size reads in asyncdns. These can happen after a signalAndrew Tridgell1997-12-041-3/+6
| * got rid of the WRAP_MALLOC code - mem_man does it betterAndrew Tridgell1997-12-041-67/+0
| * added optonal MEM_MAN codeAndrew Tridgell1997-12-042-45/+22
| * don't use free and alloc as structure elementsAndrew Tridgell1997-12-042-16/+16
| * Makefile.lib does nothing, so remove itAndrew Tridgell1997-12-031-32/+0
| * slight cleanup to the linked list handlingAndrew Tridgell1997-12-032-29/+20
| * put the default PRINTCAP_NAME def in includes.h not local.h so thatAndrew Tridgell1997-12-032-17/+17
| * applied a patch from Norm Jacobs to allow "printcap name = lpstat"Andrew Tridgell1997-12-036-13/+171
| * change the "username map" option to allow the user to stop theAndrew Tridgell1997-12-032-0/+25
| * allow local_machine and remote_machine (%L and %m macros) to containAndrew Tridgell1997-12-031-6/+2
| * loadparm.c: Added lp_we_are_a_wins_server as an alias for lp_wins_support.Jeremy Allison1997-12-032-0/+2
| * add a warning if the timezone is not a multiple of 1 minute. ThisAndrew Tridgell1997-12-031-0/+5
| * allow users to disable the NetWkstaUserLogon call in server levelAndrew Tridgell1997-12-032-0/+12
| * make the "printing" option a per share option rather than global. WhenAndrew Tridgell1997-12-034-10/+14
| * 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