summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
...
* More fixes and implementation bits and pieces for libsmbclientRichard Sharpe2001-01-071-11/+161
* Fix some more bugs in libsmbclient.c and add functionality to tree.cRichard Sharpe2001-01-061-0/+40
* Fix a minor problem with listing servers in a workgroup and add aRichard Sharpe2001-01-061-3/+11
* The latest changes to libsmbclient ...Richard Sharpe2001-01-051-21/+455
* Needed a callback arg on cli_list ...Richard Sharpe2001-01-051-2/+2
* I need a callback arg for cli_NetServerEnum and cli_RNetShareEnum, so I hadRichard Sharpe2001-01-041-8/+44
* Add a new file clidgram with routines that are used by the libsmbclient code.Richard Sharpe2001-01-031-0/+239
* Return EACCES for bad password.Tim Potter2001-01-021-1/+1
* First pass at the libsmbclient code ...Richard Sharpe2000-12-261-0/+1140
* Added a cli_nt_create_uni() to do a ntcreate&x with a unicode filename,Tim Potter2000-12-211-2/+49
* Replace magic number with constant.Tim Potter2000-12-211-1/+1
* implemented a much nicer name_status() interface. It now returns aAndrew Tridgell2000-12-201-167/+122
* Fixed bug found by Gerald. If a Samba server joins a domain and is setJeremy Allison2000-12-191-2/+2
* Added query info policy call.Tim Potter2000-12-181-0/+86
* Streamlined exit path.Tim Potter2000-12-181-24/+27
* Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison2000-12-154-19/+59
* Lightweight rpc client library. Uses only routines in libsmb andTim Potter2000-12-131-0/+370
* exposed the broadcast name resolution routine outside namequery.cAndrew Tridgell2000-12-111-4/+4
* Removed compiler warning.Tim Potter2000-12-081-1/+2
* 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