Age | Commit message (Expand) | Author | Files | Lines |
2001-02-26 | Split srvsvc pipe into interface and implementation modules. | Jeremy Allison | 4 | -992/+148 |
2001-02-26 | Split wks pipe into interface and implementation modules. | Jeremy Allison | 4 | -54/+97 |
2001-02-26 | Separated lsa code into interface and implementation. | Jeremy Allison | 4 | -516/+72 |
2001-02-26 | Added implementation file for lsa. | Jeremy Allison | 1 | -0/+475 |
2001-02-26 | Fix some errors uncovered in libsmbclient by the test suite | Richard Sharpe | 2 | -120/+57 |
2001-02-26 | Started conversion of lsa server code to canonical format (as srv_reg and | Jeremy Allison | 4 | -58/+162 |
2001-02-26 | made some LANMAN1 wildcard progress | Andrew Tridgell | 4 | -15/+24 |
2001-02-26 | updated prototypes | Andrew Tridgell | 1 | -11/+4 |
2001-02-26 | made some progress in masktest | Andrew Tridgell | 1 | -16/+15 |
2001-02-26 | fixed a bug in non-terminated unicode strings with clistr_pull() | Andrew Tridgell | 1 | -1/+1 |
2001-02-26 | add cli_list_new() for forced new protocol listing | Andrew Tridgell | 1 | -8/+18 |
2001-02-25 | a snapshot of my attempts to get wildcard matching right for LANMAN1 | Andrew Tridgell | 1 | -10/+108 |
2001-02-25 | use cli_list_old() when negotiating the older protocols | Andrew Tridgell | 1 | -0/+4 |
2001-02-25 | neater negprot code using the new cli_setup_bcc() call | Andrew Tridgell | 1 | -7/+2 |
2001-02-25 | the -m option to the client is back | Andrew Tridgell | 1 | -2/+4 |
2001-02-25 | Separated reg code into interface & implementation. | Jeremy Allison | 5 | -177/+218 |
2001-02-25 | rpc_client/cli_netlogon.c: Fixed incorrect printf. | Jeremy Allison | 9 | -46/+670 |
2001-02-24 | This patch (donated by Marc Jacobsen of HP) should make Sun and HP very happy... | Jeremy Allison | 3 | -80/+179 |
2001-02-23 | removed wrong patch to get_dir_entry(). This was left over from the | Gerald Carter | 1 | -5/+0 |
2001-02-23 | make sure denied aces are first | Andrew Tridgell | 1 | -1/+1 |
2001-02-23 | cast the qsort | Andrew Tridgell | 1 | -1/+1 |
2001-02-23 | - fixed the sort_acl bug, sorting now works right | Andrew Tridgell | 2 | -54/+52 |
2001-02-23 | include/rpc_spoolss.h: Added JOB_STATUS_XXX defines. | Jeremy Allison | 5 | -69/+112 |
2001-02-23 | Always increment even if the read fails (otherwise we spin if we hit the kern... | Jeremy Allison | 1 | -1/+4 |
2001-02-22 | lib/select.c: Fix for Linux 2.0.x kernel that causes select to return true on... | Jeremy Allison | 2 | -17/+130 |
2001-02-22 | don't crash on null acl sort | Andrew Tridgell | 1 | -0/+2 |
2001-02-22 | fixed character set init in smbw_sample | Andrew Tridgell | 1 | -0/+2 |
2001-02-22 | - workaround filer lsa lookup bug for unknown sids | Andrew Tridgell | 1 | -11/+10 |
2001-02-22 | cope with filer/NT/samba all in one binary. yeah. | Andrew Tridgell | 1 | -7/+35 |
2001-02-22 | make sure we don't free non-allocated data | Andrew Tridgell | 1 | -7/+10 |
2001-02-22 | cope better with broken filer expectations | Andrew Tridgell | 1 | -2/+2 |
2001-02-22 | Fixed file descriptor leak in error processing of print jobs. | Jeremy Allison | 3 | -55/+64 |
2001-02-21 | but it is needed for linking ... | Andrew Tridgell | 2 | -1/+1276 |
2001-02-21 | rpc_parse_samr.c doesn't exist in head ... | Andrew Tridgell | 1 | -1/+1 |
2001-02-21 | make ascii_to_unistr always use little-endian. This fn is never used | Andrew Tridgell | 1 | -2/+5 |
2001-02-21 | converted the last couple of functions in libsmb to be unicode | Andrew Tridgell | 3 | -18/+22 |
2001-02-21 | fixed a crash bug in smbpasswd | Andrew Tridgell | 1 | -1/+0 |
2001-02-21 | the unicode conversion of our client code is complete enough to be | Andrew Tridgell | 8 | -98/+26 |
2001-02-21 | reverted richards cli_NetServerEnum changes - they broke lots of things | Andrew Tridgell | 1 | -56/+12 |
2001-02-21 | added support for a CLISTR_ASCII flag so we can use a uniform | Andrew Tridgell | 2 | -4/+6 |
2001-02-20 | don't need _uni hack now | Andrew Tridgell | 1 | -30/+6 |
2001-02-20 | yipee! client unicode now works well with nt | Andrew Tridgell | 3 | -8/+15 |
2001-02-20 | converted a bunch more fns | Andrew Tridgell | 3 | -40/+56 |
2001-02-20 | converted nt_create and setatr | Andrew Tridgell | 1 | -9/+10 |
2001-02-20 | - neater setting of bcc | Andrew Tridgell | 7 | -31/+47 |
2001-02-20 | converted cli_open() | Andrew Tridgell | 1 | -7/+8 |
2001-02-20 | converted cli_chkpath() | Andrew Tridgell | 1 | -3/+4 |
2001-02-20 | converted cli_list() | Andrew Tridgell | 3 | -34/+57 |
2001-02-20 | converted cli_mkdir() | Andrew Tridgell | 1 | -3/+4 |
2001-02-20 | up the debug level of the debug level change msg | Andrew Tridgell | 1 | -2/+2 |