summaryrefslogtreecommitdiffstats
path: root/source/libsmb
Commit message (Expand)AuthorAgeFilesLines
* added NEGNOWAIT. sent to secure@microsoft.comLuke Leighton2000-09-261-0/+38
* Replaced "\\MAILSLOT\\NET\\NETLOGON" with NET_LOGON_MAILSLOT constant.Tim Potter2000-08-251-1/+1
* First shot at actually *doing* WINS failover.Christopher R. Hertel2000-08-111-1/+8
* In cli_error() return ENOENT when an ERROR_INVALID_NAME is received insteadTim Potter2000-08-041-0/+1
* Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison2000-08-012-3/+4
* Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison2000-07-271-0/+10
* Instead of handing back a string (which might be a DNS name or an IPChristopher R. Hertel2000-07-191-1/+1
* First cut toward adding WINS server failover.Christopher R. Hertel2000-07-191-3/+3
* An improved version of the Negative Query Response fix. The earlier fixChristopher R. Hertel2000-07-121-10/+37
* Quick change to short-circuit WINS queries if the WINS server returns aChristopher R. Hertel2000-07-091-6/+20
* More rpcclient merge issues:Gerald Carter2000-07-071-2/+12
* first pass at merging rpcclient from TNG to HEAD. You can get aGerald Carter2000-07-034-6/+105
* Linux kernel oplocks now seem to work, but need a _lot_ of testingAndrew Tridgell2000-06-111-1/+1
* Getting back to a compilable state (not there yet but close).Jeremy Allison2000-06-011-2/+2
* lib/util_unistr.c:Jeremy Allison2000-05-102-49/+1
* Ho hum - forgot timeout case.Jeremy Allison2000-05-101-1/+5
* Fix from David Collier-Brown - sys_select return was not being checked.Jeremy Allison2000-05-101-1/+5
* more mergingAndrew Tridgell2000-05-102-4/+2
* Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2000-05-022-2/+2
* - added some error checkingAndrew Tridgell2000-04-301-64/+66
* fixed parsing of broken NT short nameAndrew Tridgell2000-04-301-1/+1
* - get the findclose code rightAndrew Tridgell2000-04-301-9/+17
* added cli_list_old() to allow for old style directory listing fromAndrew Tridgell2000-04-301-2/+144
* YIPEE!!!!!Andrew Tridgell2000-04-301-0/+1
* moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell2000-04-251-1/+0
* split clientgen.c into several partsAndrew Tridgell2000-04-2510-3061/+3295
* include/byteorder.h: ALIGN4/ALIGN2 macros.Jeremy Allison2000-04-111-1/+1
* finally got sick of the "extern int Client" code and the stupidAndrew Tridgell2000-04-111-7/+16
* changed the definition of dos_PutUniCodeAndrew Tridgell2000-03-271-2/+1
* moved nmblib-specific code from util.c to nmblib.c.Luke Leighton2000-03-271-9/+203
* Fix from christoph.pfisterer@rwg.de for large directory listing to OS/2Jeremy Allison2000-03-201-2/+2
* client/client.c:Jeremy Allison2000-02-251-3/+7
* Multiple-dot scope handling fix from Greg Bowering gb@pobox.comJeremy Allison2000-02-231-2/+2
* lib/system.c: Fixed gcc warnings.Jeremy Allison2000-02-231-2/+2
* Not enough args to DEBUG statement.Tim Potter2000-02-151-1/+1
* Ooops. Fixed stupid typo with missing ! in cli error code.Jeremy Allison2000-02-141-1/+1
* Correct for for core dump in smbpasswd with cli_errstr().Jeremy Allison2000-02-091-8/+22
* Defensive programming for cli_error().Jeremy Allison2000-02-091-1/+7
* 1) added void* state argument to tdb_traverse. guess what! there wereLuke Leighton2000-02-041-10/+10
* fixed a formatting errorAndrew Tridgell2000-01-161-1/+1
* damn, Solaris already has a "enum lock_type"Andrew Tridgell2000-01-141-1/+1
* we now pass all byte range locking testsAndrew Tridgell2000-01-141-4/+3
* the lock routines now take a enumerated type for read/write locks, andAndrew Tridgell2000-01-131-4/+4
* I'm currently designing a new locking system (using a tdb database!)Andrew Tridgell2000-01-101-4/+6
* don't treat a packet as a oplock break unless it is a request, not aAndrew Tridgell2000-01-101-1/+2
* cli_open() wasn't handling DENY_FCB or O_WRONLY correctly.Andrew Tridgell2000-01-081-6/+5
* fixed a commentAndrew Tridgell2000-01-071-1/+1
* this looks like a big commit, but it isn't really :)Andrew Tridgell2000-01-074-15/+13
* Fix for renaming directories on OS/2 server. Fix from John Janosik <jpjanosi@...Jeremy Allison2000-01-061-1/+1
* use a minimal hash size in the unexpected packet database. A largeAndrew Tridgell2000-01-051-1/+1