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_parse
/
parse_spoolss.c
Age
Commit message (
Expand
)
Author
Files
Lines
2000-08-08
All changes related to rpcclient...
Gerald Carter
1
-3
/
+174
2000-08-04
clunky support for calling AddPrinterEx(). The code currently reports
Gerald Carter
1
-8
/
+111
2000-08-02
Much though I hate to admit it - JF was completely correct. I cannot
Jeremy Allison
1
-2
/
+2
2000-08-01
Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...
Jeremy Allison
1
-3
/
+3
2000-07-31
Added John Reilly's enumports/addprinter/delprinter scripting code plus the
Jeremy Allison
1
-2
/
+2
2000-07-31
More work on rpcclient...
Gerald Carter
1
-7
/
+27
2000-07-27
remove warnings
Jean-François Micouleau
1
-2
/
+2
2000-07-27
Ok - this is a *BIG* change - but it fixes the problems with static strings
Jeremy Allison
1
-19
/
+45
2000-07-26
Found out that we are crashing spoolss in enumprinterdata.
Jean-François Micouleau
1
-1
/
+8
2000-07-25
A rather big change set ! (listed in no particular order)
Jean-François Micouleau
1
-4
/
+9
2000-07-22
Fixed open handle code in printers - 3 functions were always being done
Jeremy Allison
1
-2
/
+2
2000-07-21
Added functions for enumerating ports on remote print server.
Gerald Carter
1
-6
/
+48
2000-07-18
rpc_parse/parse_prs.c: Removed extraneous ()'s.
Jeremy Allison
1
-21
/
+19
2000-07-14
removed prs_data(), prs_free_data(), and prs_realloc_data()
Gerald Carter
1
-12
/
+60
2000-07-12
we are now sure the printer_info_2 timestamp is updated everytime
Jean-François Micouleau
1
-5
/
+0
2000-07-12
- The printers are indexed by the sharename in both get_a_printer() and
Jean-François Micouleau
1
-0
/
+9
2000-07-10
Fixes for various compile warnings on Solaris 8.
Tim Potter
1
-1
/
+1
2000-07-04
the dummy field in driver_info_6 is before the driver version and not
Jean-François Micouleau
1
-2
/
+2
2000-07-04
driver_info_6 had a prs_align() that should not have been there.
Jean-François Micouleau
1
-2
/
+0
2000-07-01
Removed unneccessary ()'s afer &'s that made it look like we
Jeremy Allison
1
-125
/
+125
2000-06-29
Tidy up current spool code - added some JRATEST ifdefs to allow
Jeremy Allison
1
-11
/
+11
2000-06-28
Removed extra uint32 field in auto-notify reply. This fixes some spoolss.exe
Jeremy Allison
1
-49
/
+75
2000-06-26
Changing drivers using the properties page works - but only if getting/setting
Jeremy Allison
1
-3
/
+2
2000-06-24
lib/util_sid.c: Uninitialized memory read.
Jeremy Allison
1
-2
/
+4
2000-06-20
Fixes for Win2k "add printer driver" INFO_LEVEL_6 was wrong, also some
Jeremy Allison
1
-25
/
+22
2000-06-10
parsing code for reply[open|close]printer in preparation of the event
Jean-François Micouleau
1
-0
/
+87
2000-06-06
Memory leak fixes.
Jeremy Allison
1
-0
/
+14
2000-06-05
Some tidyup fixes (memory leaks etc.). Still no progress with the
Jeremy Allison
1
-7
/
+12
2000-06-05
simple increment bug in uniarray_2_dosarray
Andrew Tridgell
1
-0
/
+1
2000-06-04
no space was being reserved for the security descriptor in the parse
Andrew Tridgell
1
-3
/
+8
2000-06-02
More memory leak and PANIC action fixes.
Jeremy Allison
1
-28
/
+69
2000-06-02
Fixed null pointer indirect in addprinterex. Still working on problem
Jeremy Allison
1
-2
/
+2
2000-06-01
More insure found memory leak and corruption fixes.
Jeremy Allison
1
-3
/
+51
2000-06-01
Back to building. Now to test with insure.
Jeremy Allison
1
-51
/
+27
2000-06-01
Getting back to a compilable state (not there yet but close).
Jeremy Allison
1
-22
/
+8
2000-05-28
moved notif_y_table struct to spoolss_nt.c only used there.
Luke Leighton
1
-7
/
+14
2000-05-27
hack to get setprinter working, level2, null sec desc.
Luke Leighton
1
-2
/
+20
2000-05-27
security descs in spoolss. needs parse_sec.c nttrans.c broken.
Luke Leighton
1
-10
/
+149
2000-05-24
a fairly big change in spoolss.
Andrew Tridgell
1
-49
/
+20
2000-05-15
don't call prs_dump() here
Andrew Tridgell
1
-1
/
+0
2000-05-12
changed uniarray_2_ascarray to uniarray_2_dosarray
Andrew Tridgell
1
-2
/
+2
2000-05-12
Added unicode_to_dos_char() function to address converting single UNICODE
Jeremy Allison
1
-4
/
+4
2000-05-12
added spool_io_printer_driver_info_level_6()
Andrew Tridgell
1
-0
/
+193
2000-05-02
added support for deleting printers into the spoolss system
Andrew Tridgell
1
-0
/
+43
2000-04-25
moved trans2.h and nterr.h into includes.h with all our other includes
Andrew Tridgell
1
-1
/
+0
2000-04-06
Modified interfaces and added checks around *all* *alloc calls
Jeremy Allison
1
-8
/
+18
2000-04-05
off by one error ...
Jean-François Micouleau
1
-2
/
+5
2000-04-05
changed all the status code to ERROR_xxx instead of NT_STATUS_xx which are
Jean-François Micouleau
1
-1
/
+1
2000-03-29
rewrote getprinterdriver level 3, now correctly handle the dependent
Jean-François Micouleau
1
-106
/
+171
2000-03-25
rpc_parse/parse_spoolss.c: Added checks on mallocs/overflow checks on all prs_xx
Jeremy Allison
1
-133
/
+291
[prev]
[next]