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