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-06-03
rpc_client/cli_lsarpc.c: Removed unused variable.
Jeremy Allison
1
-0
/
+5
2000-06-02
More memory leak and PANIC action fixes.
Jeremy Allison
1
-3
/
+8
2000-06-02
More memory leak fixes.
Jeremy Allison
1
-15
/
+37
2000-06-02
More memory corruption (leaks etc.) fixes.
Jeremy Allison
1
-11
/
+12
2000-06-02
Fixed null pointer indirect in addprinterex. Still working on problem
Jeremy Allison
1
-8
/
+21
2000-06-01
More insure found memory leak and corruption fixes.
Jeremy Allison
1
-4
/
+2
2000-06-01
param/loadparm.c: Looks like someone ran indent on this !
Jeremy Allison
1
-2
/
+4
2000-06-01
Changes I really don't want to lose whilst CVS is playing up.
Jeremy Allison
1
-222
/
+257
2000-05-29
fixed some more crashes
Andrew Tridgell
1
-86
/
+44
2000-05-28
don't free a driver structure from the stack!
Andrew Tridgell
1
-5
/
+7
2000-05-28
#ifdef not #if
Luke Leighton
1
-3
/
+3
2000-05-28
moved notif_y_table struct to spoolss_nt.c only used there.
Luke Leighton
1
-1
/
+24
2000-05-27
getting and setting security descriptors on printers now works
Andrew Tridgell
1
-3
/
+21
2000-05-27
uninitialised variable "list"
Luke Leighton
1
-1
/
+1
2000-05-27
unistr_to_dos not unistr_to_ascii
Luke Leighton
1
-2
/
+2
2000-05-27
security descs in spoolss. needs parse_sec.c nttrans.c broken.
Luke Leighton
1
-5
/
+75
2000-05-26
Compile time warning fixes and a time_t -> uint32 conversion fix.
Jeremy Allison
1
-2
/
+6
2000-05-24
a fairly big change in spoolss.
Andrew Tridgell
1
-16
/
+14
2000-05-22
Modify NT driver heirarchy to fix HP bug with duplicate printer driver
Jeremy Allison
1
-10
/
+58
2000-05-12
added spool_io_printer_driver_info_level_6()
Andrew Tridgell
1
-4
/
+26
2000-05-10
lib/util_unistr.c:
Jeremy Allison
1
-2
/
+2
2000-05-02
added support for deleting printers into the spoolss system
Andrew Tridgell
1
-0
/
+32
2000-05-02
fixed a memory leak
Andrew Tridgell
1
-0
/
+2
2000-05-02
Added sys_fork() and sys_getpid() functions to stop the overhead
Jeremy Allison
1
-1
/
+1
2000-04-30
fix handing of ascii_to_unistr
Andrew Tridgell
1
-19
/
+19
2000-04-25
moved trans2.h and nterr.h into includes.h with all our other includes
Andrew Tridgell
1
-1
/
+0
2000-04-23
more pstring/fstring errors found by insure
Andrew Tridgell
1
-15
/
+16
2000-04-23
another fstring/pstring fix
Andrew Tridgell
1
-1
/
+1
2000-04-23
fixed another spoolss memory leak
Andrew Tridgell
1
-2
/
+0
2000-04-23
we can't pass a fstring to a routine expecting a pstring
Andrew Tridgell
1
-1
/
+1
2000-04-16
- put the job status in english not french!
Andrew Tridgell
1
-7
/
+49
2000-04-16
JF and Jeremy - please have a look at what I did to the spoolss
Andrew Tridgell
1
-183
/
+59
2000-04-10
added checks to open both \\server\printer and \\server\share.
Jean-François Micouleau
1
-3
/
+44
2000-04-06
Modified interfaces and added checks around *all* *alloc calls
Jeremy Allison
1
-47
/
+148
2000-04-06
filled the architecture table (useless for the moment).
Jean-François Micouleau
1
-18
/
+37
2000-04-05
changed all the status code to ERROR_xxx instead of NT_STATUS_xx which are
Jean-François Micouleau
1
-88
/
+74
2000-03-29
split addprinterex in preparation for level 1 support and to stop it
Jean-François Micouleau
1
-8
/
+28
2000-03-29
rewrote getprinterdriver level 3, now correctly handle the dependent
Jean-François Micouleau
1
-74
/
+95
2000-03-16
fix a bug in enumprinterdrivers
Jean-François Micouleau
1
-6
/
+14
2000-03-13
oops ! forgot smb.h in last commit
Jean-François Micouleau
1
-2
/
+3
2000-03-13
small fix for addprinterex at level 2
Jean-François Micouleau
1
-10
/
+8
2000-03-13
parse correctly getprinterdriver2
Jean-François Micouleau
1
-42
/
+43
2000-03-11
You *must* use O_EXCL when using mktemp (security issue).
Jeremy Allison
1
-1
/
+1
2000-03-10
Fixups for compiles with gcc flags -Wall -Wshadow -Wstrict-prototypes -Wpoint...
Jeremy Allison
1
-0
/
+3
2000-03-10
getprinter level 0: was to short, found most of the fields, undocumented,
Jean-François Micouleau
1
-121
/
+193
2000-03-07
Enumprinters level 1: reply *exactly* like an NT server
Jean-François Micouleau
1
-102
/
+126
2000-03-07
fixed enumprinterdata.
Jean-François Micouleau
1
-2
/
+2
2000-03-06
changed prs_unistr to parse empty and non-empty strings the same way.
Jean-François Micouleau
1
-6
/
+13
2000-02-26
added enumprintprocessordatatypes
Jean-François Micouleau
1
-0
/
+49
2000-02-26
rewrote enumprinterdata. still a bug in it but reproducing it hard and
Jean-François Micouleau
1
-103
/
+110
[next]