Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-24 | s3-ntlm_auth: Convert ntlm_auth to use gensec_ntlmssp server-side | Andrew Bartlett | 1 | -99/+327 | |
This uses the common gensec_ntlmssp server code for ntlm_auth, removing the last non-gensec use of the NTLMSSP server. Andrew Bartlett | |||||
2012-02-23 | s3-utils: Remove unused connect_to_ipc_krb5() | Andrew Bartlett | 2 | -57/+0 | |
Found by callcatcher. Andrew Bartlett | |||||
2012-02-20 | s3-ntlm_auth: allow ntlm_auth --diagnostics to pass again | Andrew Bartlett | 3 | -8/+12 | |
This still requires that the server permit LM passwords, but our s3dc test environment has this enabled. Andrew Bartlett | |||||
2012-02-16 | Rename obscure defined constants. | Christopher R. Hertel (crh) | 1 | -2/+2 | |
Replaced the undescriptive SMB_PORT1 and SMB_PORT2 defined constants with the slightly more descriptive names NBT_SMB_PORT and TCP_SMB_PORT. Also replaced several hard-coded references to the well-known port numbers (139 and 445, respectively) as appropriate. Small changes to clarify some comments regarding the two transport types. Signed-off-by: Simo Sorce <idra@samba.org> Autobuild-User: Simo Sorce <idra@samba.org> Autobuild-Date: Thu Feb 16 08:29:41 CET 2012 on sn-devel-104 | |||||
2012-02-09 | s3-net: Don't use an internal krb5 for kdc lookup. | Andreas Schneider | 1 | -19/+23 | |
This replaces the use of the internal krb5_locate_kdc() function with our own get_kdc_list() function. Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2012-02-03 | Only ask for specific permissions required when setting an ACL. | Jeremy Allison | 1 | -3/+12 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Feb 3 03:07:33 CET 2012 on sn-devel-104 | |||||
2012-01-31 | s3:net ads join: remove a useless empty comment block | Michael Adam | 1 | -2/+1 | |
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Tue Jan 31 18:37:45 CET 2012 on sn-devel-104 | |||||
2012-01-31 | s3:net ads join: add a comment for the call to _net_ads_join_dns_update() | Michael Adam | 1 | -0/+5 | |
2012-01-31 | s3:net ads join: reduce indentation in _net_ads_join_dns_updates() | Michael Adam | 1 | -46/+47 | |
2012-01-31 | s3:net ads join: move dns update code out to new function ↵ | Michael Adam | 1 | -77/+84 | |
_net_ads_join_dns_updates() | |||||
2012-01-31 | s3:net ads join: improve comment for dns update block | Michael Adam | 1 | -4/+4 | |
2012-01-31 | s3:net ads join: improve status evaluation for call to net_update_dns() | Michael Adam | 1 | -2/+5 | |
untangle assignment from check and log error code in message if failed. | |||||
2012-01-31 | s3:net ads join: interpret return code of ads_kinit_password() in dns update ↵ | Michael Adam | 1 | -1/+8 | |
block If failed, print according error message and skip the attempt to do dns update. | |||||
2012-01-31 | s3:net ads join: check for malloc success and react accordingly in dns ↵ | Michael Adam | 1 | -0/+5 | |
update block | |||||
2012-01-31 | s3:net ads join: check for success of fetching machine password in dns ↵ | Michael Adam | 1 | -0/+5 | |
update block log and cleanup accordingly if failed | |||||
2012-01-31 | s3:net ads join: untangle assignment from check, fix return code and improve ↵ | Michael Adam | 1 | -2/+8 | |
error logging only the dns update failed, not the join. Also do proper memory cleanup | |||||
2012-01-31 | s3:net ads join: reduce indentation and improve logging in the dns update ↵ | Michael Adam | 1 | -13/+17 | |
code block by doing an early goto done upon error condition | |||||
2012-01-31 | s3:net ads join: untangle assignment from check. | Michael Adam | 1 | -1/+2 | |
2012-01-31 | s3:net registry: fix a copy and paste error in a help text | Michael Adam | 1 | -2/+2 | |
2012-01-24 | s3: Remove a typedef | Volker Lendecke | 1 | -3/+3 | |
We have it in README.Coding to avoid typedef for structs, but I think it also applies to enums. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Jan 24 22:45:50 CET 2012 on sn-devel-104 | |||||
2012-01-24 | s3: Remove a typedef | Volker Lendecke | 1 | -3/+3 | |
2012-01-18 | s3-librpc: pass struct ndr_interface_table down to ↵ | Andrew Bartlett | 1 | -1/+1 | |
cli_pipe_open_generic/spnego() This allows the target service (as determined from the IDL) to be passed to GSSAPI (rather than the current, incorrect, "cifs"). Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-01-18 | s3-utils/net: pass struct ndr_interface_table down | Andrew Bartlett | 13 | -138/+137 | |
This will allow the target service (as determined from the IDL) to be passed to GSSAPI (rather than the current, incorrect, "cifs"). Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-01-18 | s3-build: Rework object lists to allow gse gensec module | Andrew Bartlett | 1 | -39/+0 | |
This also allows the spnego_parse_krb5_wrap() function to be shared. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-01-18 | s3: Add a "lock_order" argument to db_open | Volker Lendecke | 6 | -10/+20 | |
This will be used to enforce a lock hierarchy between the databases. We have seen deadlocks between locking.tdb, brlock.tdb, serverid.tdb and notify*.tdb. These should be fixed by refusing a dbwrap_fetch_locked that does not follow a defined lock hierarchy. | |||||
2012-01-17 | s3:smbcontrol: avoid using messaging_event_context() | Stefan Metzmacher | 1 | -10/+7 | |
metze | |||||
2012-01-17 | s3:smbcontrol: pass tevent_context down to wait_replies() | Stefan Metzmacher | 1 | -10/+11 | |
metze | |||||
2012-01-17 | s3:smbcontrol: pass tevent_context down to subcommands | Stefan Metzmacher | 1 | -38/+69 | |
metze | |||||
2012-01-12 | s3: Put an indirection layer into share_mode_lock | Volker Lendecke | 1 | -3/+5 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2012-01-11 | s3-librpc Rename and rework cli_rpc_pipe_open_ntlmssp() to be generic | Andrew Bartlett | 1 | -1/+3 | |
This also includes renaming the helper function rpccli_ntlmssp_bind_data, and allows this function to operate on any gensec-supplied auth type. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-01-06 | Fix bug #8687 - net memberships usage info is wrong | Jeremy Allison | 1 | -1/+1 | |
Typo in usage. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Jan 6 00:30:20 CET 2012 on sn-devel-104 | |||||
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 |