Age | Commit message (Expand) | Author | Files | Lines |
1997-12-16 | Added Lanman announce patch from Jacco de Leeuw <leeuw@wins.uva.nl>. | Jeremy Allison | 9 | -13/+359 |
1997-12-16 | nmbd_incomingdgrams.c: Fix bug with Syntax 5.1 servers reported by SGI where | Jeremy Allison | 4 | -5/+72 |
1997-12-14 | give out file handles differently on each new connection because of a | Andrew Tridgell | 1 | -10/+29 |
1997-12-14 | allow name_type 0x20 as well as name_type 0x0 in dns proxying | Andrew Tridgell | 1 | -1/+2 |
1997-12-14 | fix a bug that sometimes prevented smbclient from connecting with | Andrew Tridgell | 1 | -1/+3 |
1997-12-13 | This is it ! The mega-merge of the JRA_NMBD_REWRITE branch | Jeremy Allison | 63 | -10506/+12154 |
1997-12-12 | Fixed bug reported by Gert-Jan Vons <Gert-Jan.Vons@ocegr.fr> | Jeremy Allison | 1 | -0/+12 |
1997-12-11 | fixed over char 127 problems with isupper/islower. | Jeremy Allison | 1 | -2/+7 |
1997-12-11 | While working on a general-purpose caching module (out soon), I thought of | Christopher R. Hertel | 6 | -718/+505 |
1997-12-11 | kanji.c: Patch from Anders Blomdell <anders.blomdell@control.lth.se> | Jeremy Allison | 2 | -3/+16 |
1997-12-04 | catch signals in the async dns daemon and allow it to auto-restart if | Andrew Tridgell | 1 | -0/+9 |
1997-12-04 | allow for zero size reads in asyncdns. These can happen after a signal | Andrew Tridgell | 1 | -3/+6 |
1997-12-04 | got rid of the WRAP_MALLOC code - mem_man does it better | Andrew Tridgell | 1 | -67/+0 |
1997-12-04 | added optonal MEM_MAN code | Andrew Tridgell | 2 | -45/+22 |
1997-12-04 | don't use free and alloc as structure elements | Andrew Tridgell | 2 | -16/+16 |
1997-12-03 | Makefile.lib does nothing, so remove it | Andrew Tridgell | 1 | -32/+0 |
1997-12-03 | slight cleanup to the linked list handling | Andrew Tridgell | 2 | -29/+20 |
1997-12-03 | put the default PRINTCAP_NAME def in includes.h not local.h so that | Andrew Tridgell | 2 | -17/+17 |
1997-12-03 | applied a patch from Norm Jacobs to allow "printcap name = lpstat" | Andrew Tridgell | 4 | -9/+150 |
1997-12-03 | change the "username map" option to allow the user to stop the | Andrew Tridgell | 1 | -0/+12 |
1997-12-03 | allow local_machine and remote_machine (%L and %m macros) to contain | Andrew Tridgell | 1 | -6/+2 |
1997-12-03 | loadparm.c: Added lp_we_are_a_wins_server as an alias for lp_wins_support. | Jeremy Allison | 2 | -0/+2 |
1997-12-03 | add a warning if the timezone is not a multiple of 1 minute. This | Andrew Tridgell | 1 | -0/+5 |
1997-12-03 | allow users to disable the NetWkstaUserLogon call in server level | Andrew Tridgell | 2 | -0/+12 |
1997-12-03 | make the "printing" option a per share option rather than global. When | Andrew Tridgell | 3 | -7/+7 |
1997-12-03 | I'm slowly getting though the todo list :-) | Andrew Tridgell | 2 | -3/+8 |
1997-12-03 | hopefully handle "ready and waiting" messages in print queue output a | Andrew Tridgell | 1 | -0/+3 |
1997-12-03 | fix toupper(c) on a already uppercase char and tolower(c) on an | Andrew Tridgell | 1 | -0/+2 |
1997-12-02 | fixed the help message for -p (someone complained!) | Andrew Tridgell | 1 | -1/+1 |
1997-12-02 | add the null string to SMBsetatr calls | Andrew Tridgell | 1 | -1/+3 |
1997-12-02 | changing the comment in find_new_file() to say why a base of 1 is used | Andrew Tridgell | 1 | -2/+1 |
1997-12-02 | the default GUEST_ACCOUNT should be here not in smb.h | Andrew Tridgell | 1 | -0/+6 |
1997-12-02 | HPUX trusted systems need to use bigcrypt() not crypt() | Andrew Tridgell | 1 | -0/+4 |
1997-12-02 | get rid of some things out of smb.h that are already in local.h | Andrew Tridgell | 1 | -12/+0 |
1997-12-02 | dont try getpeername() when Client isn't initialised | Andrew Tridgell | 1 | -0/+8 |
1997-12-02 | asyncdns.c: Removed warning when compiling with -DSYNC_DNS. | Jeremy Allison | 4 | -22/+11 |
1997-12-01 | remove stutter from closing instructions | Herb Lewis | 1 | -2/+2 |
1997-11-30 | clientgen.c: Added cli_mv() (used in a recent torture test). | Jeremy Allison | 4 | -24/+96 |
1997-11-29 | don't display locks for dead processes in smbstatus | Andrew Tridgell | 2 | -5/+9 |
1997-11-29 | use -1 not 0xffffffff in SIVALS() macros | Andrew Tridgell | 2 | -27/+5 |
1997-11-29 | added a sent_oplock_break element to Files[] as a paranoia check so we | Andrew Tridgell | 4 | -11/+26 |
1997-11-28 | pass the mailslot name to process_logon_packet() | Andrew Tridgell | 3 | -24/+38 |
1997-11-28 | get_entries is an int not a bool | Andrew Tridgell | 1 | -1/+1 |
1997-11-28 | preparing for release of 1.9.18alpha12 | Samba Release Account | 1 | -1/+1 |
1997-11-28 | there was a bug in my oplock bugfix :-) | Andrew Tridgell | 1 | -3/+3 |
1997-11-28 | fixed a very nasty oplock bug. We could send oplock break requests on | Andrew Tridgell | 1 | -3/+4 |
1997-11-26 | oh no! my favourite hack is broken. You can't do: | Andrew Tridgell | 1 | -1/+1 |
1997-11-25 | get rid of stat command (it is a hangover from an old experiment) | Andrew Tridgell | 1 | -38/+0 |
1997-11-24 | added cli_rmdir and cli_mkdir | Andrew Tridgell | 3 | -6/+114 |
1997-11-23 | added a SMB_QUERY_FILE_ALL_INFO test into smbtorture | Andrew Tridgell | 2 | -1/+70 |