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
/
include
/
rpc_spoolss.h
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r22062: Fix the parsing of info level 3. Flags is not a flags
Jeremy Allison
1
-1
/
+0
2007-10-10
r19028: Implement getprinterinfo level 6 (only the status) and get rid of snu...
Volker Lendecke
1
-0
/
+6
2007-10-10
r18188: merge 3.0-libndr branch
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r14353: Fix coverity bugs #61 and #62. Remember to divide by
Jeremy Allison
1
-1
/
+1
2007-10-10
r13878: move PORT_DATA_1 to use static sized UNICODE strings as per MSDN
Gerald Carter
1
-5
/
+11
2007-10-10
r13829: From the "It's not pretty but it works" category
Gerald Carter
1
-2
/
+18
2007-10-10
r13824: * add api table for Xcv TCPMON and LOCALMON calls starting
Gerald Carter
1
-2
/
+2
2007-10-10
r13820: * Start fleshing out the XcvDataPort() server implementation
Gerald Carter
1
-1
/
+4
2007-10-10
r13815: "Into the blind world let us now descend,"
Gerald Carter
1
-1
/
+27
2007-10-10
r7882: Looks like a large patch - but what it actually does is make Samba
Jeremy Allison
1
-1
/
+1
2007-10-10
r7020: fixing printer ace values and getting rid of false compiler warning ab...
Gerald Carter
1
-2
/
+2
2007-10-10
r6992: syncing printer permissions changes from trunk
Gerald Carter
1
-7
/
+7
2007-10-10
r6220: cleaning up spoolss header; removing unused structures
Gerald Carter
1
-63
/
+18
2007-10-10
r6014: rather large change set....
Gerald Carter
1
-40
/
+26
2007-10-10
r5805: merging spoolss parsing changes from trunk and cleaning up resulting s...
Gerald Carter
1
-42
/
+32
2007-10-10
r2955: fixing a segfault uncovered by the changes for BUG 1519
Gerald Carter
1
-0
/
+1
2007-10-10
r2133: Several fixes:
Gerald Carter
1
-0
/
+1
2007-10-10
r2073: Adding getprinter level 7 to rpcclient.
Günther Deschner
1
-0
/
+1
2004-03-24
fixes for prnadmin.dll API
Gerald Carter
1
-1
/
+1
2003-08-07
Patch from waider@waider.ie to print out Port Type.
Jeremy Allison
1
-0
/
+6
2003-02-15
* set PRINTER_ATTRIBUTE_RAW_ONLY; CR 1736
Gerald Carter
1
-0
/
+4
2002-12-13
More printer publishing code.
Jim McDonough
1
-2
/
+3
2002-12-04
Automatic printer publishing when using APW or choosing 'list in the director...
Jim McDonough
1
-0
/
+5
2002-12-03
Support printer info 7, used for publishing
Jim McDonough
1
-0
/
+16
2002-09-25
sync'ing up for 3.0alpha20 release
Gerald Carter
1
-2
/
+2
2002-08-17
sync 3.0 branch with head
Jelmer Vernooij
1
-6
/
+8
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-23
/
+106
2002-05-07
Merge from HEAD:
Tim Potter
1
-2
/
+2
2002-03-26
OpenPrinter() merge from 2.2
Gerald Carter
1
-1
/
+18
2002-03-20
resetprinter merge from SAMBA_2_2
Gerald Carter
1
-1
/
+2
2002-03-15
syncing up printing code with SAMBA_2_2 (already done some merges
Gerald Carter
1
-13
/
+107
2002-01-31
Added some constants for the flags field in the FORM_1 structure.
Tim Potter
1
-1
/
+5
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2002-01-26
Fixed ADDPRINTEREX to take a devmode and a security descriptor...
Jeremy Allison
1
-9
/
+4
2002-01-12
Added PRINTER_INFO_4/PRINTER_INFO_5, we're seeing level 5 requested on the wi...
Jeremy Allison
1
-0
/
+20
2002-01-07
Sed error. The status value in the PRINTER_INFO_2 structure isn't a WERROR
Tim Potter
1
-1
/
+1
2001-12-10
Added client and server code for the GetPrintProcessorDirectory SPOOLSS
Tim Potter
1
-2
/
+25
2001-12-03
Writing decimal constants as "02" has been shown to cause cancer in
Martin Pool
1
-3
/
+3
2001-11-22
merge from 2.2
Gerald Carter
1
-8
/
+60
2001-11-15
more Win2k RPC opnums (EnumPrinterKey() and DeletePrinterDriverEx())
Gerald Carter
1
-0
/
+2
2001-11-15
SETPRINTERDATAEX is 0x4d (not 0x50). My mistake.
Gerald Carter
1
-1
/
+1
2001-11-13
verified two new win2k rpc's EnumPrinterDataEx() and DeletePrinterdataEx()
Gerald Carter
1
-6
/
+3
2001-11-13
Fix typo.
Martin Pool
1
-2
/
+0
2001-11-13
new Win2k spoolss rpc opnum (unknown right now).
Gerald Carter
1
-0
/
+6
2001-11-09
Fixed a few typos and added the opnum for ADDPRINTERDRIVEREX to the
Gerald Carter
1
-1
/
+8
2001-11-05
Wrote some stubs for new win2k only spoolss rpc commands:
Tim Potter
1
-1
/
+40
2001-09-04
the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...
Andrew Tridgell
1
-43
/
+42
2001-09-03
more NTSTATUS/WERROR conversion
Andrew Tridgell
1
-5
/
+5
[next]