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
2007-10-10
r4184: Removed unused extern.
Jeremy Allison
1
-1
/
+0
2007-10-10
r4134: check the setprinter(3) based on the access permissions on the handle ...
Gerald Carter
1
-14
/
+11
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-87
/
+87
2007-10-10
r4083: consolidate printer searches to use find_service rather than for loops
Gerald Carter
1
-16
/
+6
2007-10-10
r3069: add 'force printername' service parameter for people that want to enfo...
Gerald Carter
1
-14
/
+30
2007-10-10
r3066: BUG 1519: fix segfault caused by double free of a printer
Gerald Carter
1
-1
/
+0
2007-10-10
r3065: BUG 1519 (more): apparently the server_name notify request is used to ...
Gerald Carter
1
-13
/
+4
2007-10-10
r3049: fixing some calls in the printing code to stanard_sub_basic(); fix sta...
Gerald Carter
1
-3
/
+3
2007-10-10
r2955: fixing a segfault uncovered by the changes for BUG 1519
Gerald Carter
1
-1
/
+2
2007-10-10
r2918: BUG 1907: fix getprinterdriverdir_1(). have to make sure we don't add...
Gerald Carter
1
-2
/
+11
2007-10-10
r2821: Adding "Windows x64" as architecture string and driverdir "x64" for the
Günther Deschner
1
-0
/
+1
2007-10-10
r2768: BUG 1519: save the hostname used in the open_printer_ex() for later re...
Gerald Carter
1
-113
/
+164
2007-10-10
r2569: Patch from Rob Foehl <rwf@loonybin.net>:
Gerald Carter
1
-12
/
+12
2007-10-10
r2133: Several fixes:
Gerald Carter
1
-2
/
+10
2007-10-10
r1974: Just use a simple linked list for this.
Jeremy Allison
1
-7
/
+5
2007-10-10
r1885: tighten the cache consistency with the ntprinters.tdb entry an the in ...
Gerald Carter
1
-8
/
+18
2007-10-10
r1692: first commit :)
Günther Deschner
1
-1
/
+8
2007-10-10
r1501: One more check for option != 0.
Jeremy Allison
1
-1
/
+5
2007-10-10
r1484: BUG 1520: work around bug in xp sp2 rc2 where the client sends a fnpcn...
Gerald Carter
1
-0
/
+12
2007-10-10
r1241: Fix incorrect type in printer publishing (struct uuid, not UUID_FLAT).
Jeremy Allison
1
-3
/
+2
2007-10-10
r1230: (merges from HP PSA) fixing a couple of caching bugs in the printing c...
Gerald Carter
1
-1
/
+8
2007-10-10
r925: add changes frpm trunk (r841 and r842) -- enable background queue updat...
Gerald Carter
1
-26
/
+81
2007-10-10
r196: merging struct uuid from trunk
Gerald Carter
1
-3
/
+4
2004-03-16
merging print change notify fix from HP appliance. Also might address some o...
Gerald Carter
1
-78
/
+0
2004-01-30
Fix up name canonicalization (needed for krb5 keytab support later).
Jeremy Allison
1
-1
/
+1
2003-10-21
Patch from Stefan Metzmacher <metze@metzemix.de> to fix signing problems
Jeremy Allison
1
-1
/
+2
2003-10-02
Portability fix from schmitz@hp.com (Joachim Schmitz) for bug #548.
Jeremy Allison
1
-1
/
+1
2003-09-25
Fix for #480. Change the interface for init_unistr2 to not take a length
Jeremy Allison
1
-7
/
+7
2003-08-23
it never amazes me when some new things crawls out of the windows
Gerald Carter
1
-0
/
+6
2003-08-15
possible fix for bug 288 to repcent using an uninitialized cli_state struct
Gerald Carter
1
-0
/
+2
2003-08-15
get rid of some sompiler warnings on IRIX
Herb Lewis
1
-14
/
+3
2003-08-08
RPC fix from Ronan Waide <waider@waider.ie>. Tested with rpcecho.
Jeremy Allison
1
-1
/
+0
2003-07-25
fix some error returns and strings; patch from metze
Gerald Carter
1
-6
/
+14
2003-07-25
More printf portability fixes. Got caught out by some gcc'isms last
Tim Potter
1
-6
/
+6
2003-07-24
More printf fixes - size_t is long on some architectures.
Tim Potter
1
-5
/
+5
2003-07-22
Use %p for a pointer type in a printf-style format string. Also casting
Tim Potter
1
-1
/
+1
2003-07-14
fix cache coherency bug in print handle print_info_2 cache.
Gerald Carter
1
-1
/
+28
2003-07-03
Removed strupper/strlower macros that automatically map to strupper_m/strlowe...
Jeremy Allison
1
-2
/
+2
2003-07-03
Fix for bug #199 (xp driver uploads). Needed to support
Gerald Carter
1
-6
/
+14
2003-06-13
Rename some uuid functions so as not to conflict with system
Tim Potter
1
-1
/
+1
2003-06-03
Merge DEBUG message on usleep on open.
Jeremy Allison
1
-0
/
+1
2003-05-15
Ensure sys_adminlog code won't coredump with incorrect client params.
Jeremy Allison
1
-4
/
+11
2003-04-23
Merge the 'safe' parts of my StrnCpy patch - many of the users really wanted
Andrew Bartlett
1
-12
/
+12
2003-04-15
Merge of comment typo.
Tim Potter
1
-3
/
+3
2003-04-14
Fix typos
Jelmer Vernooij
1
-2
/
+2
2003-04-11
* We must return 0x2 as the majorversion for nt4 to upload drivers
Gerald Carter
1
-1
/
+11
2003-04-11
simple fix to hopefully speed up srv_spoolss_replyopenprinter().
Gerald Carter
1
-22
/
+36
2003-04-10
Ensure we're not filtering our essential delete messages.
Jeremy Allison
1
-2
/
+2
2003-04-09
another forgotten merge sitting on my laptop from app_head; only stall open_p...
Gerald Carter
1
-3
/
+6
2003-04-08
fixup extra SAFE_FREE()'s noticed by abartlet
Gerald Carter
1
-2
/
+0
[next]