summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2001-01-08Changes merged from APPLIANCE_HEAD:David O'Neill2-4/+9
2001-01-08Add support for logging to wherever smb.conf specifies.Richard Sharpe1-2/+8
2001-01-07Codepages and stuff for Turkish language support. Contributed byTim Potter5-1/+576
2001-01-07Get rid of 10.0.0.6 and replace it with 0.0.0.0 as my_ip address prior toRichard Sharpe1-4/+2
2001-01-07More bug fixen ...Richard Sharpe1-2/+2
2001-01-07Update the tree.c GTK+ App so it can walk down directories etc ...Richard Sharpe1-76/+122
2001-01-07More fixes and implementation bits and pieces for libsmbclientRichard Sharpe2-11/+165
2001-01-06Fix proto.h ...Richard Sharpe1-3/+4
2001-01-06Fix some more bugs in libsmbclient.c and add functionality to tree.cRichard Sharpe2-5/+63
2001-01-06Fix a minor problem with listing servers in a workgroup and add aRichard Sharpe2-3/+471
2001-01-05Fix a small type in libsmbclient.h ...Richard Sharpe1-1/+1
2001-01-05Arrgh, forgot to update proto.h with all the changes I have been making.Richard Sharpe1-12/+6
2001-01-05Changes from APPLIANCE_HEAD:David O'Neill1-10/+47
2001-01-05The latest changes to libsmbclient ...Richard Sharpe3-24/+596
2001-01-05Needed a callback arg on cli_list ...Richard Sharpe5-15/+15
2001-01-05Added extra argument to calls to smbw_share_add()Tim Potter1-8/+8
2001-01-04Changes from APPLIANCE_HEAD:David O'Neill12-497/+573
2001-01-04I need a callback arg for cli_NetServerEnum and cli_RNetShareEnum, so I hadRichard Sharpe5-25/+65
2001-01-03Add a new file clidgram with routines that are used by the libsmbclient code.Richard Sharpe2-1/+240
2001-01-03We only want to mark mailslot packets as loopback packets if they are toRichard Sharpe1-1/+1
2001-01-02Return an empty directory for a stat on a share we aren't allowed toTim Potter1-7/+17
2001-01-02Return EACCES for bad password.Tim Potter1-1/+1
2001-01-02Make the use of generate_name_trn_id conform to the usage elsewhere ...Richard Sharpe1-1/+1
2001-01-02Comment out unused generate_name_trn_id ...Richard Sharpe1-1/+1
2001-01-02Fixed -d option for rpcclient.Tim Potter1-2/+7
2000-12-30The line was:Christopher R. Hertel1-1/+6
2000-12-26First pass at the libsmbclient code ...Richard Sharpe4-0/+1524
2000-12-21merge from appliance headGerald Carter1-0/+5
2000-12-21Return appropriate exit codes for various situations:Tim Potter1-22/+32
2000-12-21If extra arguments passed make yodl docs for these files rather than *.yoTim Potter1-2/+8
2000-12-21merge from appliance headGerald Carter1-1/+4
2000-12-21make protoTim Potter1-0/+1
2000-12-21Don't call string_to_sid after cli_lsa_lookup_names() fails.Tim Potter1-2/+55
2000-12-21Some systems seem to only accept a ntcreate&x with a unicode filenameTim Potter1-5/+45
2000-12-21Added a cli_nt_create_uni() to do a ntcreate&x with a unicode filename,Tim Potter1-2/+49
2000-12-21Replace magic number with constant.Tim Potter1-1/+1
2000-12-21Cleaned up SidToString() and StringToSid() exit paths.Tim Potter1-17/+27
2000-12-20Removed uninitialised variable.Jeremy Allison1-1/+0
2000-12-20implemented a much nicer name_status() interface. It now returns aAndrew Tridgell5-178/+199
2000-12-19Fixed bug found by Gerald. If a Samba server joins a domain and is setJeremy Allison4-8/+23
2000-12-19Split set_nt_acls into owner set (which uses chown) and permission setJeremy Allison1-94/+109
2000-12-19Split the one sys_acl_free call into sys_acl_free_TYPE calls, to allowJeremy Allison3-19/+42
2000-12-18A couple more UMR fixes.Jeremy Allison1-2/+2
2000-12-18Cast prs_alloc_mem to correct type.Jeremy Allison1-2/+2
2000-12-18Fix typos in new group sid check.Jeremy Allison1-2/+2
2000-12-18Added query info policy call.Tim Potter1-0/+86
2000-12-18Merged Tim's fixes from appliance-head.Jeremy Allison3-107/+160
2000-12-18Streamlined exit path.Tim Potter1-24/+27
2000-12-16Fixed chown/chgrp setting from smbcacls.Jeremy Allison1-0/+2
2000-12-16Added -C username and -G username that allow a user (usually Administrator)Jeremy Allison1-5/+61