Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-22 | s3:net_rpc_join: make use of cli_state_remote_name() | Stefan Metzmacher | 1 | -3/+3 | |
metze | |||||
2011-07-22 | s3:net_rpc_join: use pipe_hnd->desthost instead of cli->desthost | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2011-07-22 | s3:net_rpc: make use of cli_state_remote_name() | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2011-07-22 | s3:net_rpc: use netr->desthost instead of cli->desthost | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2011-07-22 | s3:net_rap: make use of cli_state_remote_name() | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2011-07-22 | s3:net_rpc_printer: make use of cli_state_remote_sockaddr() | Stefan Metzmacher | 1 | -4/+8 | |
metze | |||||
2011-07-22 | s3:net_rpc: make use of cli_state_remote_sockaddr() | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2011-07-22 | s3:net_rpc_join: make use of cli_state_remote_sockaddr() | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2011-07-22 | s3:net_rpc_join: pass const sockaddr_storage to net_rpc_join_ok() | Stefan Metzmacher | 2 | -4/+6 | |
metze | |||||
2011-07-22 | s3:net_util: pass const sockaddr_storage to net_make_ipc_connection_ex() | Stefan Metzmacher | 2 | -2/+2 | |
metze | |||||
2011-07-22 | s3:net_util: add some const to sockaddr_storage | Stefan Metzmacher | 2 | -16/+16 | |
metze | |||||
2011-07-22 | s3:smbcquotas: pass down NULL instead of a zero sockaddr_storage | Stefan Metzmacher | 1 | -4/+1 | |
metze | |||||
2011-07-22 | s3:smbcacls: pass down NULL instead of a zero sockaddr_storage | Stefan Metzmacher | 1 | -4/+1 | |
metze | |||||
2011-07-22 | s3:net_time: expect const sockaddr_storage in cli_servertime() | Stefan Metzmacher | 1 | -2/+4 | |
We don't want to modify the value. metze | |||||
2011-07-22 | s3:smbtree: try to fix completely broken logic in get_workgroups() | Stefan Metzmacher | 1 | -15/+23 | |
metze | |||||
2011-07-21 | s3:utils fix a compiler warning | Christian Ambach | 1 | -0/+1 | |
fix a compiler warning about missing prototypes | |||||
2011-07-21 | s3:utils/net_afs fix compiler warnings | Christian Ambach | 1 | -2/+3 | |
2011-07-21 | s3:lib/afs fix the build with --with-fake-kaserver | Christian Ambach | 1 | -0/+2 | |
This fixes one piece of Bug #8263 | |||||
2011-07-20 | s3-libsmb: replace cli_read() with cli_read_old() | Björn Baumbach | 1 | -1/+1 | |
Will introduce new cli_read() function. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-07-20 | s3:libsmb: move cli->cnum to cli->smb1.tid and hide it behind ↵ | Stefan Metzmacher | 2 | -6/+6 | |
cli_state_[g|s]et_tid() metze | |||||
2011-07-15 | lsa: rename auth info argument in lsa_CreateTrustedDomainEx2 | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2011-07-15 | s3: Avoid leaking http_timestring in print_registry_key | Volker Lendecke | 1 | -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-08 | s3-param Remove lp_set_passdb_backend() | Andrew Bartlett | 1 | -1/+1 | |
2011-07-07 | s3:utils: avoid cli_nt_error()/cli_errstr() if we already have the status | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2011-07-07 | s3-printing: make sure to first migrate the printers then the security ↵ | Günther Deschner | 1 | -0/+12 | |
descriptor. Guenther Pair-Programmed-With: David Disseldorp <ddiss@suse.de> | |||||
2011-07-07 | s3-printing: remove spoolss pipe from migration library, only using winreg ↵ | Günther Deschner | 1 | -16/+2 | |
finally. Guenther Pair-Programmed-With: David Disseldorp <ddiss@suse.de> | |||||
2011-07-07 | s3:testparm: avoid spurious warnings about dos mode mapping and create mask ↵ | Gregor Beck | 1 | -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-06 | s3: make cli_resolve_path return NTSTATUS | Volker Lendecke | 1 | -2/+4 | |
This looks larger than it is. No parameters needed changing. | |||||
2011-07-04 | s3-printing: open up a winreg pipe handle for the migration code. | Günther Deschner | 1 | -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-02 | param: Finish conversion from lp_wins_support() -> lp_we_are_a_wins_server() | Andrew Bartlett | 1 | -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-01 | s3-net: use printing_migrate library, and eliminate duplicate code. | Günther Deschner | 1 | -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-30 | s3-printing: fill devicemode size in migrate_printer() | David Disseldorp | 1 | -0/+1 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-06-29 | param: Merge param headers into lib/param/loadparm.h | Andrew Bartlett | 2 | -0/+2 | |
This defines a common table format, so we can in future define a common table. Andrew Bartlett | |||||
2011-06-23 | s3-net: Bind our gettext results to 'unix charset' | Andrew Bartlett | 1 | -0/+10 | |
This ensures that the translations and any embedded strings are in the same charset. It won't be the one from the user's locale (we no longer auto-detect that), but it will be self-consistent. Thanks to Steve Langasek for pointing this function out! Andrew Bartlett | |||||
2011-06-20 | tdb_compat: Higher level API fixes. | Rusty Russell | 1 | -2/+2 | |
My previous patches fixed up all direct TDB callers, but there are a few utility functions and the db_context functions which are still using the old -1 / 0 return codes. It's clearer to fix up all the callers of these too, so everywhere is consistent: non-zero means an error. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> | |||||
2011-06-20 | tdb_compat: use tdb_firstkey_compat/tdb_nextkey_compat everywhere. | Rusty Russell | 1 | -6/+6 | |
Note that tdb_nextkey_compat frees the old key for us. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> | |||||
2011-06-20 | tdb_traverse/tdb_traverse_read: check returns for negative, not -1. | Rusty Russell | 3 | -4/+4 | |
TDB2 returns a negative error number on failure. This is compatible if we always check for < 0 instead of == -1. Also, there's no tdb_traverse_read in TDB2: we don't try to make traverse reliable any more, so there are no write locks anyway. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> | |||||
2011-06-20 | tdb_fetch_compat: use instead of tdb_fetch. | Rusty Russell | 1 | -2/+2 | |
This is a noop for tdb1. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> | |||||
2011-06-15 | s3:utils/net_*registry: use c99 initializers which are supported by old gcc ↵ | Stefan Metzmacher | 2 | -4/+8 | |
2.95 compilers (bug #8226) metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Jun 15 03:48:41 CEST 2011 on sn-devel-104 | |||||
2011-06-14 | s3-utils: fix crash in net cache get | Christian Ambach | 1 | -1/+1 | |
free the blob correctly Autobuild-User: Christian Ambach <ambi@samba.org> Autobuild-Date: Tue Jun 14 12:01:59 CEST 2011 on sn-devel-104 | |||||
2011-06-10 | s3:net conf addshare: do not stat-check the share path. | Michael Adam | 1 | -17/+0 | |
Allow paths with % macros and paths that do not (yet...) exist. Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Fri Jun 10 17:38:07 CEST 2011 on sn-devel-104 | |||||
2011-06-09 | s3-param Remove special case for global_myname(), rename to lp_netbios_name() | Andrew Bartlett | 12 | -42/+42 | |
There is no reason this can't be a normal constant string in the loadparm system, now that we have lp_set_cmdline() to handle overrides correctly. Andrew Bartlett | |||||
2011-06-09 | s3-param Remove special case for global_scope() | Andrew Bartlett | 1 | -1/+1 | |
There is no reason this can't be a normal constant string in the loadparm system. (Past reasons were that we didn't have lp_set_cmdline()) Andrew Bartlett | |||||
2011-06-09 | lib/util Bring procid_str() into lib/util as server_id_string() | Andrew Bartlett | 3 | -10/+10 | |
This is needed for OpenChange, which prints Samba struct server_id values in debug messages. Andrew Bartlett | |||||
2011-06-09 | s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array() | Andrew Bartlett | 3 | -5/+5 | |
Using the standard macro makes it easier to move code into common, as TALLOC_ZERO_ARRAY isn't standard talloc. | |||||
2011-06-09 | s3-talloc Change TALLOC_ZERO_P() to talloc_zero() | Andrew Bartlett | 2 | -4/+4 | |
Using the standard macro makes it easier to move code into common, as TALLOC_ZERO_P isn't standard talloc. | |||||
2011-06-09 | s3-talloc Change TALLOC_P() to talloc() | Andrew Bartlett | 3 | -4/+4 | |
Using the standard macro makes it easier to move code into common, as TALLOC_P isn't standard talloc. | |||||
2011-06-09 | s3-talloc Change TALLOC_ARRAY() to talloc_array() | Andrew Bartlett | 3 | -7/+7 | |
Using the standard macro makes it easier to move code into common, as TALLOC_ARRAY isn't standard talloc. | |||||
2011-06-09 | s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc() | Andrew Bartlett | 1 | -1/+1 | |
Using the standard macro makes it easier to move code into common, as TALLOC_REALLOC_ARRAY isn't standard talloc. Andrew Bartlett | |||||
2011-06-05 | s3: Make use of name_resolve_bcast in nmblookup | Volker Lendecke | 1 | -21/+3 | |