Age | Commit message (Expand) | Author | Files | Lines |
2001-01-05 | Merge of documentation updates to HEAD. These got missed somewhere along | David O'Neill | 9 | -1716/+1277 |
2001-01-05 | The latest changes to libsmbclient ... | Richard Sharpe | 3 | -24/+596 |
2001-01-05 | Needed a callback arg on cli_list ... | Richard Sharpe | 5 | -15/+15 |
2001-01-05 | Added extra argument to calls to smbw_share_add() | Tim Potter | 1 | -8/+8 |
2001-01-04 | Changes from APPLIANCE_HEAD: | David O'Neill | 12 | -497/+573 |
2001-01-04 | I need a callback arg for cli_NetServerEnum and cli_RNetShareEnum, so I had | Richard Sharpe | 5 | -25/+65 |
2001-01-03 | Add a new file clidgram with routines that are used by the libsmbclient code. | Richard Sharpe | 2 | -1/+240 |
2001-01-03 | We only want to mark mailslot packets as loopback packets if they are to | Richard Sharpe | 1 | -1/+1 |
2001-01-02 | Return an empty directory for a stat on a share we aren't allowed to | Tim Potter | 1 | -7/+17 |
2001-01-02 | Return EACCES for bad password. | Tim Potter | 1 | -1/+1 |
2001-01-02 | Make the use of generate_name_trn_id conform to the usage elsewhere ... | Richard Sharpe | 1 | -1/+1 |
2001-01-02 | Comment out unused generate_name_trn_id ... | Richard Sharpe | 1 | -1/+1 |
2001-01-02 | Fixed -d option for rpcclient. | Tim Potter | 1 | -2/+7 |
2000-12-30 | The line was: | Christopher R. Hertel | 1 | -1/+6 |
2000-12-26 | First pass at the libsmbclient code ... | Richard Sharpe | 4 | -0/+1524 |
2000-12-21 | merge from appliance head | Gerald Carter | 1 | -0/+5 |
2000-12-21 | Return appropriate exit codes for various situations: | Tim Potter | 1 | -22/+32 |
2000-12-21 | Documentation updates for smbcacls program. | Tim Potter | 3 | -42/+139 |
2000-12-21 | If extra arguments passed make yodl docs for these files rather than *.yo | Tim Potter | 1 | -2/+8 |
2000-12-21 | merge from appliance head | Gerald Carter | 1 | -1/+4 |
2000-12-21 | make proto | Tim Potter | 1 | -0/+1 |
2000-12-21 | Don't call string_to_sid after cli_lsa_lookup_names() fails. | Tim Potter | 1 | -2/+55 |
2000-12-21 | Some systems seem to only accept a ntcreate&x with a unicode filename | Tim Potter | 1 | -5/+45 |
2000-12-21 | Added a cli_nt_create_uni() to do a ntcreate&x with a unicode filename, | Tim Potter | 1 | -2/+49 |
2000-12-21 | Replace magic number with constant. | Tim Potter | 1 | -1/+1 |
2000-12-21 | Cleaned up SidToString() and StringToSid() exit paths. | Tim Potter | 1 | -17/+27 |
2000-12-20 | Removed uninitialised variable. | Jeremy Allison | 1 | -1/+0 |
2000-12-20 | implemented a much nicer name_status() interface. It now returns a | Andrew Tridgell | 5 | -178/+199 |
2000-12-19 | Fixed bug found by Gerald. If a Samba server joins a domain and is set | Jeremy Allison | 4 | -8/+23 |
2000-12-19 | Split set_nt_acls into owner set (which uses chown) and permission set | Jeremy Allison | 1 | -94/+109 |
2000-12-19 | Split the one sys_acl_free call into sys_acl_free_TYPE calls, to allow | Jeremy Allison | 3 | -19/+42 |
2000-12-18 | A couple more UMR fixes. | Jeremy Allison | 1 | -2/+2 |
2000-12-18 | Cast prs_alloc_mem to correct type. | Jeremy Allison | 1 | -2/+2 |
2000-12-18 | Fix typos in new group sid check. | Jeremy Allison | 1 | -2/+2 |
2000-12-18 | Added query info policy call. | Tim Potter | 1 | -0/+86 |
2000-12-18 | Merged Tim's fixes from appliance-head. | Jeremy Allison | 3 | -107/+160 |
2000-12-18 | Streamlined exit path. | Tim Potter | 1 | -24/+27 |
2000-12-16 | Fixed chown/chgrp setting from smbcacls. | Jeremy Allison | 1 | -0/+2 |
2000-12-16 | Added -C username and -G username that allow a user (usually Administrator) | Jeremy Allison | 1 | -5/+61 |
2000-12-16 | Documented -C and -G options to smbcacls. | Jeremy Allison | 1 | -0/+17 |
2000-12-15 | Never free anything in the rpc_parse/prs_XXX functions. Do it in the enclosing | Jeremy Allison | 3 | -26/+21 |
2000-12-15 | Added lock backouts on fail. | Jeremy Allison | 5 | -65/+43 |
2000-12-15 | lib/util_unistr.c: | Jean-François Micouleau | 7 | -45/+89 |
2000-12-15 | Fixed memory leak in JOB_INFO_2 code. | Jeremy Allison | 1 | -3/+2 |
2000-12-15 | Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. Merged | Jeremy Allison | 16 | -87/+148 |
2000-12-14 | Changes from APPLIANCE_HEAD: | David O'Neill | 1 | -1/+9 |
2000-12-14 | Updates from appliance-head. | Jeremy Allison | 1 | -8/+47 |
2000-12-14 | Renamed parameters and variables called acl to the_acl as it conflicts | Tim Potter | 3 | -28/+28 |
2000-12-14 | Updated smbcacls documentation. | Tim Potter | 3 | -28/+237 |
2000-12-14 | Cache lsa connection and policy handle for resolving names and sids. | Tim Potter | 1 | -48/+56 |