summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison8-54/+36
2002-11-11fix for CR 601. Only call addprinter command when the port, driver, comment,...Gerald Carter1-2/+8
2002-11-10First cut of fix for changenotify on a print server handle. Use the connectio...Jeremy Allison1-11/+29
2002-11-09deldriver fixGerald Carter1-0/+6
2002-11-09re-enable ffpcn on print server handleGerald Carter1-1/+1
2002-11-08Merge from HEAD:Andrew Bartlett1-0/+2
2002-11-07Merge of scalable printing code fix... Needs testing.Jeremy Allison1-7/+31
2002-11-02port sec_desc headers reordering from HEAD.Simo Sorce1-44/+44
2002-11-02Merge passdb from HEAD -> 3.0Andrew Bartlett5-107/+144
2002-10-25merge PURGE_PRINTER fix from APP_HEADGerald Carter1-2/+0
2002-10-23Debug level 12 is a typo.Jeremy Allison1-2/+2
2002-10-23First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>.Jeremy Allison1-1/+1
2002-10-22Fix for systems that allow more than 65536 open files per process.Jeremy Allison1-4/+0
2002-10-16merge from app_head to commit re-init'd printer to diskGerald Carter1-0/+6
2002-10-15merge from APP_HEAD to use GMT in job submission notificationGerald Carter1-1/+1
2002-10-09print job properties fix from APP_HEAD. a null devmode is not a failure.Gerald Carter1-11/+5
2002-10-09add_printer_hook() fix from APP_HEADGerald Carter1-6/+17
2002-10-08merge from APP_HEAD of winbindd's domain local group fixGerald Carter1-7/+1
2002-10-04Add a timeout to tdb_lock_bystring(). Ensure we never have more thanJeremy Allison1-1/+1
2002-10-04merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter2-10/+33
2002-10-02Missing break meant getprintprocessordirectory always returned UNKNOWN_LEVEL.Jeremy Allison1-0/+1
2002-10-01syncing up with HEAD. Seems to be a lot of differences creeping inGerald Carter2-7/+7
2002-09-27It turns out that Windows allows delete printer on a handleJeremy Allison1-0/+14
2002-09-26syncing up with HEAD again....Gerald Carter2-82/+361
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter7-789/+1304
2002-08-17Sync 3.0 branch with HEADJelmer Vernooij12-1228/+1614
2002-07-15more bug updates from headAndrew Tridgell1-2/+0
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell20-1038/+3058
2002-07-14This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User1-0/+143
2002-07-12We must ZERO_STRUCT before using the buffer in copy_unistr2.Jeremy Allison1-0/+3
2002-07-11added copyrightGerald Carter2-2/+3
2002-07-11last check in for tonight.Gerald Carter1-15/+10
2002-07-11all that is left to do is to actually perform theGerald Carter1-4/+24
2002-07-11intermediate work on DeletePrinterDriverEx(). This callGerald Carter1-19/+24
2002-07-08fix typoGerald Carter1-1/+1
2002-07-08added parsing routines for SPOOLSS_ADDPRINTERDRIVEREX andGerald Carter2-66/+96
2002-07-08* basic implementation of SPOOLSS_DELETEPRINTERDATAEX andGerald Carter2-1/+194
2002-07-08Kill off const warnings - add a pile of const to various places.Andrew Bartlett1-1/+1
2002-07-08Jerry: Sorry if I am stepping on toes here, but this should fix the compile onAndrew Bartlett1-16/+17
2002-07-07Updates to the 'name -> sid' code:Andrew Bartlett1-1/+1
2002-07-06Copy the NT_TOKEN to the pipe, so the SAMR can use it for access control.Andrew Bartlett1-2/+4
2002-07-05Remove C++ comments.Tim Potter1-2/+2
2002-07-04fixed the geyed out registry keys. Stupid typo on my part.Gerald Carter1-12/+12
2002-07-04More code from "Kai Krueger" <kai@kruegernetz.de>, this time starting to makeAndrew Bartlett2-0/+43
2002-07-04* fix seg fault caused by missing DLIST_REMOVE in free_fn()Gerald Carter1-1/+3
2002-07-04Patch to add security descriptors to the SAMR pipe.Andrew Bartlett1-121/+602
2002-07-03first cut at implementing support for browsing printer and driver driverGerald Carter2-56/+734
2002-07-03Break up the passdb objects (to allow RPC clients to link without brining inAndrew Bartlett2-148/+254
2002-07-02Address the string_sub problem by changing len = 0 to mean "no expand".Jeremy Allison2-5/+5
2002-07-02Merge of constant renames from APPLIANCE_HEAD.Tim Potter1-53/+53