summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2000-12-15Never free anything in the rpc_parse/prs_XXX functions. Do it in the enclosingJeremy Allison3-26/+21
2000-12-15Added lock backouts on fail.Jeremy Allison5-65/+43
2000-12-15lib/util_unistr.c:Jean-François Micouleau7-45/+89
2000-12-15Fixed memory leak in JOB_INFO_2 code.Jeremy Allison1-3/+2
2000-12-15Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison16-87/+148
2000-12-14Changes from APPLIANCE_HEAD:David O'Neill1-1/+9
2000-12-14Updates from appliance-head.Jeremy Allison1-8/+47
2000-12-14Renamed parameters and variables called acl to the_acl as it conflictsTim Potter3-28/+28
2000-12-14Cache lsa connection and policy handle for resolving names and sids.Tim Potter1-48/+56
2000-12-13Changes from APPLIANCE_HEAD:David O'Neill2-15/+20
2000-12-13Added proto definition for new RPC calls.Jeremy Allison3-33/+31
2000-12-13I think it's time to go home.Tim Potter1-5/+6
2000-12-13OK so I shouldn't have added cli_pipe.o to LIBSMB_OBJ.Tim Potter1-2/+3