Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-19 | s3-net: Fix the return codes. 0 on success, -1 on failure | Amitay Isaacs | 1 | -2/+2 | |
Autobuild-User: Amitay Isaacs <amitay@samba.org> Autobuild-Date: Mon Dec 19 01:57:24 CET 2011 on sn-devel-104 | |||||
2011-12-13 | s3:smbcontrol: remove unused "samsync" and "samrepl" commands | Stefan Metzmacher | 1 | -30/+0 | |
metze | |||||
2011-12-12 | s3: Remove a bunch of calls to procid_self() | Volker Lendecke | 7 | -10/+8 | |
All callers to messaging_[re]init only used procid_self() | |||||
2011-12-06 | s3:net registry check: replace rawmemchr by functionally equivalent portable ↵ | Michael Adam | 1 | -2/+2 | |
strchr rawmemchr is glibc only - not portable. Remarked by Ira Cooper. Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Tue Dec 6 12:20:48 CET 2011 on sn-devel-104 | |||||
2011-12-06 | Revert "Remove rawmemchr calls - found by Ira Cooper. These are ↵ | Michael Adam | 1 | -4/+3 | |
glibc-specific calls, makes us completely non-portable." This reverts commit 82b1702284ba2bb61b23e1f14ce9145d896c36c0. This is not functionally equivalent, needs to be done differently. | |||||
2011-12-03 | Move the callers that need to use the new cli_open() back to calling | Jeremy Allison | 1 | -2/+2 | |
it from cli_openx(). | |||||
2011-12-03 | Rename cli_open -> cli_openx. Prelude to replacing generic cli_open() | Jeremy Allison | 1 | -2/+2 | |
with a call that uses NTCreateX in preference to OpenAndX. | |||||
2011-12-03 | lib/util: factor out tdb_data_is_empty | Gregor Beck | 2 | -14/+7 | |
Signed-off-by: Michael Adam <obnox@samba.org> Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Sat Dec 3 05:20:30 CET 2011 on sn-devel-104 | |||||
2011-12-03 | s3:net: adapt idmap check to new dbwrap_fetch behavior not to return success ↵ | Gregor Beck | 1 | -6/+2 | |
if not found Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-12-02 | s3: Use autogenerated open_files.idl | Volker Lendecke | 1 | -0/+1 | |
2011-11-29 | s3:net registry check: adapt to new semantic of dbwrap_fetch with rbt | Gregor Beck | 1 | -6/+6 | |
Signed-off-by: Michael Adam <obnox@samba.org> Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Tue Nov 29 19:53:30 CET 2011 on sn-devel-104 | |||||
2011-11-29 | s3:net registry check: adapt to new semantic of dbwrap_fetch | Gregor Beck | 1 | -10/+13 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-11-29 | s3:net registry check: handle missing version info | Gregor Beck | 1 | -0/+36 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-11-29 | s3:dbwrap_torture: code cleanup | Gregor Beck | 1 | -3/+3 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-11-25 | s3:net registry check: improve console output | Gregor Beck | 1 | -7/+4 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-11-24 | s3:utils: make use of cli_tree_connect() | Stefan Metzmacher | 2 | -4/+4 | |
metze | |||||
2011-11-18 | Remove rawmemchr calls - found by Ira Cooper. These are glibc-specific ↵ | Jeremy Allison | 1 | -3/+4 | |
calls, makes us completely non-portable. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Nov 18 23:50:50 CET 2011 on sn-devel-104 | |||||
2011-11-17 | s3-net Do not look for a local SID when we are a DC | Andrew Bartlett | 1 | -7/+8 | |
If we are actually a DC, then the only SID we have is the domain SID, and looking for it under the local name fails if we are a Samba4 AD DC. Andrew Bartlett | |||||
2011-11-16 | s3-smbldap: extend smbldap_init() with binddn/bindsecret arguments. | Günther Deschner | 1 | -1/+16 | |
Guenther | |||||
2011-11-16 | s3-net: use better state variable name for smbldap_state. | Günther Deschner | 1 | -9/+9 | |
Guenther | |||||
2011-11-16 | s3-passdb: split out passdb/pdb_ldap_schema.c | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-11-16 | s3: move smbldap_util to pdb_ldap_util. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-11-03 | s3:utils: s/Undefined/SMB_SIGNING_DEFAULT/ | Stefan Metzmacher | 5 | -7/+9 | |
metze | |||||
2011-11-03 | s3-utils: net - Fix one error/usage message | Björn Baumbach | 1 | -1/+1 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-10-31 | s3: fix typo in net ads join output | David Disseldorp | 1 | -1/+1 | |
Space missing from "DNS update in aclustered setup". Autobuild-User: David Disseldorp <ddiss@samba.org> Autobuild-Date: Mon Oct 31 16:01:35 CET 2011 on sn-devel-104 | |||||
2011-10-28 | s3-net: Make sure to always re-use the "good" dc for the DNS updates as well. | Günther Deschner | 1 | -1/+1 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Oct 28 19:13:49 CEST 2011 on sn-devel-104 | |||||
2011-10-26 | s3-util: dbwrap_tool: fix fetch_string function | Björn Baumbach | 1 | -1/+1 | |
We do not want truncated strings. Signed-off-by: Michael Adam <obnox@samba.org> Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Wed Oct 26 04:17:05 CEST 2011 on sn-devel-104 | |||||
2011-10-26 | s3:net registry check: fix a case where automatic and read only mode take ↵ | Gregor Beck | 1 | -3/+5 | |
the wrong action Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-10-26 | s3:net registry check: do not silently replace separators | Gregor Beck | 1 | -2/+3 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-10-18 | s3-util: dbwrap_tool: add fetch fuctions for hex and string | Björn Baumbach | 1 | -0/+61 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-10-18 | s3-util: dbwrap_tool: add store hex function | Björn Baumbach | 1 | -3/+43 | |
Allows the user to store hex blobs in a tdb. Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-10-18 | ntlmssp: Move ntlmssp code to auth/ntlmssp | Andrew Bartlett | 1 | -1/+1 | |
This brings in the code from both libcli/auth and source4/auth/ntlmssp. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-10-14 | Remove unused function. | Jeremy Allison | 1 | -18/+0 | |
2011-10-14 | s3-net: Fix uninitialized variable in rpc_conf_import_internal(). | Günther Deschner | 1 | -1/+1 | |
Michael, please check. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Oct 14 19:25:47 CEST 2011 on sn-devel-104 | |||||
2011-10-14 | s3:net registry: fix segfault when net registry is called without subcommands... | Michael Adam | 1 | -0/+1 | |
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Fri Oct 14 17:51:53 CEST 2011 on sn-devel-104 | |||||
2011-10-14 | s3-utils: add capabilities to dbwrap_tool | Björn Baumbach | 1 | -17/+38 | |
Make it possible to work with strings in addition to int32 and uint32. Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-10-12 | s3:smbcacls: fix violation of coding conventions | Gregor Beck | 1 | -1/+2 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-10-12 | s3:net: avoid unnecessary initialization of the registry. | Gregor Beck | 1 | -2/+7 | |
This allows for using help without having access to the registry and prevents update code to run if only a readonly check is to be performed. Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-10-12 | s3:net: add command registry check | Gregor Beck | 5 | -0/+1430 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-10-12 | s3:net: factor out interact_edit() | Gregor Beck | 3 | -93/+163 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-10-12 | s3:smbcacls: make get_domain_sid() static | Michael Adam | 1 | -1/+1 | |
2011-10-12 | s3-group-mapping: Remove fstrings from GROUP_MAP. | Simo Sorce | 3 | -116/+191 | |
Signed-off-by: Andreas Schneider <asn@samba.org> Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Oct 12 19:28:12 CEST 2011 on sn-devel-104 | |||||
2011-10-12 | s3:smbcacls fix leaking talloc stackframce on tcon failure | Gregor Beck | 1 | -2/+4 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-10-12 | s3:smbcacls fix possible SEGFAULT | Gregor Beck | 1 | -10/+14 | |
sddl_encode returns NULL on failure Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-10-12 | s3:smbcacls add option domain-sid | Gregor Beck | 1 | -5/+16 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-10-12 | s3:smbcacls get_domain_sid for sddl parsing/formating from lsarpc | Gregor Beck | 1 | -2/+72 | |
get_global_sid panics if we are not root and may give the wrong answer anyway. Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-10-12 | s3:smbcacls pretty print acl control field | Gregor Beck | 1 | -1/+43 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-10-11 | s3:dbwrap: change dbwrap_store_int32() to NTSTATUS return type | Michael Adam | 1 | -6/+10 | |
for consistency and better error propagation | |||||
2011-10-11 | s3:dbwrap: change dbwrap_fetch_uint32() to NTSTATUS return type (instead of ↵ | Michael Adam | 2 | -8/+12 | |
bool) for consistency and better error propagation | |||||
2011-10-11 | s3:dbwrap: convert dbwrap_fetch_int32() to NTSTATUS return code | Michael Adam | 1 | -1/+7 | |
Return the int32 value retrieved from the db by reference. Before this, return value "-1" was used as a error indication, but it could also be a valid value from the database. |