index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
rpc_server
/
srv_spoolss_nt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2000-11-22
Changes from APPLIANCE_HEAD:
David O'Neill
1
-4
/
+4
2000-11-17
Fix from John Reilly for equivalence tests.
Jeremy Allison
1
-76
/
+79
2000-11-17
Fix for memory leak when adding driver.
Jeremy Allison
1
-4
/
+4
2000-11-16
Fix for a problem with the new messaging system. If a sender is using the
Jeremy Allison
1
-1
/
+1
2000-11-14
Merge from appliance head of JR's changes for driver versioning.
Jeremy Allison
1
-1
/
+1
2000-11-14
printing/nt_printing.c: After long soul searching and making both Andrew and my
Jeremy Allison
1
-13
/
+10
2000-11-10
printing/nt_printing.c: use getpwuid not smbgetpwuid. Canonicalize printernames.
Jeremy Allison
1
-85
/
+65
2000-11-08
an attempt to get the handling of fields in printer info structures
Andrew Tridgell
1
-43
/
+24
2000-11-08
Merge fest!!!
Tim Potter
1
-24
/
+20
2000-11-07
Merge of printer security descriptor, info level and printerdata
Tim Potter
1
-37
/
+267
2000-10-30
Merge of comment repair.
Tim Potter
1
-8
/
+8
2000-10-29
Patches from John Reilly @ HP for print job time bugs.
Jeremy Allison
1
-6
/
+16
2000-10-26
Added John Reillys patch for error code returns from clean_up_printer_driver_...
Jeremy Allison
1
-1
/
+2
2000-10-26
Sorry JF - no billable hours :-). I fixed the "stream of events" problem
Jeremy Allison
1
-6
/
+6
2000-10-20
Merge from appliance-head
Tim Potter
1
-1
/
+5
2000-10-10
Fix found by Andrew to stop local/remote printers being
Jeremy Allison
1
-3
/
+18
2000-10-06
Proto update. Also fix from John Reilly @ HP for not showing APW with W2K.
Jeremy Allison
1
-7
/
+14
2000-10-06
Herb's warning fixes. Also the POSIX locking fix.
Jeremy Allison
1
-3
/
+1
2000-10-04
Adding Herb's compile warning fixes to HEAD.
Jeremy Allison
1
-45
/
+0
2000-10-03
Fixes from Herb - compiler warnings.
Jeremy Allison
1
-1
/
+1
2000-10-02
Added debug so if zero length messages get sent we successfully remove
Jeremy Allison
1
-0
/
+9
2000-09-29
Missing null termination on printer changenotify message caused insure
Jeremy Allison
1
-3
/
+4
2000-09-27
Fixed stupid introduced bug found by "Jim McDonough/Boulder/IBM" <jmcd@us.ibm...
Jeremy Allison
1
-2
/
+2
2000-09-26
broadcast printer notify message to all clients. We now have printer
Jean-François Micouleau
1
-8
/
+15
2000-09-26
Changes from John Reilly to add a parameter "show add printer wizard" that
Jeremy Allison
1
-5
/
+25
2000-09-25
printer notify code.
Jean-François Micouleau
1
-6
/
+144
2000-09-21
Adding fix from Jim Vopni <jimv@metrics.com> to ensure jobs are
Jeremy Allison
1
-33
/
+33
2000-09-16
in a printer_info_6, driver version is 64 bits long and there is a 32 bit
Jean-François Micouleau
1
-0
/
+7
2000-09-15
Move towards getting W2k p&p to upload NT4.x drivers. Still doesn't work -
Jeremy Allison
1
-13
/
+166
2000-09-13
Added SIGHUP when printer deleted as well as added.
Jeremy Allison
1
-0
/
+3
2000-09-12
Fix for enumjobs infor level 2 which caused smbd to coredump.
Jeremy Allison
1
-0
/
+1
2000-09-12
Fixed error return when printer is PAUSED - should be returning "Pause".
Jeremy Allison
1
-1
/
+1
2000-09-11
Fixed memory leaks found in enumprinterdrivers code.
Jeremy Allison
1
-5
/
+8
2000-09-11
Fix for malloc of zero bytes found by insure.
Jeremy Allison
1
-0
/
+5
2000-09-09
Implemented DELETEPRINTERDATA (tested with Gerald's Win32 progs).
Jeremy Allison
1
-0
/
+42
2000-09-08
Fixed typo where docname was being checked for datatype - was causing
Jeremy Allison
1
-1
/
+1
2000-09-08
Win32 API is explicit that EnumPrinterData returns ERROR_MORE_DATA not
Jeremy Allison
1
-1
/
+1
2000-09-07
Fixed the printerdata code to return NO_MORE_ITEMS if a size is requested
Jeremy Allison
1
-1
/
+20
2000-09-07
Added code to return NO_MORE_ENTRIES when trying to determine
Jeremy Allison
1
-0
/
+12
2000-09-06
Fix from John Reilly for double free of printer struct.
Jeremy Allison
1
-3
/
+4
2000-09-05
Implemented GETFORM tested and working using Gerald's Win32 test progs....
Jeremy Allison
1
-2
/
+65
2000-09-01
Changes from APPLIANCE_HEAD (per Tim Potter):
David O'Neill
1
-11
/
+9
2000-08-31
Implemented DELETEFORM tested using Gerald's Win32 test code :-).
Jeremy Allison
1
-0
/
+25
2000-08-30
Fixed error returns for moving printer driver files around so generic
Jeremy Allison
1
-2
/
+3
2000-08-30
Implemented AbortPrinter() from Gerald's Win32 test code. Just purge all
Jeremy Allison
1
-3
/
+16
2000-08-28
yipee!
Andrew Tridgell
1
-3
/
+8
2000-08-23
Tidied up some error returns from printing calls. Still need to map UNIX
Jeremy Allison
1
-7
/
+4
2000-08-10
Added "add_printer_hook" call to update printer for Win9x clients.
Jeremy Allison
1
-62
/
+68
2000-08-09
got error code right for printer update/add failure
Andrew Tridgell
1
-3
/
+3
2000-08-09
added printer admin option
Andrew Tridgell
1
-42
/
+26
[next]