index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
utils
/
net_rpc_printer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3:net_rpc_printer: make use of cli_credentials_get_username()
Stefan Metzmacher
2014-09-29
1
-19
/
+13
*
librpc: Remove user/domain from struct pipe_auth_data
Andrew Bartlett
2014-09-27
1
-3
/
+10
*
s3/net_rpc_printer: replace dup_sec_desc() usage
David Disseldorp
2014-05-28
1
-1
/
+11
*
s3: client : Add extra return parameter to all client open calls.
Jeremy Allison
2014-05-09
1
-3
/
+4
*
Typo: sucessfully -> successfully
Jelmer Vernooij
2014-04-13
1
-2
/
+2
*
s3-net: pass down ndr_interface_table to connect_dst_pipe().
Günther Deschner
2013-08-05
1
-5
/
+5
*
spoolss: make spoolss deal with ndr64 AddForm by using proper container object.
Günther Deschner
2013-01-17
1
-5
/
+4
*
s3-net: Check return values of push_reg_sz().
Andreas Schneider
2012-12-21
1
-4
/
+22
*
s3:libsmb: get rid of cli_state_remote_name
Luk Claes
2012-05-28
1
-6
/
+6
*
s3:libsmb: get rid of cli_state_*_sockaddr
Luk Claes
2012-05-28
1
-2
/
+3
*
s3:registry: remove usage of reg_objects from net_rpc_printer.c
Gregor Beck
2012-04-25
1
-131
/
+71
*
s3: Fix Coverity ID 2727 to 2740 -- UNINIT
Volker Lendecke
2012-04-19
1
-7
/
+12
*
Move the callers that need to use the new cli_open() back to calling
Jeremy Allison
2011-12-03
1
-2
/
+2
*
Rename cli_open -> cli_openx. Prelude to replacing generic cli_open()
Jeremy Allison
2011-12-03
1
-2
/
+2
*
s3-utils/net_rpc_printer.c: fix error message
Björn Baumbach
2011-07-24
1
-2
/
+2
*
s3-utils/net_rpc_printer.c: replace cli_query_secdesc_old()
Björn Baumbach
2011-07-23
1
-4
/
+4
*
s3-libsmb: rename cli_query_secdesc() to cli_query_secdesc_old()
Björn Baumbach
2011-07-23
1
-1
/
+1
*
s3-utils/net_rpc_printer.c: print more info on write error
Björn Baumbach
2011-07-23
1
-2
/
+5
*
s3-utils/net_rpc_printer.c: return on read error in net_copy_file()
Björn Baumbach
2011-07-23
1
-4
/
+13
*
s3:net_rpc_printer: make use of cli_state_remote_name()
Stefan Metzmacher
2011-07-22
1
-4
/
+6
*
s3:net_rpc_printer: make use of cli_state_remote_sockaddr()
Stefan Metzmacher
2011-07-22
1
-4
/
+8
*
s3-libsmb: replace cli_read() with cli_read_old()
Björn Baumbach
2011-07-20
1
-1
/
+1
*
s3-param Remove special case for global_myname(), rename to lp_netbios_name()
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
s3-net_rpc_printer.c: Fix cli_errstr() usage (part of bug #7864)
Björn Baumbach
2011-05-18
1
-59
/
+57
*
s3-net: fix potential crash bug in display_print_driver3().
Günther Deschner
2011-05-13
1
-1
/
+1
*
s3-libsmb: move protos to libsmb/proto.h
Günther Deschner
2011-05-06
1
-0
/
+1
*
s3: remove various references to server side dcerpc structs (which are not ne...
Günther Deschner
2011-05-02
1
-1
/
+0
*
s3: Use cli_writeall instead of cli_write
Volker Lendecke
2011-04-26
1
-6
/
+5
*
s3-rpc_client: add and use rpc_client/rpc_client.h.
Günther Deschner
2011-04-13
1
-0
/
+1
*
s3-includes: only include ntdomain.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
registry: create and use shared libcli/registry/util_reg.h header.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-includes: only include system/filesys.h when needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-utils: run minimal_includes.pl over utils/*.c
Günther Deschner
2011-03-18
1
-1
/
+0
*
Fix some types
Jelmer Vernooij
2011-02-28
1
-2
/
+2
*
s3-net: use struct based dcerpc_spoolss_EnumPrinterData_r() call.
Günther Deschner
2011-01-28
1
-42
/
+34
*
s3:net: use dcerpc_spoolss_X() functions
Stefan Metzmacher
2011-01-21
1
-55
/
+120
*
s3: Convert cli_set_secdesc to cli_trans
Volker Lendecke
2011-01-15
1
-4
/
+6
*
Make 'net rpc printer driver' behave the same as rpcclient enumdrivers
Joerg Pulz
2010-11-18
1
-2
/
+8
*
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
2010-10-12
1
-0
/
+1
*
s3-net: better handle obscure 0x80070002 error reply when trying to update an
Günther Deschner
2010-10-01
1
-3
/
+7
*
s3-net: make sure we dont crash when publishing a single printer.
Günther Deschner
2010-10-01
1
-0
/
+5
*
s3-build: avoid to globally include printing and spoolss headers.
Günther Deschner
2010-07-31
1
-0
/
+1
*
s3-net: Use talloc_asprintf and return if file is in wrong format.
Andreas Schneider
2010-06-29
1
-19
/
+16
*
s3-net: Make sure that the data blob is initialized.
Andreas Schneider
2010-06-28
1
-0
/
+2
*
s3-spoolss: add and use spoolss_printerinfo2_to_setprinterinfo2().
Günther Deschner
2010-06-03
1
-4
/
+8
*
s3:registry: move reg_objects.h to registry/ and use it only where needed
Michael Adam
2010-05-25
1
-0
/
+1
*
s3:net_rpc_printer: use regval_blob/ctr accessor functions
Michael Adam
2010-05-25
1
-38
/
+53
*
s3:net rpc printer: fix use of a possibly uninitialized variable
Michael Adam
2010-05-25
1
-1
/
+1
*
s3:dom_sid Global replace of DOM_SID with struct dom_sid
Andrew Bartlett
2010-05-21
1
-11
/
+11
*
s3-rpc_client: move protos to cli_spoolss.h
Günther Deschner
2010-05-18
1
-0
/
+1
[next]