summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Collapse)AuthorFilesLines
2011-07-28s3:smbcacls: use lp_load_global()Michael Adam1-1/+1
2011-07-28s3:pdbedit: use lp_load_global()Michael Adam1-1/+1
2011-07-28s3:ntlm_auth: use lp_load_global()Michael Adam1-1/+1
2011-07-28s3:nmblookup: use lp_load_global()Michael Adam1-1/+1
2011-07-28s3:net: use lp_load_global()Michael Adam1-1/+1
2011-07-28s3:eventlogadm: use lp_load_global()Michael Adam1-2/+2
2011-07-28s3:dbwrap_torture: use lp_load_global()Michael Adam1-1/+1
2011-07-28s3:dbwrap_tool: use lp_load_global()Michael Adam1-1/+1
2011-07-24s3-utils/net_rpc_printer.c: fix error messageBjörn Baumbach1-2/+2
Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sun Jul 24 19:01:47 CEST 2011 on sn-devel-104
2011-07-23s3-utils/net_rpc.c: replace cli_query_secdesc_old()Björn Baumbach1-1/+1
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2011-07-23s3-utils/net_rpc_printer.c: replace cli_query_secdesc_old()Björn Baumbach1-4/+4
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2011-07-23s3-utils/smbcacls.c: replace cli_query_secdesc_old()Björn Baumbach1-3/+4
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2011-07-23s3-libsmb: rename cli_query_secdesc() to cli_query_secdesc_old()Björn Baumbach3-3/+3
Will introduce new cli_query_secdesc() function Signed-off-by: Stefan Metzmacher <metze@samba.org>
2011-07-23s3-utils/net_rpc_printer.c: print more info on write errorBjörn Baumbach1-2/+5
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2011-07-23s3-utils/net_rpc_printer.c: return on read error in net_copy_file()Björn Baumbach1-4/+13
replace cli_read_old() with cli_read() Signed-off-by: Stefan Metzmacher <metze@samba.org>
2011-07-22s3:net_util: use server_name instead of cli->desthostStefan Metzmacher1-1/+1
They should be the same. metze
2011-07-22s3:net_rpc_registry: use pipe_hnd->desthost instead of cli->desthostStefan Metzmacher1-2/+2
metze
2011-07-22s3:net_rpc_printer: make use of cli_state_remote_name()Stefan Metzmacher1-4/+6
metze
2011-07-22s3:net_rpc_join: make use of cli_state_remote_name()Stefan Metzmacher1-3/+3
metze
2011-07-22s3:net_rpc_join: use pipe_hnd->desthost instead of cli->desthostStefan Metzmacher1-1/+1
metze
2011-07-22s3:net_rpc: make use of cli_state_remote_name()Stefan Metzmacher1-2/+2
metze
2011-07-22s3:net_rpc: use netr->desthost instead of cli->desthostStefan Metzmacher1-1/+1
metze
2011-07-22s3:net_rap: make use of cli_state_remote_name()Stefan Metzmacher1-2/+2
metze
2011-07-22s3:net_rpc_printer: make use of cli_state_remote_sockaddr()Stefan Metzmacher1-4/+8
metze
2011-07-22s3:net_rpc: make use of cli_state_remote_sockaddr()Stefan Metzmacher1-1/+2
metze
2011-07-22s3:net_rpc_join: make use of cli_state_remote_sockaddr()Stefan Metzmacher1-1/+2
metze
2011-07-22s3:net_rpc_join: pass const sockaddr_storage to net_rpc_join_ok()Stefan Metzmacher2-4/+6
metze
2011-07-22s3:net_util: pass const sockaddr_storage to net_make_ipc_connection_ex()Stefan Metzmacher2-2/+2
metze
2011-07-22s3:net_util: add some const to sockaddr_storageStefan Metzmacher2-16/+16
metze
2011-07-22s3:smbcquotas: pass down NULL instead of a zero sockaddr_storageStefan Metzmacher1-4/+1
metze
2011-07-22s3:smbcacls: pass down NULL instead of a zero sockaddr_storageStefan Metzmacher1-4/+1
metze
2011-07-22s3:net_time: expect const sockaddr_storage in cli_servertime()Stefan Metzmacher1-2/+4
We don't want to modify the value. metze
2011-07-22s3:smbtree: try to fix completely broken logic in get_workgroups()Stefan Metzmacher1-15/+23
metze
2011-07-21s3:utils fix a compiler warningChristian Ambach1-0/+1
fix a compiler warning about missing prototypes
2011-07-21s3:utils/net_afs fix compiler warningsChristian Ambach1-2/+3
2011-07-21s3:lib/afs fix the build with --with-fake-kaserverChristian Ambach1-0/+2
This fixes one piece of Bug #8263
2011-07-20s3-libsmb: replace cli_read() with cli_read_old()Björn Baumbach1-1/+1
Will introduce new cli_read() function. Signed-off-by: Stefan Metzmacher <metze@samba.org>
2011-07-20s3:libsmb: move cli->cnum to cli->smb1.tid and hide it behind ↵Stefan Metzmacher2-6/+6
cli_state_[g|s]et_tid() metze
2011-07-15lsa: rename auth info argument in lsa_CreateTrustedDomainEx2Günther Deschner1-1/+1
Guenther
2011-07-15s3: Avoid leaking http_timestring in print_registry_keyVolker Lendecke1-4/+12
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Jul 15 09:44:05 CEST 2011 on sn-devel-104
2011-07-08s3-param Remove lp_set_passdb_backend()Andrew Bartlett1-1/+1
2011-07-07s3:utils: avoid cli_nt_error()/cli_errstr() if we already have the statusStefan Metzmacher1-2/+2
metze
2011-07-07s3-printing: make sure to first migrate the printers then the security ↵Günther Deschner1-0/+12
descriptor. Guenther Pair-Programmed-With: David Disseldorp <ddiss@suse.de>
2011-07-07s3-printing: remove spoolss pipe from migration library, only using winreg ↵Günther Deschner1-16/+2
finally. Guenther Pair-Programmed-With: David Disseldorp <ddiss@suse.de>
2011-07-07s3:testparm: avoid spurious warnings about dos mode mapping and create mask ↵Gregor Beck1-19/+27
if store dos attributes is set Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Jul 7 12:49:01 CEST 2011 on sn-devel-104
2011-07-06s3: make cli_resolve_path return NTSTATUSVolker Lendecke1-2/+4
This looks larger than it is. No parameters needed changing.
2011-07-04s3-printing: open up a winreg pipe handle for the migration code.Günther Deschner1-0/+16
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Jul 4 15:06:41 CEST 2011 on sn-devel-104
2011-07-02param: Finish conversion from lp_wins_support() -> lp_we_are_a_wins_server()Andrew Bartlett1-1/+1
Jermey started this in 1997 with 0aa493cc0303aa4177f289b9e4c797c8fa180672 (avoiding the duplicate function makes it easier to generate the struct loadparm_globals). Andrew Bartlett
2011-07-01s3-net: use printing_migrate library, and eliminate duplicate code.Günther Deschner1-415/+6
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Jul 1 17:57:09 CEST 2011 on sn-devel-104
2011-06-30s3-printing: fill devicemode size in migrate_printer()David Disseldorp1-0/+1
Signed-off-by: Günther Deschner <gd@samba.org>