summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-1110-66/+133
* Fix from John for growing messages.tdb.Jeremy Allison2001-01-111-0/+1
* rpc_server/srv_samr.c:Jeremy Allison2001-01-115-421/+463
* 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
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-104-11/+47
* Fix from "B.V.Dean" <B.V.Dean@ukc.ac.uk> to add "dos filemode" parameterJeremy Allison2001-01-093-36/+75
* Patch from Richard Bollinger for dead entries being left in connections tdb.Jeremy Allison2001-01-082-1/+6
* Changes merged from APPLIANCE_HEAD:David O'Neill2001-01-082-4/+9
* Add support for logging to wherever smb.conf specifies.Richard Sharpe2001-01-081-2/+8
* Codepages and stuff for Turkish language support. Contributed byTim Potter2001-01-075-1/+576
* 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
* Update the tree.c GTK+ App so it can walk down directories etc ...Richard Sharpe2001-01-071-76/+122
* More fixes and implementation bits and pieces for libsmbclientRichard Sharpe2001-01-072-11/+165
* Fix proto.h ...Richard Sharpe2001-01-061-3/+4
* Fix some more bugs in libsmbclient.c and add functionality to tree.cRichard Sharpe2001-01-062-5/+63
* Fix a minor problem with listing servers in a workgroup and add aRichard Sharpe2001-01-062-3/+471
* Fix a small type in libsmbclient.h ...Richard Sharpe2001-01-051-1/+1
* Arrgh, forgot to update proto.h with all the changes I have been making.Richard Sharpe2001-01-051-12/+6
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-051-10/+47
* The latest changes to libsmbclient ...Richard Sharpe2001-01-053-24/+596
* Needed a callback arg on cli_list ...Richard Sharpe2001-01-055-15/+15
* Added extra argument to calls to smbw_share_add()Tim Potter2001-01-051-8/+8
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-0412-497/+573
* I need a callback arg for cli_NetServerEnum and cli_RNetShareEnum, so I hadRichard Sharpe2001-01-045-25/+65
* Add a new file clidgram with routines that are used by the libsmbclient code.Richard Sharpe2001-01-032-1/+240
* We only want to mark mailslot packets as loopback packets if they are toRichard Sharpe2001-01-031-1/+1
* Return an empty directory for a stat on a share we aren't allowed toTim Potter2001-01-021-7/+17
* Return EACCES for bad password.Tim Potter2001-01-021-1/+1
* Make the use of generate_name_trn_id conform to the usage elsewhere ...Richard Sharpe2001-01-021-1/+1
* Comment out unused generate_name_trn_id ...Richard Sharpe2001-01-021-1/+1
* Fixed -d option for rpcclient.Tim Potter2001-01-021-2/+7
* The line was:Christopher R. Hertel2000-12-301-1/+6
* First pass at the libsmbclient code ...Richard Sharpe2000-12-264-0/+1524
* merge from appliance headGerald Carter2000-12-211-0/+5
* Return appropriate exit codes for various situations:Tim Potter2000-12-211-22/+32
* If extra arguments passed make yodl docs for these files rather than *.yoTim Potter2000-12-211-2/+8
* merge from appliance headGerald Carter2000-12-211-1/+4
* make protoTim Potter2000-12-211-0/+1
* Don't call string_to_sid after cli_lsa_lookup_names() fails.Tim Potter2000-12-211-2/+55
* Some systems seem to only accept a ntcreate&x with a unicode filenameTim Potter2000-12-211-5/+45
* 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
* Cleaned up SidToString() and StringToSid() exit paths.Tim Potter2000-12-211-17/+27
* Removed uninitialised variable.Jeremy Allison2000-12-201-1/+0
* implemented a much nicer name_status() interface. It now returns aAndrew Tridgell2000-12-205-178/+199
* Fixed bug found by Gerald. If a Samba server joins a domain and is setJeremy Allison2000-12-194-8/+23
* Split set_nt_acls into owner set (which uses chown) and permission setJeremy Allison2000-12-191-94/+109