]> git.samba.org - samba.git/history - source/printing/nt_printing.c
The big character set handling changeover!
[samba.git] / source / printing / nt_printing.c
2001-07-04 Andrew TridgellThe big character set handling changeover!
2001-07-02 Jeremy AllisonFixed extra file_free calls - my fault :-(.
2001-06-26 Herb LewisSGI compiler fixes.
2001-06-22 Jeremy AllisonFix from "Jim McDonough" <jmcd@us.ibm.com>" - when...
2001-06-04 Andrew Tridgelluse LDSHFLAGS not -shared in several places
2001-05-18 Gerald Cartermerge from 2.2 (deleteprinterdriver RPC)
2001-05-10 Tim PotterReplaced a whole bunch of lookup_name() requests in
2001-05-03 Jeremy AllisonMerging Gerald's "no printer driver" fix from 2.2.
2001-04-27 Jeremy AllisonMore debug %d -> %u issues.
2001-04-08 Jeremy AllisonAdded per-share security tdb. Tidied up many slprintfs...
2001-04-03 Jeremy AllisonSync up with new NT forms code.
2001-03-23 Jeremy AllisonTwo OS/2 printer fixes from Jim McDonough @ IBM.
2001-03-11 Jeremy AllisonMerge of new 2.2 code into HEAD (Gerald I hate you...
2001-03-09 Jeremy AllisonSerious (and I *mean* serious) attempt to fix little...
2001-03-03 Jeremy AllisonRoll back to using malloc/realloc on some of spoolss...
2001-03-02 Jeremy AllisonMove to talloc controlled NT forms.
2001-03-01 Jeremy AllisonFixed a couple of getpwXX calls that were not going...
2001-02-28 Jeremy AllisonMove to talloc control of SPOOL_XXX structs. Move to...
2001-02-12 Jeremy AllisonMerge of JohnR's changes to appliance-head, JF's change...
2001-01-29 David O'NeillChanges from APPLIANCE_HEAD:
2001-01-26 David O'NeillChanges from APPLIANCE_HEAD:
2001-01-19 David O'NeillChanges from APPLIANCE_HEAD:
2001-01-17 David O'NeillChanges from APPLIANCE_HEAD:
2001-01-11 David O'NeillChanges from APPLIANCE_HEAD:
2001-01-04 David O'NeillChanges from APPLIANCE_HEAD:
2000-12-21 Gerald Cartermerge from appliance head
2000-12-18 Jeremy AllisonMerged Tim's fixes from appliance-head.
2000-12-13 Jeremy AllisonAdded proto definition for new RPC calls.
2000-12-11 Jeremy AllisonAdding in debug for SD's.
2000-12-06 Jeremy AllisonSync-up with appliance-head printing code.
2000-12-04 Andrew Tridgellc++ style comments are NOT allowed
2000-12-04 Andrew Tridgellno longer pass the type to make_sec_desc(), instead...
2000-11-27 Jeremy Allisonpassdb/secrets.c passdb/smbpassfile.c smbd/server.c...
2000-11-17 Jeremy AllisonFix for memory leak when adding driver.
2000-11-17 Jeremy AllisonFix for incorrect break using wrong offset when updatin...
2000-11-15 Jeremy AllisonUninitialized memory read fixes.
2000-11-14 Jeremy AllisonMerge from appliance head of JR's changes for driver...
2000-11-14 Jeremy Allisonprinting/nt_printing.c: After long soul searching and...
2000-11-13 Gerald CarterLarge commit which restructures the local password...
2000-11-10 Jeremy Allisonprinting/nt_printing.c: use getpwuid not smbgetpwuid...
2000-11-08 Andrew Tridgellan attempt to get the handling of fields in printer...
2000-11-07 Tim PotterMerge of printer security descriptor, info level and...
2000-11-04 Jeremy AllisonSync up with Tim's changes in applience-head for SACLs.
2000-10-26 Jeremy AllisonAdded John Reillys patch for error code returns from...
2000-10-26 Jeremy AllisonSorry JF - no billable hours :-). I fixed the "stream...
2000-10-25 Jeremy AllisonJohn Reilly @ HP (who is a wonderful human being and...
2000-10-10 Andrew Tridgellgot rid of tdb_writelock() and instead lock a chain...
2000-09-29 Jeremy Allisonutils/smbcontrol.c: Fixes from Herb for interactive...
2000-09-28 Jeremy AllisonFix from John Reilly for forms ordering problems.
2000-09-26 Herb Lewisfix for IRIX 6.2 compiler error
2000-09-15 Jeremy AllisonMove towards getting W2k p&p to upload NT4.x drivers...
2000-09-13 Jeremy AllisonEnsure old DACL and SACL are preserved if the new SD...
2000-09-13 Jeremy AllisonAdded time check test before allowing print job.
2000-09-13 Tim PotterAdded missing break statement for manage documents...
2000-09-11 Jeremy AllisonFixed memory leaks found in enumprinterdrivers code.
2000-09-08 Jeremy AllisonFixed up get_a_printer_driver_3 so it looks in the...
2000-09-06 Jeremy AllisonTemporary fix to convert from level6 (Win2k) to level...
2000-09-01 David O'NeillChanges from APPLIANCE_HEAD (per Tim Potter):
2000-08-31 Jeremy AllisonImplemented DELETEFORM tested using Gerald's Win32...
2000-08-30 Jeremy AllisonFixed error returns for moving printer driver files...
2000-08-23 Jeremy AllisonTidied up some error returns from printing calls. Still...
2000-08-23 Jeremy AllisonAdded code to do SID to uid/gid conversion. Needed...
2000-08-22 Tim PotterPatch from John Reilly <jreilly@hp.com> for not process...
2000-08-10 Jeremy AllisonTidied up security rights definitions.
2000-08-09 Jeremy AllisonFixed bug in new printer access check code. If PRINTER_...
2000-08-09 Jeremy AllisonFixed memory leak with NT tokens.
2000-08-09 Andrew Tridgelladded printer admin option
2000-08-01 Jeremy AllisonAdded print job substitutions for %{printername}, ...
2000-07-31 Jeremy AllisonAdded John Reilly's enumports/addprinter/delprinter...
2000-07-27 Jean-François Mico... fix the devmode.orientation being set to 0.
2000-07-27 Jeremy AllisonOk - this is a *BIG* change - but it fixes the problems...
2000-07-25 Jeremy AllisonFixed up error checking and move printer file code...
2000-07-25 Jeremy AllisonAdded some error checking and returns to the new 'move...
2000-07-25 Jean-François Mico... A rather big change set ! (listed in no particular...
2000-07-22 Jeremy AllisonFixed open handle code in printers - 3 functions were...
2000-07-19 Jeremy AllisonCode from John Reilly <jreilly@hp.com> to add tdb looku...
2000-07-17 Tim PotterInitialise current time to time(NULL) in add_a_printer_2()
2000-07-17 Tim PotterMoved access check for nt_printing_setsec() up into...
2000-07-12 Jean-François Mico... we are now sure the printer_info_2 timestamp is updated...
2000-07-12 Jean-François Mico... - The printers are indexed by the sharename in both...
2000-07-11 Jeremy AllisonAllow name lookup to fail and fall back to using the...
2000-07-10 Tim PotterMoved winbind client functions from various odd locatio...
2000-07-10 Tim PotterRe-instated lanman printing security checks (oops).
2000-07-06 Jeremy Allisonprinting/nt_printing.c: (From JF) use the driver name...
2000-07-06 Tim PotterDon't check NT permissions when printing from lanman.
2000-07-06 Tim PotterImplemented NT printer descriptor checking. Yay!
2000-07-01 Jean-François Mico... Found that the minimum priority is 1 and not 0 on NT.
2000-06-29 Jeremy AllisonTidy up current spool code - added some JRATEST ifdefs...
2000-06-26 Jeremy AllisonChanging drivers using the properties page works -...
2000-06-23 Tim PotterSome compile fixes.
2000-06-22 Jeremy Allisonlib/util_unistr.c: Removed ascii_to_unistr() as it...
2000-06-20 Jeremy AllisonFixes for Win2k "add printer driver" INFO_LEVEL_6 was...
2000-06-16 Tim PotterAdded print_access_check() function for checking printe...
2000-06-09 Jean-François Mico... untiltime should be 0 by default to cover the whole...
2000-06-08 Luke Leightonmake_sec_acl was passed pointer to static array ace...
2000-06-08 Jeremy AllisonCause printer SD's to be displayed correctly (full...
2000-06-07 Jeremy AllisonFixing get/set of security descriptors.
2000-06-06 Andrew Tridgellfixed sizeof() typo
2000-06-06 Andrew Tridgellfixed!!
2000-06-06 Jeremy AllisonCreate elements in default, not in read.
next