summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2000-12-08Removed compiler warning.Tim Potter1-1/+2
2000-12-04pass the desired access into cli_nt_create()Andrew Tridgell1-3/+3
2000-12-04fixed indentationAndrew Tridgell1-1/+1
2000-12-04removed SACL support (as it doesn't work with w2k if you ask forAndrew Tridgell1-2/+2
2000-12-04in cli_session_setup() accept usernames of the form DOMAIN/USER orAndrew Tridgell1-0/+9
2000-12-03changed an error messageAndrew Tridgell1-1/+1
2000-12-03getting/setting acls now works. The SIDs are still numeric, the nextAndrew Tridgell1-1/+56
2000-12-03- added client support for nttrans callsAndrew Tridgell2-0/+282
2000-11-16Ok - fixed a bug in our levelII oplock code. We need to break a level II onJeremy Allison3-3/+15
2000-10-28Another patch to fix cli_reestablish_connection from Kenichi Okuyama@Tokyo Re...Jeremy Allison1-4/+2
2000-10-27Rolled back find NetBIOS name of PDC/BDC code as a temp fix. ThisJeremy Allison1-1/+60
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