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
/
source4
/
librpc
/
ndr
/
ndr_spoolss_buf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-12-21
r26432: Require ndr_pull users to specify iconv_convenience.
Jelmer Vernooij
1
-2
/
+2
2007-12-21
r26431: Require ndr_push creators to specify a iconv_convenience context.
Jelmer Vernooij
1
-4
/
+5
2007-12-21
r25918: ndr: change NTSTAUS into enum ndr_err_code (samba4 handwritten stuff)
Stefan Metzmacher
1
-42
/
+42
2007-12-21
r25818: remove useless '\' chars at the end of lines
Stefan Metzmacher
1
-7
/
+7
2007-12-21
r25782: use NT_STATUS_HAVE_NO_MEMORY()
Stefan Metzmacher
1
-5
/
+5
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
1
-3
/
+2
2007-10-10
r18301: I discovered how to load the warnings from a build farm build into
Andrew Tridgell
1
-3
/
+3
2007-10-10
r8522: fixed another couple of size_t warnings
Andrew Tridgell
1
-1
/
+1
2007-10-10
r8520: fixed a pile of warnings from the build farm gcc -Wall output on
Andrew Tridgell
1
-4
/
+4
2007-10-10
r8050: - make use of more [value()] properties
Stefan Metzmacher
1
-0
/
+6
2007-10-10
r7865: changed pidl to take a "const void *" instead of a "void *" for the
Andrew Tridgell
1
-12
/
+10
2007-10-10
r7575: - fix GetPrinterData() push side
Stefan Metzmacher
1
-12
/
+81
2007-10-10
r7574: - seperate [in] and [out] buffers and buf_sizes
Stefan Metzmacher
1
-35
/
+39
2007-10-10
r7462: fix Enum* pushing, we need to send back a buffer of the same size as w...
Stefan Metzmacher
1
-0
/
+9
2007-10-10
r7364: - remove '\' chars from copy paste
Stefan Metzmacher
1
-3
/
+5
2007-10-10
r7328: fix GetPrinterData and SetPrinterData, with zero length subcontexts
Stefan Metzmacher
1
-0
/
+91
2007-10-10
r7327: pass down the ndr->flags to the subcontexts
Stefan Metzmacher
1
-0
/
+4
2007-10-10
r7196: fix typo, that makes the spoolss test working with [validate]
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r7194: fix pulling of the NDR_IN data, [validate] works for the NDR_IN side n...
Stefan Metzmacher
1
-1
/
+2
2007-10-10
r7181: add functions to calculate the buffer size needed for array buffer in ...
Stefan Metzmacher
1
-0
/
+54
2007-10-10
r7120: make use of the new 'noopnum' property and get rid of handwritten
Stefan Metzmacher
1
-865
/
+164
2007-10-10
r6191: fix spoolss_Enum* push code
Stefan Metzmacher
1
-3
/
+9
2007-10-10
r6181: Use ndr_print_set_switch_value() here as well.
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r6179: - add new spoolss tests for all spoolss_Enum*() calls which didn't need
Stefan Metzmacher
1
-0
/
+274
2007-10-10
r6099: use the enum print function
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r5672: Use switch_type() and the token storage mechanism for unions:
Jelmer Vernooij
1
-2
/
+4
2007-10-10
r5663: Revert some changes I didn't mean to commit...
Jelmer Vernooij
1
-4
/
+2
2007-10-10
r5661: Be a little stricter on syntax regarding arrays. A pointer to an
Jelmer Vernooij
1
-2
/
+4
2007-10-10
r5504: fix typo
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r5489: hide handwritten pull/push/print code from the caller
Stefan Metzmacher
1
-70
/
+660
2007-10-10
r5446: fix pulling of arrays in EnumXXX functions
Stefan Metzmacher
1
-0
/
+6
2007-10-10
r3428: switched to using minimal includes for the auto-generated RPC code.
Andrew Tridgell
1
-0
/
+1
2007-10-10
r2209: patch from volker to add EnumPorts spoolss IDL and test code
Andrew Tridgell
1
-0
/
+21
2007-10-10
r884: convert samba4 to use [u]int32_t instead of [u]int32
Stefan Metzmacher
1
-4
/
+4
2003-11-30
Added EnumPrinterDriver, GetPrinterDriver (still in progress)
Tim Potter
1
-0
/
+17
2003-11-28
Added EnumJobs, GetJob, SetJob RPCs.
Tim Potter
1
-0
/
+17
2003-11-26
Implemented EnumForms and GetForm.
Tim Potter
1
-0
/
+17
2003-11-19
switched to a new way of handling unions, so that we can handle
Andrew Tridgell
1
-2
/
+2
2003-11-17
call OpenPrinterEx on each printer on the server, and then call
Andrew Tridgell
1
-3
/
+3
2003-11-17
nicer method of handling spoolss EnumPrinters
Andrew Tridgell
1
-27
/
+12
2003-11-16
use nstring and [relative] to support levels 1 and 2 of EnumPrinters
Andrew Tridgell
1
-0
/
+6
2003-11-16
added support for level1 of EnumPrinters in spoolss. This uses a
Andrew Tridgell
1
-0
/
+51