Age | Commit message (Expand) | Author | Files | Lines |
2000-06-11 | Linux kernel oplocks now seem to work, but need a _lot_ of testing | Andrew Tridgell | 1 | -1/+1 |
2000-06-01 | Getting back to a compilable state (not there yet but close). | Jeremy Allison | 1 | -2/+2 |
2000-05-10 | lib/util_unistr.c: | Jeremy Allison | 2 | -49/+1 |
2000-05-10 | Ho hum - forgot timeout case. | Jeremy Allison | 1 | -1/+5 |
2000-05-10 | Fix from David Collier-Brown - sys_select return was not being checked. | Jeremy Allison | 1 | -1/+5 |
2000-05-10 | more merging | Andrew Tridgell | 2 | -4/+2 |
2000-05-02 | Added sys_fork() and sys_getpid() functions to stop the overhead | Jeremy Allison | 2 | -2/+2 |
2000-04-30 | - added some error checking | Andrew Tridgell | 1 | -64/+66 |
2000-04-30 | fixed parsing of broken NT short name | Andrew Tridgell | 1 | -1/+1 |
2000-04-30 | - get the findclose code right | Andrew Tridgell | 1 | -9/+17 |
2000-04-30 | added cli_list_old() to allow for old style directory listing from | Andrew Tridgell | 1 | -2/+144 |
2000-04-30 | YIPEE!!!!! | Andrew Tridgell | 1 | -0/+1 |
2000-04-25 | moved trans2.h and nterr.h into includes.h with all our other includes | Andrew Tridgell | 1 | -1/+0 |
2000-04-25 | split clientgen.c into several parts | Andrew Tridgell | 10 | -3061/+3295 |
2000-04-11 | include/byteorder.h: ALIGN4/ALIGN2 macros. | Jeremy Allison | 1 | -1/+1 |
2000-04-11 | finally got sick of the "extern int Client" code and the stupid | Andrew Tridgell | 1 | -7/+16 |
2000-03-27 | changed the definition of dos_PutUniCode | Andrew Tridgell | 1 | -2/+1 |
2000-03-27 | moved nmblib-specific code from util.c to nmblib.c. | Luke Leighton | 1 | -9/+203 |
2000-03-20 | Fix from christoph.pfisterer@rwg.de for large directory listing to OS/2 | Jeremy Allison | 1 | -2/+2 |
2000-02-25 | client/client.c: | Jeremy Allison | 1 | -3/+7 |
2000-02-23 | Multiple-dot scope handling fix from Greg Bowering gb@pobox.com | Jeremy Allison | 1 | -2/+2 |
2000-02-23 | lib/system.c: Fixed gcc warnings. | Jeremy Allison | 1 | -2/+2 |
2000-02-15 | Not enough args to DEBUG statement. | Tim Potter | 1 | -1/+1 |
2000-02-14 | Ooops. Fixed stupid typo with missing ! in cli error code. | Jeremy Allison | 1 | -1/+1 |
2000-02-09 | Correct for for core dump in smbpasswd with cli_errstr(). | Jeremy Allison | 1 | -8/+22 |
2000-02-09 | Defensive programming for cli_error(). | Jeremy Allison | 1 | -1/+7 |
2000-02-04 | 1) added void* state argument to tdb_traverse. guess what! there were | Luke Leighton | 1 | -10/+10 |
2000-01-16 | fixed a formatting error | Andrew Tridgell | 1 | -1/+1 |
2000-01-14 | damn, Solaris already has a "enum lock_type" | Andrew Tridgell | 1 | -1/+1 |
2000-01-14 | we now pass all byte range locking tests | Andrew Tridgell | 1 | -4/+3 |
2000-01-13 | the lock routines now take a enumerated type for read/write locks, and | Andrew Tridgell | 1 | -4/+4 |
2000-01-10 | I'm currently designing a new locking system (using a tdb database!) | Andrew Tridgell | 1 | -4/+6 |
2000-01-10 | don't treat a packet as a oplock break unless it is a request, not a | Andrew Tridgell | 1 | -1/+2 |
2000-01-08 | cli_open() wasn't handling DENY_FCB or O_WRONLY correctly. | Andrew Tridgell | 1 | -6/+5 |
2000-01-07 | fixed a comment | Andrew Tridgell | 1 | -1/+1 |
2000-01-07 | this looks like a big commit, but it isn't really :) | Andrew Tridgell | 4 | -15/+13 |
2000-01-06 | Fix for renaming directories on OS/2 server. Fix from John Janosik <jpjanosi@... | Jeremy Allison | 1 | -1/+1 |
2000-01-05 | use a minimal hash size in the unexpected packet database. A large | Andrew Tridgell | 1 | -1/+1 |
2000-01-03 | simple mods to add msrpc pipe redirection. default behaviour: fall back | Luke Leighton | 1 | -0/+54 |
2000-01-03 | added suppport for unexpected udp/138 packets | Andrew Tridgell | 3 | -247/+225 |
2000-01-03 | the bulk of the unexpected packet handling code is in here | Andrew Tridgell | 1 | -0/+160 |
2000-01-03 | added the unexpected packet database (unexpected.tdb) | Andrew Tridgell | 2 | -208/+223 |
1999-12-13 | 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files that... | Andrew Tridgell | 1 | -127/+0 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 9 | -2426/+1411 |
1999-12-12 | final part of "first" phase converting over to msrpc daemon architecture. | Luke Leighton | 1 | -4/+2 |
1999-12-12 | delineation between smb and msrpc more marked. smbd now constructs | Luke Leighton | 1 | -4/+3 |
1999-12-09 | OK. This code works on a RedHat 6.0 system. However smbpasswd | Gerald Carter | 1 | -2/+4 |
1999-12-08 | ABOUT TIME!!!!!!!! | Luke Leighton | 1 | -56/+20 |
1999-12-05 | reenabled retry_time (commented out accidentally in name_status) | Luke Leighton | 1 | -1/+1 |
1999-12-04 | argh! how horrible! spent ages working out why packets weren't being | Luke Leighton | 2 | -20/+40 |