summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* krb5: Require krb5_set_real_time is available to build with krb5Andrew Bartlett2012-01-104-25/+12
|
* krb5: Require krb5_principal_compare_any_realm be available to build with krb5Andrew Bartlett2012-01-102-0/+9
|
* krb5: Require krb5_get_renewed_creds be available to build with krb5Andrew Bartlett2012-01-103-51/+14
|
* krb5: Remove now unused checks for krb5_verify_checksumAndrew Bartlett2012-01-101-10/+0
|
* krb5: Require krb5_get_init_creds_opt_alloc/free for build with krb5Andrew Bartlett2012-01-103-29/+18
| | | | | | This also assumes the modern API with a krb5_context argument. Andrew Bartlett
* krb5: Require krb5_fwd_tgt_creds to be available to build with krb5Andrew Bartlett2012-01-103-3/+12
|
* krb5: Require krb5_get_host_realm and krb5_free_host_realm be available to ↵Andrew Bartlett2012-01-103-4/+18
| | | | build with krb5
* krb5: Require krb5_c_verify_checksum is available to build with krb5Andrew Bartlett2012-01-102-16/+5
|
* krb5: Require krb5_c_enctype_compare is available to build with krb5Andrew Bartlett2012-01-103-6/+9
|
* samba: check for AES encryption type defines.Günther Deschner2012-01-102-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
* s3-aio_pthread: Fix the buildVolker Lendecke2012-01-101-1/+1
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Jan 10 11:54:01 CET 2012 on sn-devel-104
* s3-aio_pthread: Make "pd_list" staticVolker Lendecke2012-01-101-1/+1
|
* s3: Remove an unused labelVolker Lendecke2012-01-091-3/+0
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Jan 9 23:07:32 CET 2012 on sn-devel-104
* s3-waf: rpcclient does not need libads.so.Günther Deschner2012-01-091-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
* s3-passdb: remove a forward declaration.Günther Deschner2012-01-091-7/+6
| | | | Guenther
* s3-libads: pretty print a keytab list.Günther Deschner2012-01-091-2/+2
| | | | Guenther
* s3-pdbtest: only test trusted domains when pdb backends offers trusted ↵Günther Deschner2012-01-091-74/+89
| | | | | | domain support. Guenther
* s3-libads: fix malloc/talloc mismatch in ads_keytab_verify_ticket().Günther Deschner2012-01-091-1/+1
| | | | Guenther
* s3-build: Remove unused hooks to set smbtorture4 and test argsAndrew Bartlett2012-01-093-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
* s3-libsmb: Do not look up FQDN or use host/ for krb5 encrypted CIFSAndrew Bartlett2012-01-091-12/+1
| | | | | | | | | | | | This is important, as we want to use exactly the same name and ticket that the libsmb session setup code used, so we do not hit the KDC twice. For the session setup to have succeded using the default 'client use spnego principal = no', the cifs/ principal must exist anyway, so looking for host/ is pointless. The case of 'client use spnego principal = yes' was never supported here. Andrew Bartlett
* s3-sefltest Make krb5 tests contain the word krb5Andrew Bartlett2012-01-091-3/+3
|
* s3-selftst Add encrypted CIFS testing with kerberosAndrew Bartlett2012-01-091-9/+11
|
* s3-libsmb: match the rest of Samba3 in kerberos name selection in smb sealingAndrew Bartlett2012-01-091-17/+16
| | | | | | | This mirrors 860ad734ba77238d187520f72afcbdc1c73d94ef which in turn mirrors the behaviour of the libsmb client code at session setup time. Andrew Bartlett
* s3-selftest: Add test for smbclient kerberos supportAndrew Bartlett2012-01-092-0/+31
|
* s3-build SMBTORTRUE4 variable is unused in make testAndrew Bartlett2012-01-091-2/+0
|
* s3-build SAMBA4SHAREDIR is unused in make testAndrew Bartlett2012-01-091-1/+1
|
* s3-build: smbtorture4 can be built regardless of use_adsAndrew Bartlett2012-01-091-4/+0
|
* s3-selftest: remove smb4torture_possible and add have_ads_supportAndrew Bartlett2012-01-091-41/+58
| | | | | | | | | | The smb4torture_possible check has already been hidden in plansmbtorturetestsuite to reduce extra complexity and indentation. The have_ads_support check will allow ADS tests to be run when we do not have the ability to run smbtorture4 Andrew Bartlett
* s3-selftest Hide smb4torture_possible inside plansmbtorturetestsuite()Andrew Bartlett2012-01-091-5/+7
|
* Remove the commented out code.Jeremy Allison2012-01-061-52/+1
|
* Comment out sys_get_number_of_cores() as we're no longer using this.Jeremy Allison2012-01-062-0/+4
|
* Add "aio num threads" parameter to allow manual configuration ofJeremy Allison2012-01-061-16/+15
| | | | | threads via smb.conf if required. Ignore the number of cores. See comments inline.
* Fix format warning message.Jeremy Allison2012-01-061-1/+1
|
* s3: Avoid a potential alignment requirement issueVolker Lendecke2012-01-061-6/+5
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Jan 6 18:58:11 CET 2012 on sn-devel-104
* s3: Avoid a potential alignment requirement issueVolker Lendecke2012-01-061-3/+2
|
* s3: Use DELETE_ON_CLOSE instead of unlinkVolker Lendecke2012-01-061-7/+6
|
* s3-ntlmssp Remove unused ntlmssp_set_hashes() and do not set an invalid LM hashAndrew Bartlett2012-01-062-30/+21
| | | | | | | | | | | | | | When E_deshash() returns false, it indicates that the password is either > 14 chars in length, or could not be represented as an LM hash value for some other reason. In this case, we should not regard the LM hash being missing as an error or a no-password situation. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Jan 6 14:59:13 CET 2012 on sn-devel-104
* ntlmssp: merge initial packet implementationsAndrew Bartlett2012-01-061-8/+21
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-winbindd: convert cached credentials to use auth_generic/gensec for NTLMSSPAndrew Bartlett2012-01-061-33/+46
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-torture convert smb2 test to use auth_generic/gensec for NTLMSSPAndrew Bartlett2012-01-061-67/+101
| | | | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Jan 6 12:09:12 CET 2012 on sn-devel-104
* s3:SMB2-SESSION-RECONNECT: also expect NETWORK_NAME_DELETED is signing isn't ↵Stefan Metzmacher2012-01-061-1/+2
| | | | | | used metze
* s3-libads Use NTLMSSP via auth_generic/gensecAndrew Bartlett2012-01-061-90/+79
| | | | | | | | | This allows us to use the shared gensec_wrap() implementation already used by the smb sealing code, as well as making this code more generic. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-libsmb Make auth_ntlmssp client more genericAndrew Bartlett2012-01-065-55/+81
| | | | | | | | | As well as renaming, this allows us to start the mech by DCE/RPC auth type or OID. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-libsmb Use gensec_settings to set s3 ntlmssp client backendAndrew Bartlett2012-01-061-2/+10
| | | | | | This prepares us for making the code generic to multiple mechansims Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-auth Rename make_auth_ntlmssp() -> make_auth_gensec()Andrew Bartlett2012-01-061-5/+5
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* Add a sys_get_number_of_cores() function that calls sysconf or sysctlJeremy Allison2012-01-065-4/+66
| | | | and tunes the aio threads.
* Fix bug #8687 - net memberships usage info is wrongJeremy Allison2012-01-061-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
* Fix the local-memcache test for 64-bitVolker Lendecke2012-01-051-1/+1
| | | | | | | | | The memcache test walks the purge functionality. The maximum memcache size also takes all memcache internal headers into account. Those headers contain pointers, so on 64-bit they take more space... Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Jan 5 22:01:00 CET 2012 on sn-devel-104
* s3: Run the CLEANUP2 testVolker Lendecke2012-01-051-0/+1
|
* s3: Add a test for proper brlock cleanupVolker Lendecke2012-01-053-0/+89
| | | | | | | | We need to improve the server here. Maybe we should validate the brlock entry whenever we detect a read/write being blocked from locking? This is not our hot code path anyway, and it would gain us significant robustness. The code might become quite a bit simpler as well.