summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2001-03-19reverted the rename of new_spoolss_io_r_enumprinterdrivers()Gerald Carter4-4/+4
2001-03-19merge from 2.2 (reorder commands in array)Gerald Carter1-1/+1
2001-03-19Added sys_dlopen/sys_dlsym/sys_dlclose.Jeremy Allison5-5/+52
2001-03-19fixed rpcclient readline codeAndrew Tridgell2-17/+4
2001-03-19added basic command completion supportAndrew Tridgell3-3/+43
2001-03-18fixed unused variableAndrew Tridgell1-1/+1
2001-03-18much simpler readline codeAndrew Tridgell5-176/+89
2001-03-18fixed some compilation errors with IRIX ccAndrew Tridgell2-4/+4
2001-03-18much better readline support from Simo Sorce, with some mods from meAndrew Tridgell9-545/+715
2001-03-17fix this in rpc calls as wellAndrew Tridgell1-2/+2
2001-03-17ADMIN$ is an IPC share, not a disk shareAndrew Tridgell1-1/+1
2001-03-17removed useless debug msgAndrew Tridgell1-3/+0
2001-03-17lib/system.c (Finally) fixed all insure errors in password caching code. We c...Jeremy Allison2-59/+73
2001-03-17I'm happy with the mapping for NT getACL, now for NT setACL.Jeremy Allison2-67/+190
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