Age | Commit message (Expand) | Author | Files | Lines |
2001-01-12 | Printer name unistr is null terminated in make_spoolss_q_open_printer_ex() | Tim Potter | 1 | -1/+1 |
2001-01-12 | Memory leak fixes and uninitialised variables spotted by insure. | Tim Potter | 1 | -16/+18 |
2001-01-12 | Memory leak fixes spotted by insure. | Tim Potter | 2 | -1/+14 |
2001-01-12 | Some more bug fixes plus implementations of smbc_mkdir and smbc_rmdir, | Richard Sharpe | 2 | -0/+169 |
2001-01-12 | Many bug fixes to the libsmbclient.c code plus | Richard Sharpe | 4 | -69/+382 |
2001-01-12 | Use MAXIMUM_ALLOWED_ACCESS when doing a cli_spoolss_open_printer_ex() | Tim Potter | 1 | -1/+1 |
2001-01-12 | Changes from APPLIANCE_HEAD: | David O'Neill | 1 | -0/+74 |
2001-01-11 | RPC server fixes for RPC client changes merged from TNG. | Tim Potter | 2 | -4/+46 |
2001-01-11 | Removed link errors between rpcclient and smbd. | Tim Potter | 1 | -4/+4 |
2001-01-11 | Fixed typo with acl_set_fd() not needing an ACL_TYPE_T parameter. | Jeremy Allison | 7 | -15/+22 |
2001-01-11 | Changes from APPLIANCE_HEAD: | David O'Neill | 1 | -2/+9 |
2001-01-11 | New makefile and proto for rpcclient. | Tim Potter | 2 | -132/+44 |
2001-01-11 | make proto | Tim Potter | 1 | -53/+51 |
2001-01-11 | General clean up. Merge of access_mask fixes for some unknown fields from | Tim Potter | 1 | -27/+24 |
2001-01-11 | General clean up. Merged routines for parsing enum_trust_dom rpc call. | Tim Potter | 1 | -136/+111 |
2001-01-11 | Merge of various fixes from the tng headers. | Tim Potter | 4 | -143/+22 |
2001-01-11 | Start of a rewrite of rpcclient based on the libsmb rpc client routines. | Tim Potter | 4 | -1598/+954 |
2001-01-11 | First compiling version of code that sets NT ACLs as POSIX ACLs. | Jeremy Allison | 3 | -99/+599 |
2001-01-11 | Changes from APPLIANCE_HEAD: | David O'Neill | 1 | -0/+1 |
2001-01-11 | Changes from APPLIANCE_HEAD: | David O'Neill | 10 | -66/+133 |
2001-01-11 | Fix from John for growing messages.tdb. | Jeremy Allison | 1 | -0/+1 |
2001-01-11 | rpc_server/srv_samr.c: | Jeremy Allison | 5 | -421/+463 |
2001-01-10 | Added init functions, cli_spoolss_open_printer_ex(), | Tim Potter | 1 | -0/+538 |
2001-01-10 | Added init functions, cli_samr_connect(), cli_samr_close(), | Tim Potter | 1 | -0/+325 |
2001-01-10 | Fixed authenticated pipe access. | Tim Potter | 1 | -25/+102 |
2001-01-10 | Changes from APPLIANCE_HEAD: | David O'Neill | 4 | -11/+47 |
2001-01-09 | Fix from "B.V.Dean" <B.V.Dean@ukc.ac.uk> to add "dos filemode" parameter | Jeremy Allison | 3 | -36/+75 |
2001-01-08 | Patch from Richard Bollinger for dead entries being left in connections tdb. | Jeremy Allison | 2 | -1/+6 |
2001-01-08 | Changes merged from APPLIANCE_HEAD: | David O'Neill | 2 | -4/+9 |
2001-01-08 | Add support for logging to wherever smb.conf specifies. | Richard Sharpe | 1 | -2/+8 |
2001-01-07 | Codepages and stuff for Turkish language support. Contributed by | Tim Potter | 5 | -1/+576 |
2001-01-07 | Get rid of 10.0.0.6 and replace it with 0.0.0.0 as my_ip address prior to | Richard Sharpe | 1 | -4/+2 |
2001-01-07 | More bug fixen ... | Richard Sharpe | 1 | -2/+2 |
2001-01-07 | Update the tree.c GTK+ App so it can walk down directories etc ... | Richard Sharpe | 1 | -76/+122 |
2001-01-07 | More fixes and implementation bits and pieces for libsmbclient | Richard Sharpe | 2 | -11/+165 |
2001-01-06 | Fix proto.h ... | Richard Sharpe | 1 | -3/+4 |
2001-01-06 | Fix some more bugs in libsmbclient.c and add functionality to tree.c | Richard Sharpe | 2 | -5/+63 |
2001-01-06 | Fix a minor problem with listing servers in a workgroup and add a | Richard Sharpe | 2 | -3/+471 |
2001-01-05 | Fix a small type in libsmbclient.h ... | Richard Sharpe | 1 | -1/+1 |
2001-01-05 | Arrgh, forgot to update proto.h with all the changes I have been making. | Richard Sharpe | 1 | -12/+6 |
2001-01-05 | Changes from APPLIANCE_HEAD: | David O'Neill | 1 | -10/+47 |
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 |