Age | Commit message (Expand) | Author | Files | Lines |
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 |
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 |
1997-11-21 | Just fixed a *serious* bug in nameelect.c to do with local | Jeremy Allison | 1 | -0/+1 |
1997-11-21 | Added in mods for new smb.conf "remote browse sync" option as posted to | John Terpstra | 4 | -0/+40 |
1997-11-21 | use LocTimeDiff() not TimeDiff() to ensure that longdate conversion is | Andrew Tridgell | 1 | -1/+2 |
1997-11-20 | added some debug lines to the rename code | Andrew Tridgell | 1 | -4/+13 |
1997-11-19 | changed nmblookup to only set recursion_desired in queries if the -R | Andrew Tridgell | 2 | -4/+10 |
1997-11-18 | ipc.c: Changed reply_trans to use receive_next_smb() to cope | Jeremy Allison | 5 | -9/+61 |
1997-11-18 | don't do the 255.255.255.255 mapping for group names if the name type | Andrew Tridgell | 1 | -1/+1 |
1997-11-17 | loadparm.c : Added "veto oplock files" parameter. | Jeremy Allison | 6 | -6/+26 |
1997-11-11 | added code to test the cli_NetServerEnum() function in clientgen.c | Andrew Tridgell | 1 | -0/+38 |
1997-11-11 | fixed a bug which caused nmbd to core dump. The problem was incorrect | Andrew Tridgell | 1 | -2/+2 |
1997-11-11 | Left global_oplock_break set while request to break oplock is | Jeremy Allison | 1 | -4/+5 |
1997-11-11 | auto-create the locks directory on startup | Andrew Tridgell | 2 | -0/+8 |
1997-11-10 | Removed pwd_validate.c as no longer in main branch. | Jeremy Allison | 1 | -276/+0 |
1997-11-10 | Rolled back tree state to 11:59pm 8th November 1997 EST to | Jeremy Allison | 15 | -517/+354 |
1997-11-09 | byteorder.h : | Luke Leighton | 3 | -47/+89 |
1997-11-09 | attempting to mark up 32 bit error codes, needed for NT domains. | Luke Leighton | 15 | -322/+731 |
1997-11-08 | mod_smbpasswd() was junking the smbpasswd file... | Luke Leighton | 1 | -97/+99 |
1997-11-08 | a few more tests added, including one that tests whether the server | Andrew Tridgell | 1 | -1/+157 |
1997-11-08 | added two more sets of tests to the smbtorture test. The tests I added | Andrew Tridgell | 3 | -52/+295 |
1997-11-07 | local time discrepancies between the date on my computer and the date on | Luke Leighton | 1 | -2/+2 |
1997-11-07 | ipc.c : | Luke Leighton | 4 | -41/+74 |
1997-11-07 | Modified Files: | Christopher R. Hertel | 3 | -244/+319 |
1997-11-06 | ipc.c: Changing back arbitrary alignment change until I know *why* | Jeremy Allison | 2 | -2/+2 |
1997-11-06 | following a cvs error, i am rewriting this monster-commit. with bad grace. | Luke Leighton | 12 | -123/+755 |
1997-11-06 | local.h: Added OPLOCK_BREAK_TIMEOUT_FUDGEFACTOR. | Jeremy Allison | 2 | -35/+51 |
1997-11-06 | change from %D to %m/%d/%Y in timestring(). This doesn't really matter | Andrew Tridgell | 1 | -4/+4 |
1997-11-06 | no asm/signal.h for linux as this is not portable | Andrew Tridgell | 3 | -4/+5 |
1997-11-05 | Change to always register the WORKGROUP<1e> name as does Win95. | Jeremy Allison | 1 | -4/+2 |
1997-11-05 | add NO_SEMUN for HP | Andrew Tridgell | 1 | -0/+1 |
1997-11-04 | smb.h : | Luke Leighton | 1 | -1/+1 |
1997-11-03 | Rolling back the files | Jeremy Allison | 5 | -174/+52 |
1997-11-03 | added code that _uses_ arcfour. arcfour itself, or anything remotely | Luke Leighton | 3 | -5/+26 |
1997-11-02 | preparing for release of 1.9.18alpha11 | Samba Release Account | 1 | -1/+1 |
1997-11-02 | Christian Lademann's contribution: new capabilities in smb.conf. | Luke Leighton | 5 | -52/+174 |
1997-11-02 | loadparm.c : | Luke Leighton | 3 | -5/+233 |
1997-11-02 | fix some uchar/char conflicts | Andrew Tridgell | 2 | -4/+4 |