r19795: * bring the 'enum lsa_SidType', 'struct GUID', & 'struct
[jpeach/samba.git] / source / rpc_server / srv_spoolss_nt.c
2006-11-19 Gerald Carterr19795: * bring the 'enum lsa_SidType', 'struct GUID...
2006-11-18 Gerald Carterr19767: Intermediate checking (does not yet compile)
2006-10-06 Volker Lendecker19156: Make enumprinters use the share iterators.
2006-10-06 Volker Lendecker19154: Trivial logic simplification: Get rid of two...
2006-10-02 Volker Lendecker19028: Implement getprinterinfo level 6 (only the...
2006-09-25 Jeremy Allisonr18898: Fix for bug #4100 from Udo Eberhardt <udo.eberh...
2006-09-25 Jeremy Allisonr18898: Fix for bug #4100 from Udo Eberhardt <udo.eberh...
2006-09-24 Andrew Tridgellr18866: Jeremy and Volker have given the go-ahead on...
2006-09-20 Jelmer Vernooijr18745: Use the Samba4 data structures for security...
2006-09-19 Jelmer Vernooijr18654: Rename "struct uuid" => "struct GUID" for consi...
2006-09-11 Gerald Carterr18404: * swap from POLICY_HND to the struct policy_han...
2006-09-06 Jelmer Vernooijr18188: merge 3.0-libndr branch
2006-08-03 Gerald Carterr17386: fix inverted logic pointed out by Volker. ...
2006-07-31 Volker Lendecker17348: Some C++ warnings
2006-07-25 Jeremy Allisonr17245: Second part of fix for #3962. Don't do a double
2006-07-25 Jeremy Allisonr17245: Second part of fix for #3962. Don't do a double
2006-07-25 Jeremy Allisonr17244: There were several error paths where NT_PRINTER...
2006-07-25 Jeremy Allisonr17244: There were several error paths where NT_PRINTER...
2006-07-11 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2006-06-08 Gerald Carterr16104: Set version to 3.0.23rc2
2006-05-31 Gerald Carterr15975: Only call the printer publishing calls if ...
2006-05-23 Gerald Carterr15837: starting sync up for 3.0.23rc1 (in sync with...
2006-04-29 Jeremy Allisonr15334: Fix warning. This table and function not used...
2006-04-28 Gerald Carterr15309: normalize printing keys when deleting
2006-04-19 Gerald Carterr15135: working on 3.0.23pre1; sync to SAMBA_3_0 r15132
2006-03-29 Jeremy Allisonr14788: Fix coverity bug #276. null deref.
2006-03-29 Jeremy Allisonr14786: Fix coverity #275. null deref.
2006-03-16 Gerald Carterr14482: Fixes for spoolss code (after coverity fixes...
2006-03-14 Jeremy Allisonr14387: Try and fix the coverity issues (#53, #54)...
2006-03-13 Jeremy Allisonr14353: Fix coverity bugs #61 and #62. Remember to...
2006-03-13 Jeremy Allisonr14303: Fix coverity #223. In a loop we were forgetting...
2006-03-13 Jeremy Allisonr14301: Fix coverity #224. In a loop we were forgetting...
2006-03-13 Jeremy Allisonr14299: Fix coverity #225. In a loop we were forgetting...
2006-03-13 Jeremy Allisonr14289: Fix coverity #101, resource leak on error code...
2006-03-13 Jeremy Allisonr14286: Similar clarifiction fix for coverity #102.
2006-03-13 Jeremy Allisonr14284: Fix coverity bug #103. Make code clearer -...
2006-03-13 Jeremy Allisonr14268: Fix coverity error #204. Resource leak on error...
2006-03-13 Jeremy Allisonr14266: Fix coverity #205. Resource leak on error path.
2006-03-13 Jeremy Allisonr14264: Fix coverity #207. Resource leak on error path.
2006-03-12 Jeremy Allisonr14250: Fix coverity bug #107. Resource leak on error...
2006-03-12 Volker Lendecker14233: Fix Coverity bug # 206
2006-03-10 Jeremy Allisonr14178: Clarify code for Coverity #49. Ensure we know we
2006-03-07 Jeremy Allisonr13994: Belt and braces - ensure RPC_BUFFER is valid.
2006-03-07 Jeremy Allisonr13915: Fixed a very interesting class of realloc(...
2006-03-06 Gerald Carterr13878: move PORT_DATA_1 to use static sized UNICODE...
2006-03-04 Gerald Carterr13829: From the "It's not pretty but it works" category
2006-03-03 Gerald Carterr13824: * add api table for Xcv TCPMON and LOCALMON...
2006-03-03 Gerald Carterr13821: replacing some strings with macros
2006-03-03 Gerald Carterr13820: * Start fleshing out the XcvDataPort() server...
2006-03-03 Gerald Carterr13815: "Into the blind world let us now descend,"
2006-02-20 Gerald Carterr13567: merge for 3.0.21c
2006-02-17 Gerald Carterr13547: add earlier checks to deny deleting a printer...
2006-02-03 Gerald Carterr13316: Let the carnage begin....
2006-02-02 Jeremy Allisonr13293: Rather a big patch I'm afraid, but this should...
2006-01-24 Gerald Carterr13105: pulling some code over for the 3.0.21b release...
2005-12-03 Jeremy Allisonr12043: It's amazing the warnings you find when compili...
2005-12-02 Gerald Carterr12018: more 3.0.21 changes. This is a full sync excep...
2005-11-22 Gerald Carterr11860: BUG 3156: don't use find_service() when explici...
2005-11-09 Gerald Carterr11590: syncing up for 3.0.21rc1
2005-11-09 Gerald Carterr11589: merging packaging changes from SAMBA_3_0
2005-10-21 Gerald Carterr11240: * fix invalid read reported by valgrind in the
2005-10-20 Gerald Carterr11235: fix segfault in addprinter due to mixing talloc...
2005-10-18 Gerald Carterr11135: should fix seg fault in addprinter code reporte...
2005-10-18 Gerald Carterr11135: should fix seg fault in addprinter code reporte...
2005-10-06 Gerald Carterr10783: merging up for 3.0.21pre1 (in a few days)
2005-09-30 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2005-09-21 Gerald Carterr10392: Merges from SAMBA_3_0 for 3.0.20a
2005-09-02 Günther Deschnerr9945: fix typos.
2005-08-29 Gerald Carterr9752: figured out why talloc_steal() is a bad idea...
2005-08-29 Gerald Carterr9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_C...
2005-08-12 Gerald Carterr9268: bumping version to 3.0.20rc3
2005-08-12 Gerald Carterr9264: fix valgrind invalid write error in enumprinterd...
2005-08-07 Gerald Carterr9184: pretty much all the recent changes from SAMBA_3_...
2005-08-03 Günther Deschnerr9021: Fix smbd-crash bug in openprinter (found by...
2005-08-02 Gerald Carterr8916: should fix the valgrind invalid read of size...
2005-07-28 Gerald Carterr8814: sync for 3.0.20rc1 (up to r8805 from 3.0 tree)
2005-07-19 Jeremy Allisonr8617: Be very explicit if addprinterex is called that...
2005-07-15 Gerald Carterr8501: * disable printer handle object cache (was mostl...
2005-07-11 Gerald Carterr8329: merging changes from SAMBA_3_0 and setting versi...
2005-07-11 Gerald Carterr8326: factor out the delete printer code to a delete_p...
2005-07-11 Gerald Carterr8324: * initial cut at creating printers via the regis...
2005-07-11 Gerald Carterr8322: * get RegSetValue() working for printer subkey...
2005-07-02 Gerald Carterr8066: * had to modify the printer data storage slightl...
2005-06-29 Gerald Carterr7995: * privileges are local except when they're ...
2005-06-24 Jeremy Allisonr7882: Looks like a large patch - but what it actually...
2005-06-21 Gerald Carterr7791: sync with SAMBA_3_0 branch as of r7789. Geting...
2005-06-15 Gerald Carterr7614: convert move_driver_to_download_area() to return...
2005-05-31 Gerald Carterr7139: trying to reduce the number of diffs between...
2005-05-23 Gerald Carterr6942: * merging the registry changes back to the 3...
2005-05-18 Jeremy Allisonr6890: Refactor printing interface to take offset into...
2005-05-09 Gerald Carterr6679: BUG 2684: abartlett's patch for check the per...
2005-04-18 Gerald Carterr6369: update release notes
2005-04-14 Gerald Carterr6334: revert 3.0.15pre1 changes. roll back to 3.0.14.
2005-04-12 Gerald Carterr6303: Setting up for 3.0.15pre1
2005-04-06 Herb Lewisr6225: get rid of warnings from my compiler about neste...
2005-03-23 Gerald Carterr6014: rather large change set....
2005-03-15 Gerald Carterr5806: * fix a couple more segvs in spoolss
2005-03-15 Gerald Carterr5805: merging spoolss parsing changes from trunk and...
2005-03-11 Gerald Carterr5739: sync for 3.0.12rc1 (current with SAMBA_3_0 r5738)
2005-03-01 Gerald Carterr5605: only display the publish check box on printer if
next