index
:
delta/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-2-stable
v4-2-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
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
printing
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3/printing: cppcheck avoid 'nullPointerArithmetic:' error
Noel Power
2019-05-29
1
-4
/
+8
*
s3: smbd: Convert print_svid code to use file_lines_ploadv().
Jeremy Allison
2019-05-24
1
-2
/
+27
*
printing: check lp_load_printers() prior to pcap cache update
David Disseldorp
2019-02-01
2
-1
/
+6
*
printing: drop pcap_cache_loaded() guard around load_printers()
David Disseldorp
2019-02-01
3
-10
/
+6
*
tdb_unpack: Correct "len" arg for "B" format
Volker Lendecke
2018-10-08
1
-1
/
+1
*
s3: Rename server_messaging_context() to global_messaging_context()
Christof Schmitt
2018-09-07
2
-4
/
+4
*
s3: Rename server_event_context() to global_event_context()
Christof Schmitt
2018-09-07
2
-16
/
+16
*
lib: Pass mem_ctx to cache_path()
Volker Lendecke
2018-08-17
2
-3
/
+3
*
lib: Pass mem_ctx to state_path()
Volker Lendecke
2018-08-17
3
-9
/
+9
*
lib: Pass mem_ctx to lock_path()
Volker Lendecke
2018-08-17
1
-1
/
+1
*
printing: convert delete_driver_files() to use create_conn_struct_tos_cwd()
Stefan Metzmacher
2018-06-14
1
-14
/
+8
*
printing: convert move_driver_to_download_area() to use create_conn_struct_to...
Stefan Metzmacher
2018-06-14
1
-14
/
+7
*
printing: convert get_correct_cversion() to use create_conn_struct_tos_cwd()
Stefan Metzmacher
2018-06-14
1
-13
/
+7
*
printing: add an explicit talloc_stackframe() to delete_driver_files()
Stefan Metzmacher
2018-06-14
1
-4
/
+9
*
printing: add an explicit talloc_stackframe() to move_driver_to_download_area()
Stefan Metzmacher
2018-06-14
1
-13
/
+16
*
printing: add an explicit talloc_stackframe() to get_correct_cversion()
Stefan Metzmacher
2018-06-14
1
-7
/
+13
*
printing: add more 'const' to read only input pointers
Stefan Metzmacher
2018-06-14
1
-6
/
+6
*
printing: remove unused arguments from delete_and_reload_printers()
Stefan Metzmacher
2018-06-14
1
-1
/
+1
*
printing: remove unused arguments from load_printers()
Stefan Metzmacher
2018-06-14
4
-13
/
+7
*
s3: smbd: printing: Re-implement delete-on-close semantics for print files mi...
Jeremy Allison
2018-06-01
1
-0
/
+17
*
s3-printing: fix format-truncation in print_queue_update()
Günther Deschner
2018-05-17
1
-1
/
+1
*
printing: Fix CID 1435452 (TAINTED_SCALAR)
Volker Lendecke
2018-05-11
1
-0
/
+6
*
s3: VFS: Remove vfs_write_data(). No longer used.
Jeremy Allison
2018-05-04
1
-1
/
+0
*
s3: printing: Remove the LSEEK in printing_pread_data() and use read_file() i...
Jeremy Allison
2018-05-04
1
-5
/
+3
*
s3: printing: Now we never pass an offset of -1, remove the off_t==-1 protect...
Jeremy Allison
2018-05-04
1
-15
/
+9
*
s3: printing: Use offset tracking in printing_pread_data() to remove the seek...
Jeremy Allison
2018-05-04
1
-6
/
+2
*
s3: printing: Use passed in offset, and offset tracking in printing_pread_dat...
Jeremy Allison
2018-05-04
1
-22
/
+8
*
s3: printing: Add existing offset position as a parameter to handle_pe_file()...
Jeremy Allison
2018-05-04
1
-0
/
+4
*
s3: printing: Use auto-updating of offset in printing_pread_data() to remove ...
Jeremy Allison
2018-05-04
1
-16
/
+2
*
s3: printing: Make printing_pread_data() update the offset paramter, if not p...
Jeremy Allison
2018-05-04
1
-1
/
+20
*
s3: printing: Rename printing_read_data() -> printing_pread_data() and add an...
Jeremy Allison
2018-05-04
1
-9
/
+17
*
s3: printing: Rename vfs_read_data() -> printing_read_data().
Jeremy Allison
2018-05-04
1
-9
/
+10
*
s3: printing: Move handle_ne_file code into a separate function.
Jeremy Allison
2018-05-04
1
-142
/
+173
*
s3: printing: Split handling of PE file into separate function.
Jeremy Allison
2018-05-04
1
-159
/
+188
*
s3: printing: Reformatting of parts of this file to modern coding standards.
Jeremy Allison
2018-05-04
1
-106
/
+264
*
s3: VFS: Default. Move vfs_read_data() out of source3/smbd/vfs.c to the print...
Jeremy Allison
2018-05-02
1
-0
/
+28
*
printing: return the same error code as windows does on upload failures
Björn Jacke
2018-04-25
1
-1
/
+1
*
lib: #include "util_event.h" only where needed
Volker Lendecke
2018-04-24
1
-0
/
+1
*
s3:printing: Fix size types
Andreas Schneider
2018-04-03
1
-10
/
+17
*
s3:printing: Fix size check in get_file_version()
Andreas Schneider
2018-03-21
1
-6
/
+18
*
s3:printing: Fix size type in printing_db
Andreas Schneider
2018-03-20
1
-1
/
+1
*
lib: Remove unused serverid.tdb
Volker Lendecke
2017-12-05
3
-24
/
+0
*
lib: Use messaging_send_all instead of message_send_all
Volker Lendecke
2017-12-05
1
-1
/
+1
*
messaging: Remove the "n_sent" arg from message_send_all
Volker Lendecke
2017-12-05
1
-1
/
+1
*
printing: Avoid an "extern current_user"
Volker Lendecke
2017-10-27
1
-4
/
+3
*
printing: Avoid an "extern current_user"
Volker Lendecke
2017-10-27
1
-2
/
+2
*
s3:printing: Add NULL check for state_path()
Andreas Schneider
2017-08-19
1
-0
/
+17
*
s3-printing: precreate DriverStore directories.
Günther Deschner
2017-07-26
1
-0
/
+22
*
s3-printing: pre-create color and PCC directories under print$.
Günther Deschner
2017-07-26
1
-0
/
+27
*
s3:printing: Fix setting the first jobnum
Andreas Schneider
2017-07-25
1
-3
/
+4
[next]