summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2001-03-16Updates for CUPS 1.1 from Michael Sweet.Jeremy Allison1-1/+38
2001-03-16Updated defaults for CUPS printing from Michael Sweet.Jeremy Allison1-6/+17
2001-03-16don't need to force unicode strings in flg2 anymoreAndrew Tridgell1-4/+3
2001-03-16fixed volume_name(). It used dos_to_unix() which uses a static buffer,Andrew Tridgell1-1/+4
2001-03-16Added Michael Sweet's CUPS patch to call directly into the CUPS backend.Jeremy Allison8-185/+1048
2001-03-16finished the conversion to unicode of the last of the trans2 fnsAndrew Tridgell1-18/+6
2001-03-16converted the nttrans code to unicode on the wireAndrew Tridgell1-117/+13
2001-03-16converted reply_printqueueAndrew Tridgell1-3/+3
2001-03-16converted reply_searchAndrew Tridgell1-7/+9
2001-03-16added STR_ASCII support to clistr_pull()Andrew Tridgell2-5/+6
2001-03-16enable unicode on the wire by default in smbdAndrew Tridgell3-2/+7
2001-03-16Added files for CUP printing patch split.Jeremy Allison2-0/+320
2001-03-15whoops...forgot oneGerald Carter1-19/+31
2001-03-15make protoGerald Carter1-12/+34
2001-03-15addprinter and adddriver are working now :-)Gerald Carter4-61/+565
2001-03-15make protoGerald Carter1-0/+6
2001-03-15added getdriverdir and cleaned up the PRINTER_DRIVER_CTR structGerald Carter3-8/+156
2001-03-15make protoGerald Carter1-1/+15
2001-03-15added getdriver and enumdrivers commands. Also fixedGerald Carter3-35/+573
2001-03-15renamed one of the enumprinterdrivers parsing functionsGerald Carter2-4/+4
2001-03-15Tidyup return of zero-permissions (map to ACE_DENIED, GENERIC_ALL, Everyone).Jeremy Allison2-13/+33
2001-03-15Last tweak (I promise :-). Fallback to returning our SID if we're a domainJeremy Allison2-14/+18
2001-03-15Final ! Fix.Jeremy Allison1-2/+8
2001-03-15Last attempt at fix...Jeremy Allison1-1/+1
2001-03-15Return correct error message if we can't get the SID secret.Jeremy Allison1-2/+8
2001-03-15make protoGerald Carter1-1/+1
2001-03-15more updates. several spoolss commands added as placeholdersGerald Carter5-16/+103
2001-03-15Fixed a Dr. Watson when viewing permissions - we were missing the "standaloneJeremy Allison1-0/+2
2001-03-15AS/U on a sparc now joins and authenticates against a Samba PDC !Jeremy Allison10-105/+25
2001-03-14last make proto got messed up it seemsGerald Carter1-8/+3
2001-03-14make protoGerald Carter1-424/+432
2001-03-14set of changes in the beginning of bringing rpcclient changesGerald Carter8-303/+330
2001-03-14patches from Simo. Couple of snity thingsGerald Carter2-5/+7
2001-03-14don't need srvstr_push_size or srvstr_pull_sizeAndrew Tridgell2-43/+0
2001-03-14simpler clistr interface which handles individual packets havingAndrew Tridgell5-63/+19
2001-03-14converted the smb messaging code to unicodeAndrew Tridgell1-17/+15
2001-03-14converted a bunch more trans2 calls for unicode. This got quite tricky :(Andrew Tridgell1-179/+145
2001-03-13fixed srvstr_push() callAndrew Tridgell1-1/+1
2001-03-13converted a bunch more fns to unicodeAndrew Tridgell1-14/+12
2001-03-13Fix from Jim McDonough of IBM for using Win9x user manager.Jeremy Allison1-2/+9
2001-03-13simpler and more correct srvstr_push()Andrew Tridgell4-451/+451
2001-03-13Move to a handle database per pipe name, not per pipe.Jeremy Allison5-44/+120
2001-03-13rpc_parse/parse_samr.c: Removed unneeded deubg.Jeremy Allison2-17/+10
2001-03-13AS/U does setuserinfo2, level 0x12 when joining a domain - identical to setus...Jeremy Allison1-0/+5
2001-03-13We were mismarshalling a netlogon reply for bad password to W2K.Jeremy Allison1-0/+5
2001-03-13move charset_initialize() up in the food chain so that lp_load_servicesGerald Carter1-1/+2
2001-03-13converted reply_tcon()Andrew Tridgell1-40/+22
2001-03-13converted a bunch more server functions to unicodeAndrew Tridgell1-10/+20
2001-03-13added STR_ASCII flag to srvstr_pull()Andrew Tridgell1-2/+2
2001-03-13- convert chkpathAndrew Tridgell1-4/+5