index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
printing
/
printing.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-16
Convert the few instances of int32 there were to int32_t.
Richard Sharpe
1
-1
/
+1
2015-05-12
Convert all (remaining) uses of uint32/16/8 to _t in source3/printing.
Richard Sharpe
1
-31
/
+31
2015-05-01
Convert uint32/16/8 to 32_t/16_t/8_t in printing.h and all files that include...
Richard Sharpe
1
-68
/
+68
2015-03-17
lib: Remove tdb_fetch_compat
Volker Lendecke
1
-14
/
+14
2014-12-07
lib: Split out write_data[_iov]
Volker Lendecke
1
-0
/
+1
2014-10-30
printing: add jobid_to_sysjob helper function
David Disseldorp
1
-18
/
+52
2014-10-06
printing: don't leak cache_path onto talloc tos
David Disseldorp
1
-2
/
+13
2014-07-28
lib: directory_create_or_exist() does not use "uid" parameter
Volker Lendecke
1
-1
/
+1
2014-05-21
printing: fix purge of all print jobs
David Disseldorp
1
-4
/
+19
2014-02-07
param: rename lp function and variable from "minprintspace" to "min_print_space"
Garming Sam
1
-2
/
+2
2014-02-07
param: rename lp function and variable from "max_reported_jobs" to "max_repor...
Garming Sam
1
-2
/
+2
2014-02-07
param: rename lp function and variable from "lprmcommand" to "lprm_command"
Garming Sam
1
-2
/
+2
2014-02-07
param: rename lp function and variable from "lpqcommand" to "lpq_command"
Garming Sam
1
-2
/
+2
2014-02-07
param: rename lp function and variable from "lpqcachetime" to "lpq_cache_time"
Garming Sam
1
-2
/
+2
2014-02-03
loadparm: rename lp[cfg]_print_ok to lp[cfg]_printable for consistency with docs
Michael Adam
1
-4
/
+4
2014-02-03
loadparm: rename lp[cfg]_pathname to lp[cfg]_path for consistency with docs
Michael Adam
1
-4
/
+4
2013-11-20
printing: use DEBUG instead of sys_adminlog
David Disseldorp
1
-24
/
+12
2013-11-20
printing: fix double space in debug statement
David Disseldorp
1
-1
/
+1
2013-11-20
printing: return WERROR from print_access_check
David Disseldorp
1
-37
/
+35
2013-11-18
printing: always store sytem job-ID in queue state
David Disseldorp
1
-21
/
+22
2013-11-18
spoolss: return the spoolss job ID in notifications
David Disseldorp
1
-1
/
+1
2013-03-06
Make sure to set umask() before calling mkstemp().
Andreas Schneider
1
-0
/
+3
2012-12-12
s3-printing: Correctly create the printing cache path.
Andreas Schneider
1
-1
/
+6
2012-11-29
s3-printing: add missing carriage return to debug str
David Disseldorp
1
-1
/
+1
2012-08-29
s3-printing: fix bug 9123 lprng job tracking errors
David Disseldorp
1
-2
/
+2
2012-07-18
loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.
Rusty Russell
1
-19
/
+19
2012-06-27
s3-printing: fix broken print_job_get_name() return
David Disseldorp
1
-1
/
+2
2012-06-26
s3-printing: pass lpq command to job_submit
David Disseldorp
1
-1
/
+25
2012-06-26
s3-printing: remove unused print_job_fname()
David Disseldorp
1
-16
/
+1
2012-06-26
s3-printing: pass a talloc ctx to unpack_pjob
David Disseldorp
1
-17
/
+21
2012-06-26
s3-printing: return talloced print jobs
David Disseldorp
1
-95
/
+196
2012-06-26
s3-printing: clean up print_job_pause/resume interface
David Disseldorp
1
-19
/
+28
2012-06-26
s3-printing: fix potential print db refcount leak
David Disseldorp
1
-1
/
+1
2012-06-26
s3-printing: remove redundant variable set
David Disseldorp
1
-3
/
+0
2012-06-26
s3-printing: remove print_parse_jobid() calls from printing.c
David Disseldorp
1
-21
/
+27
2012-06-26
s3-printing: rename queue->job sysjob
David Disseldorp
1
-13
/
+13
2012-06-26
s3-printing: store print jobid as part of struct printjob
David Disseldorp
1
-12
/
+17
2012-03-24
lib/util: Remove obsolete sys_getpid() and sys_fork().
Jelmer Vernooij
1
-10
/
+10
2012-01-27
Finally remove all malloc()'s from the substitute code. Now totally
Jeremy Allison
1
-3
/
+1
2011-08-10
s3-printing: Rework how the background process is started
Simo Sorce
1
-0
/
+2
2011-08-02
s3:server Consolidate printing related initialization
Simo Sorce
1
-0
/
+5
2011-08-02
s3:smbd - Move printing queue stuff
Simo Sorce
1
-113
/
+1
2011-07-20
s3-auth Use the common auth_session_info
Andrew Bartlett
1
-9
/
+9
2011-07-20
s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_info
Andrew Bartlett
1
-1
/
+1
2011-07-20
s3-auth Use struct auth_user_info_unix for unix_name and sanitized_username
Andrew Bartlett
1
-3
/
+3
2011-07-20
s3-auth Use *unix_token rather than utok in struct auth3_session_info
Andrew Bartlett
1
-4
/
+4
2011-07-20
s3-auth Use struct auth3_session_info outside the auth subsystem
Andrew Bartlett
1
-9
/
+9
2011-06-29
param: Merge param headers into lib/param/loadparm.h
Andrew Bartlett
1
-0
/
+1
2011-06-20
tdb_compat: Higher level API fixes.
Rusty Russell
1
-7
/
+7
2011-06-20
tdb_chainlock: check returns for 0, not -1.
Rusty Russell
1
-1
/
+1
[next]