Age | Commit message (Expand) | Author | Files | Lines |
2002-02-01 | Add ads printer information | Jim McDonough | 1 | -0/+55 |
2002-01-31 | Added some constants for the flags field in the FORM_1 structure. | Tim Potter | 1 | -1/+5 |
2002-01-31 | Added constant for WERR_FILE_EXISTS. | Tim Potter | 1 | -0/+1 |
2002-01-30 | preparing for release of 3.0-alpha14 | Samba Release Account | 1 | -1/+1 |
2002-01-30 | Added wrepld_proto.h | Tim Potter | 1 | -0/+1 |
2002-01-30 | Removed version number from file header. | Tim Potter | 56 | -104/+55 |
2002-01-26 | Move the lsa code across to the changed args for lookup_name, and surround it | Andrew Bartlett | 1 | -4/+2 |
2002-01-26 | This always points at a string literal, so it probably should be 'const'. | Andrew Bartlett | 1 | -1/+1 |
2002-01-26 | Fixed ADDPRINTEREX to take a devmode and a security descriptor... | Jeremy Allison | 1 | -9/+4 |
2002-01-25 | rewrote nmbd's wins backend to use a tdb instead of a flat text file. | Jean-François Micouleau | 1 | -0/+56 |
2002-01-25 | new message type for nmbd | Jean-François Micouleau | 1 | -0/+1 |
2002-01-25 | Return correct RPC fault PDU on bad handle incoming. | Jeremy Allison | 1 | -0/+6 |
2002-01-25 | minor fixes | Simo Sorce | 1 | -4/+3 |
2002-01-20 | This is another *BIG* change... | Andrew Bartlett | 3 | -4/+69 |
2002-01-20 | Kill off another ugly wart from the side of the passdb subsystem. | Andrew Bartlett | 3 | -1/+5 |
2002-01-20 | This is the current patch from Luke Leighton <lckl@samba-tng.org> to add a | Andrew Bartlett | 1 | -8/+85 |
2002-01-17 | A nice *big* change to the fundemental way we do things. | Andrew Bartlett | 1 | -0/+2 |
2002-01-17 | Added some guards. | Tim Potter | 1 | -0/+4 |
2002-01-16 | Merged in %S fixes and XX_NOT_CHANGED fixes from 2.2. | Jeremy Allison | 1 | -3/+3 |
2002-01-16 | Fixup error mapping so we have only one table containing errno -> dos error -... | Jeremy Allison | 1 | -0/+7 |
2002-01-16 | Added CIFS UNIX extension code to client. | Jeremy Allison | 1 | -0/+6 |
2002-01-16 | At leadt don't lose this - I need to re-sync trans2.c between 2.2.x and | Jeremy Allison | 1 | -27/+66 |
2002-01-16 | Roll back PSTRING_SANCTIFY patch; just leave non-controversial type | Martin Pool | 2 | -40/+4 |
2002-01-15 | Split pstring definitions into their own header. | Martin Pool | 2 | -53/+72 |
2002-01-15 | Integrate with PSTRING_SANCTIFY. | Martin Pool | 1 | -4/+4 |
2002-01-15 | Change the passdb interface to use allocated strings. | Andrew Bartlett | 1 | -13/+17 |
2002-01-14 | Removed MAXSTATUS which was set incorrectly - thus causing tdb traversal | Jeremy Allison | 1 | -1/+2 |
2002-01-14 | PSTRING_SANCTIFY: | Martin Pool | 1 | -3/+50 |
2002-01-12 | Added PRINTER_INFO_4/PRINTER_INFO_5, we're seeing level 5 requested on the wi... | Jeremy Allison | 1 | -0/+20 |
2002-01-11 | Same fix as went into 2.2 (I'm waiting for jerry to finish some code). | Jeremy Allison | 1 | -18/+24 |
2002-01-11 | preparing for release of 3.0-alpha13 | Samba Release Account | 1 | -1/+1 |
2002-01-11 | Back out the crazy notion that the NTLMSSP flags actually mean anything... | Andrew Bartlett | 1 | -1/+7 |
2002-01-11 | Correct4ed comment. | Tim Potter | 1 | -1/+1 |
2002-01-10 | added structure members referred to by recent changes in vfs-wrap.c | Herb Lewis | 1 | -1/+5 |
2002-01-10 | First part of UNIX extensions (#ifdefed out) more to follow. | Jeremy Allison | 2 | -0/+7 |
2002-01-10 | Oh joy - the original code didn't do mapping of the perms onto the wire. | Jeremy Allison | 1 | -11/+41 |
2002-01-10 | We need to test for major/minor macros. | Jeremy Allison | 2 | -0/+13 |
2002-01-10 | Getting ready to add UNIX extensions in HEAD also. | Jeremy Allison | 4 | -27/+96 |
2002-01-09 | Added tests for st_blocks in struct stat, and added a (hateful) constant | Jeremy Allison | 1 | -0/+2 |
2002-01-09 | Add two more memory-debug smbcontrol messages: these ones should | Martin Pool | 1 | -0/+8 |
2002-01-09 | With --enable-dmalloc, also use dmalloc's wrappers around routines | Martin Pool | 1 | -1/+4 |
2002-01-09 | Add UNUSED(paramname) macro to be used in parameter lists, to quieten | Martin Pool | 1 | -1/+10 |
2002-01-09 | Fix macro name controlling inclusion of DMALLOC. | Martin Pool | 1 | -1/+1 |
2002-01-07 | Sed error. The status value in the PRINTER_INFO_2 structure isn't a WERROR | Tim Potter | 2 | -2/+2 |
2002-01-06 | DOS error 31 is ERRgeneral, General Failure. This is the WERROR equivalent | Tim Potter | 1 | -0/+1 |
2002-01-05 | I've decided to move the auth code around a bit more... | Andrew Bartlett | 1 | -13/+21 |
2002-01-05 | Add a talloc varient of the data_blob functions. | Andrew Bartlett | 1 | -1/+2 |
2002-01-03 | Added WERROR for non local domain. | Jeremy Allison | 1 | -0/+1 |
2002-01-03 | Update the NT_STATUS -> DOS error table. | Andrew Bartlett | 1 | -0/+2 |
2002-01-03 | Clarify doc for SAFE_FREE. | Martin Pool | 1 | -3/+7 |