summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
* Fix a problem with smbc_unlink on directories where it was returning EACCESRichard Sharpe2001-01-241-1/+39
* Added remaining samr functions needed by winbindd.Tim Potter2001-01-151-0/+198
* Fixed bugs relating to Win2K and the need for a codepage so that unicodeRichard Sharpe2001-01-141-3/+12
* Some more bug fixes plus implementations of smbc_mkdir and smbc_rmdir,Richard Sharpe2001-01-121-0/+157
* Many bug fixes to the libsmbclient.c code plusRichard Sharpe2001-01-121-38/+137
* rpc_server/srv_samr.c:Jeremy Allison2001-01-111-1/+3
* Added init functions, cli_spoolss_open_printer_ex(),Tim Potter2001-01-101-0/+538
* Added init functions, cli_samr_connect(), cli_samr_close(),Tim Potter2001-01-101-0/+325
* Fixed authenticated pipe access.Tim Potter2001-01-101-25/+102
* Add support for logging to wherever smb.conf specifies.Richard Sharpe2001-01-081-2/+8
* Get rid of 10.0.0.6 and replace it with 0.0.0.0 as my_ip address prior toRichard Sharpe2001-01-071-4/+2
* More bug fixen ...Richard Sharpe2001-01-071-2/+2
* 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