Age | Commit message (Expand) | Author | Files | Lines |
2001-03-01 | Ensure that SPOOL_NOTIFY_OPTION structs are safely copied out of the talloc | Jeremy Allison | 1 | -14/+62 |
2001-02-28 | Finished converion of spoolss code to canonical format. Now to work on the | Jeremy Allison | 3 | -163/+215 |
2001-02-28 | Fix for stack return from "Jim McDonough" <jmcdough@hotmail.com>. | Jeremy Allison | 1 | -3/+8 |
2001-02-28 | More converted to canonical format. Home now - do the rest tomorrow... | Jeremy Allison | 3 | -98/+122 |
2001-02-28 | Converted more to canonical format... save as I go., | Jeremy Allison | 3 | -35/+44 |
2001-02-28 | Ooops - forgot to check the rpcclient and smbcacls compile with the new | Jeremy Allison | 5 | -35/+38 |
2001-02-28 | Partial conversion of SPOOLSS code to canonical format. More to follow. | Jeremy Allison | 3 | -76/+107 |
2001-02-28 | Move to talloc control of SPOOL_XXX structs. Move to talloc control of | Jeremy Allison | 13 | -707/+451 |
2001-02-27 | Fixes from Toomas Soome <tsoome@ut.ee> code unicode problems, plus | Jeremy Allison | 2 | -79/+86 |
2001-02-27 | Don't marshal data from a stack frame..... | Jeremy Allison | 1 | -8/+14 |
2001-02-27 | Added total memory allocated counter to talloc, so we can tell if a talloc | Jeremy Allison | 8 | -60/+134 |
2001-02-27 | Hmmm. I thought I'd added these files to CVS head..... | Jeremy Allison | 3 | -0/+3673 |
2001-02-27 | better handling of '.' | Andrew Tridgell | 1 | -15/+17 |
2001-02-27 | remove some test code | Andrew Tridgell | 1 | -1/+2 |
2001-02-27 | almost there with lanman1 wildcards. We now seem to correctly handle | Andrew Tridgell | 1 | -4/+17 |
2001-02-27 | I have now found that despite initial appearences the lanman1 wildcard | Andrew Tridgell | 1 | -35/+24 |
2001-02-27 | Added patch from Urban Widmark <urban@teststation.com> modified by me to | Jeremy Allison | 2 | -622/+726 |
2001-02-27 | As prs_alloc_mem now zeros memory, remove superfluous memsets after it. | Jeremy Allison | 3 | -13/+0 |
2001-02-27 | Separated dfs pipe into implementation and interface modules. | Jeremy Allison | 6 | -649/+468 |
2001-02-27 | Implementation module for netlog pipe. Can't be easily integrated into | Jeremy Allison | 1 | -0/+663 |
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 |