Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-13 | s3-autoconf: fix the build of the pdb_ldap shared module in autoconf build ↵ | Günther Deschner | 2 | -5/+4 | |
as well. Guenther | |||||
2012-01-13 | s3-waf: fix compile of pdb_ldap as shared module by moving ldap schema ↵ | Günther Deschner | 2 | -2/+3 | |
helpers to libpdb.so These helpers are used in other parts of Samba as well (like in idmap and in the net provision code). Guenther | |||||
2012-01-13 | s3-waf: also check for gsskrb5_extract_authz_data_from_sec_context() during | Günther Deschner | 1 | -1/+2 | |
configure. Guenther | |||||
2012-01-13 | s3:build: add auth/gensec/spnego.o | Stefan Metzmacher | 2 | -5/+9 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Jan 13 06:32:30 CET 2012 on sn-devel-104 | |||||
2012-01-13 | s3-selftest The krb5 encrypted CIFS test was wrong | Andrew Bartlett | 1 | -1/+1 | |
Sadly this fails in the test environement for now. It needs a /etc/krb5.keytab which we do not provide. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Jan 13 04:57:22 CET 2012 on sn-devel-104 | |||||
2012-01-13 | Add comments to all functions (to help me understand it better). | Jeremy Allison | 2 | -0/+32 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Jan 13 01:35:03 CET 2012 on sn-devel-104 | |||||
2012-01-12 | s3: Fix nested get_share_mode_lock calls | Volker Lendecke | 1 | -5/+57 | |
This forces us to only do one real get_share_mode_lock call and share the data between the nested get_share_mode_lock calls. Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2012-01-12 | s3: Move the share_mode_lock handling to its own file | Volker Lendecke | 4 | -417/+465 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2012-01-12 | s3: Put an indirection layer into share_mode_lock | Volker Lendecke | 9 | -173/+193 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2012-01-12 | s3: Introduce get_share_mode_lock_fresh() | Volker Lendecke | 7 | -41/+40 | |
This slightly simplifies the code path for all callers which assume that a share mode exists already. Only the callers in open_file_ntcreate and open_directory will ever create new share modes. Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2012-01-12 | s3: Replace fill_share_mode_lock() | Volker Lendecke | 1 | -84/+67 | |
This replaces fill_share_mode_lock() with the two routines fresh_share_mode_lock() and parse_share_modes(). This lifts the decision whether a share mode already existed on level up. Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2012-01-12 | s3-waf: auth_netlogond depends on tldap. | Andreas Schneider | 1 | -0/+1 | |
Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Thu Jan 12 17:33:10 CET 2012 on sn-devel-104 | |||||
2012-01-12 | s3-waf: link SECRETS3 only against samba3util. | Andreas Schneider | 1 | -1/+1 | |
2012-01-12 | s3-waf: Create a smaller samba3util subsystem. | Andreas Schneider | 1 | -7/+18 | |
2012-01-12 | s3: Split a line with 1 statements | Volker Lendecke | 1 | -1/+2 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Jan 12 13:10:19 CET 2012 on sn-devel-104 | |||||
2012-01-12 | s3:smbd: explicitly ask for GENSEC_FEATURE_UNIX_TOKEN | Stefan Metzmacher | 2 | -0/+6 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Jan 12 11:22:53 CET 2012 on sn-devel-104 | |||||
2012-01-12 | Ensure we always free aio_ex on all error paths by moving the TALLOC_FREE | Jeremy Allison | 3 | -3/+4 | |
call out of smbd_aio_complete_aio_ex() and into the caller. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Jan 12 03:10:52 CET 2012 on sn-devel-104 | |||||
2012-01-11 | First part of fix for bug #8673 - NT ACL issue. | Jeremy Allison | 1 | -18/+31 | |
Simplify the logic in the unlink/rmdir calls - makes it readable (and correct). | |||||
2012-01-11 | s3-rpcclient: add deldriverex flags argument | David Disseldorp | 1 | -7/+7 | |
The spoolss DeletePrinterDriverEx command offers three flags for controlling how associated files and other versions of the driver are effected: DPD_DELETE_UNUSED_FILES (1), DPD_DELETE_SPECIFIC_VERSION (2) and DPD_DELETE_ALL_FILES (4). This commit adds an optional numeric flags argument to the rpcclient deldriverex command. Signed-off-by: David Disseldorp <ddiss@samba.org> Signed-off-by: Andreas Schneider <asn@samba.org> Autobuild-User: David Disseldorp <ddiss@samba.org> Autobuild-Date: Wed Jan 11 14:39:35 CET 2012 on sn-devel-104 | |||||
2012-01-11 | spoolss: fix DPD_DELETE_ALL_FILES error return | David Disseldorp | 1 | -2/+1 | |
If DeletePrinterDriverEx is called with DPD_DELETE_ALL_FILES and files assigned to the to-be-deleted driver overlap with other drivers then an error is returned. Change the error code here to match Windows 2k8r2. Signed-off-by: David Disseldorp <ddiss@samba.org> Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2012-01-11 | s3-librpc Supply target service and server to spnego_generic_init_client() | Andrew Bartlett | 3 | -0/+19 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-01-11 | s3-librpc: Rename spnego_ntlmssp_init_client and make generic | Andrew Bartlett | 3 | -5/+17 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-01-11 | s3-libsmb: split out auth_generic client functions into auth_generic.c | Andrew Bartlett | 5 | -129/+164 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-01-11 | s3-librpc: rename get_ntlmssp_auth_footer to be more generic | Andrew Bartlett | 1 | -5/+5 | |
This can handle any gensec auth type now. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-01-11 | s3-librpc Set target service and server into gensec | Andrew Bartlett | 1 | -0/+10 | |
This will allow cli_rpc_pipe_open_generic_auth() to handle kerberos mechanisms. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-01-11 | s3-librpc Rename and rework cli_rpc_pipe_open_ntlmssp() to be generic | Andrew Bartlett | 5 | -48/+61 | |
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-11 | s3-librpc Rename create_ntlmssp_auth_rpc_bind_req() to be more generic | Andrew Bartlett | 1 | -6/+3 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-01-11 | gensec: move gensec_util.c to the top level | Andrew Bartlett | 1 | -0/+1 | |
To do this some defines need to move to common_auth.h Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-01-11 | s3-librpc Return user principal name on supplied mem_ctx | Andrew Bartlett | 1 | -3/+3 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-01-10 | krb5: Require gss_get_name_attribute or Heimdal's PAC parsing to build with krb5 | Andrew Bartlett | 2 | -0/+21 | |
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Jan 10 23:23:07 CET 2012 on sn-devel-104 | |||||
2012-01-10 | krb5: Require krb5_string_to_key be available to build with krb5 | Andrew Bartlett | 2 | -0/+9 | |
2012-01-10 | krb5: Require krb5_set_real_time is available to build with krb5 | Andrew Bartlett | 4 | -25/+12 | |
2012-01-10 | krb5: Require krb5_principal_compare_any_realm be available to build with krb5 | Andrew Bartlett | 2 | -0/+9 | |
2012-01-10 | krb5: Require krb5_get_renewed_creds be available to build with krb5 | Andrew Bartlett | 3 | -51/+14 | |
2012-01-10 | krb5: Remove now unused checks for krb5_verify_checksum | Andrew Bartlett | 1 | -10/+0 | |
2012-01-10 | krb5: Require krb5_get_init_creds_opt_alloc/free for build with krb5 | Andrew Bartlett | 3 | -29/+18 | |
This also assumes the modern API with a krb5_context argument. Andrew Bartlett | |||||
2012-01-10 | krb5: Require krb5_fwd_tgt_creds to be available to build with krb5 | Andrew Bartlett | 3 | -3/+12 | |
2012-01-10 | krb5: Require krb5_get_host_realm and krb5_free_host_realm be available to ↵ | Andrew Bartlett | 3 | -4/+18 | |
build with krb5 | |||||
2012-01-10 | krb5: Require krb5_c_verify_checksum is available to build with krb5 | Andrew Bartlett | 2 | -16/+5 | |
2012-01-10 | krb5: Require krb5_c_enctype_compare is available to build with krb5 | Andrew Bartlett | 3 | -6/+9 | |
2012-01-10 | samba: check for AES encryption type defines. | Günther Deschner | 2 | -0/+23 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Jan 10 15:05:38 CET 2012 on sn-devel-104 | |||||
2012-01-10 | s3-aio_pthread: Fix the build | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Jan 10 11:54:01 CET 2012 on sn-devel-104 | |||||
2012-01-10 | s3-aio_pthread: Make "pd_list" static | Volker Lendecke | 1 | -1/+1 | |
2012-01-09 | s3: Remove an unused label | Volker Lendecke | 1 | -3/+0 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Jan 9 23:07:32 CET 2012 on sn-devel-104 | |||||
2012-01-09 | s3-waf: rpcclient does not need libads.so. | Günther Deschner | 1 | -1/+1 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Jan 9 12:06:06 CET 2012 on sn-devel-104 | |||||
2012-01-09 | s3-passdb: remove a forward declaration. | Günther Deschner | 1 | -7/+6 | |
Guenther | |||||
2012-01-09 | s3-libads: pretty print a keytab list. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2012-01-09 | s3-pdbtest: only test trusted domains when pdb backends offers trusted ↵ | Günther Deschner | 1 | -74/+89 | |
domain support. Guenther | |||||
2012-01-09 | s3-libads: fix malloc/talloc mismatch in ads_keytab_verify_ticket(). | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2012-01-09 | s3-build: Remove unused hooks to set smbtorture4 and test args | Andrew Bartlett | 3 | -70/+0 | |
These were left around after the selftest.pl script was introduced. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Mon Jan 9 06:13:21 CET 2012 on sn-devel-104 |