summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
2002-02-27Added "nt status support" parameter. Fix offline synchronisation.Jeremy Allison1-0/+1
2002-02-27fix a few definesGerald Carter1-0/+1
2002-02-26bcopy must DIE ! Stop people creeping use of bcopy back into the codeJeremy Allison1-0/+5
2002-02-25Merge of printing performance fixes from appliance.Tim Potter1-1/+1
2002-02-25Added error for invalid form size.Tim Potter1-0/+1
2002-02-22Add the pdb_plugin module from Jelmer Vernooij <jelmer@nl.linux.org>.Andrew Bartlett1-1/+4
2002-02-19Patch from Hasch@t-online.de (Juergen Hasch) to add UTF-8 as an explictAndrew Bartlett1-2/+2
2002-02-16Added some splint annotations from andreas.Tim Potter2-0/+14
2002-02-16Removed some random crap that isn't used anymore.Tim Potter2-48/+0
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