Age | Commit message (Expand) | Author | Files | Lines |
2001-03-10 | More documentation in the header in doxygen format | Richard Sharpe | 1 | -3/+12 |
2001-03-09 | Missed some prs_inits. | Jeremy Allison | 2 | -29/+29 |
2001-03-09 | Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues. | Jeremy Allison | 24 | -242/+514 |
2001-03-09 | merge of 'lanman auth' and 'min protocol' from 2.2 | Gerald Carter | 4 | -12/+35 |
2001-03-09 | More SGI type fixes ... | Richard Sharpe | 1 | -5/+7 |
2001-03-09 | Fixes to testsmbc to ensure it will compile on SGI ... | Richard Sharpe | 1 | -18/+31 |
2001-03-08 | Fixed double fclose() call (I love insure :-). | Jeremy Allison | 1 | -2/+0 |
2001-03-08 | Fix for AS/U not liking it's own assoc_gid. | Jeremy Allison | 1 | -1/+1 |
2001-03-07 | Sync up handle creation with 2.2 branch. We can now join AS/U domains and | Jeremy Allison | 13 | -79/+67 |
2001-03-07 | Fix the definition and implementation of smbc_lseekdir ... | Richard Sharpe | 2 | -74/+89 |
2001-03-06 | Implement smbc_lseekdir, but it will have to change ... because it has the | Richard Sharpe | 1 | -1/+52 |
2001-03-05 | smb.h: add one error code for no such printer job | Richard Sharpe | 2 | -3/+29 |
2001-03-03 | Fixed up overrun read when marshelling SYSTEMTIME struct. This was a subtle o... | Jeremy Allison | 1 | -2/+4 |
2001-03-03 | Roll back to using malloc/realloc on some of spoolss in head. | Jeremy Allison | 5 | -100/+79 |
2001-03-02 | Merged JF's fixes into HEAD. These are for string parsing and SAMR fixes. | Jeremy Allison | 4 | -10/+9 |
2001-03-02 | Arrgggh. Returning the SPOOL_INFO stuff requires that the realloced | Jeremy Allison | 1 | -23/+36 |
2001-03-02 | Move to talloc controlled NT forms. | Jeremy Allison | 3 | -43/+50 |
2001-03-01 | Fix two problems identified by the test suite, one a major one | Richard Sharpe | 1 | -3/+61 |
2001-03-01 | Fixed compiler warning. | Tim Potter | 1 | -4/+4 |
2001-03-01 | Fixed a couple of getpwXX calls that were not going through the sys_getpwXX | Jeremy Allison | 2 | -4/+4 |
2001-03-01 | Don't return stack structures... | Jeremy Allison | 1 | -12/+18 |
2001-03-01 | Fix memory leaks introduced in restructure. | Jeremy Allison | 1 | -15/+13 |
2001-03-01 | When opening a printserver use a global snum of -1. | Jeremy Allison | 1 | -2/+2 |
2001-03-01 | rpc_parse/parse_spoolss.c: Fixed memory leak introduced by restructuring. | Jeremy Allison | 2 | -9/+24 |
2001-03-01 | Remove unused code. | Jeremy Allison | 3 | -124/+6 |
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 |