summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
2002-02-11Add ability to extend ads modification list on the fly. Added ADS_MODLIST type.Jim McDonough1-0/+6
2002-02-09Bring printing in HEAD inline with 2.2.x and app-head.Jeremy Allison1-2/+3
2002-02-09preparing for release of 3.0-alpha15Samba Release Account1-1/+1
2002-02-02Change ADS_ERROR family of macros - removed semicolon from the end, since the...Jim McDonough1-4/+4
2002-02-01Add ads printer informationJim McDonough1-0/+55
2002-01-31Added some constants for the flags field in the FORM_1 structure.Tim Potter1-1/+5
2002-01-31Added constant for WERR_FILE_EXISTS.Tim Potter1-0/+1
2002-01-30preparing for release of 3.0-alpha14Samba Release Account1-1/+1
2002-01-30Added wrepld_proto.hTim Potter1-0/+1
2002-01-30Removed version number from file header.Tim Potter56-104/+55
2002-01-26Move the lsa code across to the changed args for lookup_name, and surround itAndrew Bartlett1-4/+2
2002-01-26This always points at a string literal, so it probably should be 'const'.Andrew Bartlett1-1/+1
2002-01-26Fixed ADDPRINTEREX to take a devmode and a security descriptor...Jeremy Allison1-9/+4
2002-01-25rewrote nmbd's wins backend to use a tdb instead of a flat text file.Jean-François Micouleau1-0/+56
2002-01-25new message type for nmbdJean-François Micouleau1-0/+1
2002-01-25Return correct RPC fault PDU on bad handle incoming.Jeremy Allison1-0/+6
2002-01-25minor fixesSimo Sorce1-4/+3
2002-01-20This is another *BIG* change...Andrew Bartlett3-4/+69
2002-01-20Kill off another ugly wart from the side of the passdb subsystem.Andrew Bartlett3-1/+5
2002-01-20This is the current patch from Luke Leighton <lckl@samba-tng.org> to add aAndrew Bartlett1-8/+85
2002-01-17A nice *big* change to the fundemental way we do things.Andrew Bartlett1-0/+2
2002-01-17Added some guards.Tim Potter1-0/+4
2002-01-16Merged in %S fixes and XX_NOT_CHANGED fixes from 2.2.Jeremy Allison1-3/+3
2002-01-16Fixup error mapping so we have only one table containing errno -> dos error -...Jeremy Allison1-0/+7
2002-01-16Added CIFS UNIX extension code to client.Jeremy Allison1-0/+6
2002-01-16At leadt don't lose this - I need to re-sync trans2.c between 2.2.x andJeremy Allison1-27/+66
2002-01-16Roll back PSTRING_SANCTIFY patch; just leave non-controversial typeMartin Pool2-40/+4
2002-01-15Split pstring definitions into their own header.Martin Pool2-53/+72
2002-01-15Integrate with PSTRING_SANCTIFY.Martin Pool1-4/+4
2002-01-15Change the passdb interface to use allocated strings.Andrew Bartlett1-13/+17
2002-01-14Removed MAXSTATUS which was set incorrectly - thus causing tdb traversalJeremy Allison1-1/+2
2002-01-14PSTRING_SANCTIFY:Martin Pool1-3/+50
2002-01-12Added PRINTER_INFO_4/PRINTER_INFO_5, we're seeing level 5 requested on the wi...Jeremy Allison1-0/+20
2002-01-11Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison1-18/+24
2002-01-11preparing for release of 3.0-alpha13Samba Release Account1-1/+1
2002-01-11Back out the crazy notion that the NTLMSSP flags actually mean anything...Andrew Bartlett1-1/+7
2002-01-11Correct4ed comment.Tim Potter1-1/+1
2002-01-10added structure members referred to by recent changes in vfs-wrap.cHerb Lewis1-1/+5
2002-01-10First part of UNIX extensions (#ifdefed out) more to follow.Jeremy Allison2-0/+7
2002-01-10Oh joy - the original code didn't do mapping of the perms onto the wire.Jeremy Allison1-11/+41
2002-01-10We need to test for major/minor macros.Jeremy Allison2-0/+13
2002-01-10Getting ready to add UNIX extensions in HEAD also.Jeremy Allison4-27/+96
2002-01-09Added tests for st_blocks in struct stat, and added a (hateful) constantJeremy Allison1-0/+2
2002-01-09Add two more memory-debug smbcontrol messages: these ones shouldMartin Pool1-0/+8
2002-01-09With --enable-dmalloc, also use dmalloc's wrappers around routinesMartin Pool1-1/+4
2002-01-09Add UNUSED(paramname) macro to be used in parameter lists, to quietenMartin Pool1-1/+10
2002-01-09Fix macro name controlling inclusion of DMALLOC.Martin Pool1-1/+1
2002-01-07Sed error. The status value in the PRINTER_INFO_2 structure isn't a WERRORTim Potter2-2/+2
2002-01-06DOS error 31 is ERRgeneral, General Failure. This is the WERROR equivalentTim Potter1-0/+1
2002-01-05I've decided to move the auth code around a bit more...Andrew Bartlett1-13/+21