summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2000-10-13last part of W2K support.Jean-François Micouleau1-4/+5
2000-10-13Fix to allow smbd to call winbindd if it is running for all group enumeration,Jeremy Allison1-1/+1
2000-10-11changes to sync with 2.2. treeHerb Lewis2-2/+2
2000-10-07added samr_set_user_info and info_2.Jean-François Micouleau1-0/+44
2000-10-07Ensure browse.dat is written and read in UNIX character set format.Jeremy Allison1-0/+1
2000-10-06Fix from RFritz@lbl.gov for Linux ECONREFUSED async errors on Linux.Jeremy Allison1-2/+10
2000-09-29added cli_lock64() and cli_unlock64()Andrew Tridgell1-0/+96
2000-09-26added NEGNOWAIT. sent to secure@microsoft.comLuke Leighton1-0/+38
2000-08-25Replaced "\\MAILSLOT\\NET\\NETLOGON" with NET_LOGON_MAILSLOT constant.Tim Potter1-1/+1
2000-08-11First shot at actually *doing* WINS failover.Christopher R. Hertel1-1/+8
2000-08-04In cli_error() return ENOENT when an ERROR_INVALID_NAME is received insteadTim Potter1-0/+1
2000-08-01Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison2-3/+4
2000-07-27Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison1-0/+10
2000-07-19Instead of handing back a string (which might be a DNS name or an IPChristopher R. Hertel1-1/+1
2000-07-19First cut toward adding WINS server failover.Christopher R. Hertel1-3/+3
2000-07-12An improved version of the Negative Query Response fix. The earlier fixChristopher R. Hertel1-10/+37
2000-07-09Quick change to short-circuit WINS queries if the WINS server returns aChristopher R. Hertel1-6/+20
2000-07-07More rpcclient merge issues:Gerald Carter1-2/+12
2000-07-03first pass at merging rpcclient from TNG to HEAD. You can get aGerald Carter4-6/+105
2000-06-11Linux kernel oplocks now seem to work, but need a _lot_ of testingAndrew Tridgell1-1/+1
2000-06-01Getting back to a compilable state (not there yet but close).Jeremy Allison1-2/+2
2000-05-10lib/util_unistr.c:Jeremy Allison2-49/+1
2000-05-10Ho hum - forgot timeout case.Jeremy Allison1-1/+5
2000-05-10Fix from David Collier-Brown - sys_select return was not being checked.Jeremy Allison1-1/+5
2000-05-10more mergingAndrew Tridgell2-4/+2
2000-05-02Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2-2/+2
2000-04-30 - added some error checkingAndrew Tridgell1-64/+66
2000-04-30fixed parsing of broken NT short nameAndrew Tridgell1-1/+1
2000-04-30- get the findclose code rightAndrew Tridgell1-9/+17
2000-04-30added cli_list_old() to allow for old style directory listing fromAndrew Tridgell1-2/+144
2000-04-30YIPEE!!!!!Andrew Tridgell1-0/+1
2000-04-25moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell1-1/+0
2000-04-25split clientgen.c into several partsAndrew Tridgell10-3061/+3295
2000-04-11include/byteorder.h: ALIGN4/ALIGN2 macros.Jeremy Allison1-1/+1
2000-04-11finally got sick of the "extern int Client" code and the stupidAndrew Tridgell1-7/+16
2000-03-27changed the definition of dos_PutUniCodeAndrew Tridgell1-2/+1
2000-03-27moved nmblib-specific code from util.c to nmblib.c.Luke Leighton1-9/+203
2000-03-20Fix from christoph.pfisterer@rwg.de for large directory listing to OS/2Jeremy Allison1-2/+2
2000-02-25client/client.c:Jeremy Allison1-3/+7
2000-02-23Multiple-dot scope handling fix from Greg Bowering gb@pobox.comJeremy Allison1-2/+2
2000-02-23lib/system.c: Fixed gcc warnings.Jeremy Allison1-2/+2
2000-02-15Not enough args to DEBUG statement.Tim Potter1-1/+1
2000-02-14Ooops. Fixed stupid typo with missing ! in cli error code.Jeremy Allison1-1/+1
2000-02-09Correct for for core dump in smbpasswd with cli_errstr().Jeremy Allison1-8/+22
2000-02-09Defensive programming for cli_error().Jeremy Allison1-1/+7
2000-02-041) added void* state argument to tdb_traverse. guess what! there wereLuke Leighton1-10/+10
2000-01-16fixed a formatting errorAndrew Tridgell1-1/+1
2000-01-14damn, Solaris already has a "enum lock_type"Andrew Tridgell1-1/+1
2000-01-14we now pass all byte range locking testsAndrew Tridgell1-4/+3
2000-01-13the lock routines now take a enumerated type for read/write locks, andAndrew Tridgell1-4/+4