summaryrefslogtreecommitdiffstats
path: root/source/libsmb
Commit message (Expand)AuthorAgeFilesLines
* pass the desired access into cli_nt_create()Andrew Tridgell2000-12-041-3/+3
* fixed indentationAndrew Tridgell2000-12-041-1/+1
* removed SACL support (as it doesn't work with w2k if you ask forAndrew Tridgell2000-12-041-2/+2
* in cli_session_setup() accept usernames of the form DOMAIN/USER orAndrew Tridgell2000-12-041-0/+9
* changed an error messageAndrew Tridgell2000-12-031-1/+1
* getting/setting acls now works. The SIDs are still numeric, the nextAndrew Tridgell2000-12-031-1/+56
* - added client support for nttrans callsAndrew Tridgell2000-12-032-0/+282
* Ok - fixed a bug in our levelII oplock code. We need to break a level II onJeremy Allison2000-11-163-3/+15
* Another patch to fix cli_reestablish_connection from Kenichi Okuyama@Tokyo Re...Jeremy Allison2000-10-281-4/+2
* Rolled back find NetBIOS name of PDC/BDC code as a temp fix. ThisJeremy Allison2000-10-271-1/+60
* last part of W2K support.Jean-François Micouleau2000-10-131-4/+5
* Fix to allow smbd to call winbindd if it is running for all group enumeration,Jeremy Allison2000-10-131-1/+1
* changes to sync with 2.2. treeHerb Lewis2000-10-112-2/+2
* added samr_set_user_info and info_2.Jean-François Micouleau2000-10-071-0/+44
* Ensure browse.dat is written and read in UNIX character set format.Jeremy Allison2000-10-071-0/+1
* Fix from RFritz@lbl.gov for Linux ECONREFUSED async errors on Linux.Jeremy Allison2000-10-061-2/+10
* added cli_lock64() and cli_unlock64()Andrew Tridgell2000-09-291-0/+96
* 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