Age | Commit message (Expand) | Author | Files | Lines |
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 | 6 | -13/+171 |
1997-12-03 | change the "username map" option to allow the user to stop the | Andrew Tridgell | 2 | -0/+25 |
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 | 4 | -10/+14 |
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 | Documented the 'veto oplock files' parameter. | Jeremy Allison | 1 | -0/+24 |
1997-12-02 | asyncdns.c: Removed warning when compiling with -DSYNC_DNS. | Jeremy Allison | 4 | -22/+11 |
1997-12-01 | fix for systems that don't have PWD environment variable defined | Herb Lewis | 1 | -0/+2 |
1997-12-01 | remove stutter from closing instructions | Herb Lewis | 1 | -2/+2 |
1997-12-01 | dded error checking to scripts | Herb Lewis | 4 | -8/+37 |
1997-11-30 | the logon script example should use %U.bat not %u.bat | Andrew Tridgell | 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 | 42 | -43/+43 |
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 | Remind them to read the man page about needing to be root. | Dan Shearer | 1 | -2/+4 |
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 |
1997-11-23 | added some QPATHINFO and QFILEINFO tests into smbtorture. | Andrew Tridgell | 4 | -12/+174 |
1997-11-23 | test SMBsetatr as well | Andrew Tridgell | 3 | -11/+75 |
1997-11-23 | minor wsmbconf and cgi changes | Andrew Tridgell | 3 | -44/+60 |
1997-11-23 | added a test for the NT SMBgetatr bug in smbtorture | Andrew Tridgell | 3 | -20/+115 |
1997-11-22 | this new cgi code includes the ability to act as a mini web server, | Andrew Tridgell | 2 | -134/+1020 |
1997-11-22 | fixed some typecasts of (char *) to (unsigned char *) | Andrew Tridgell | 1 | -4/+4 |
1997-11-22 | the usual :-) | Andrew Tridgell | 1 | -2/+2 |
1997-11-22 | added true enumerated types in loadparm.c. Now we don't need all those | Andrew Tridgell | 5 | -389/+347 |