Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-10 | krb5: Require krb5_get_renewed_creds be available to build with krb5 | Andrew Bartlett | 4 | -52/+14 | |
2012-01-10 | krb5: Remove now unused checks for krb5_verify_checksum | Andrew Bartlett | 2 | -12/+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 | 3 | -79/+25 | |
2012-01-10 | krb5: Require krb5_c_enctype_compare is available to build with krb5 | Andrew Bartlett | 4 | -7/+9 | |
2012-01-10 | s4:provision: add "+dns" to server services if the dns backend is SAMBA_INTERNAL | Michael Adam | 1 | -2/+7 | |
Signed-off-by: Kai Blin <kai@samba.org> Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Tue Jan 10 21:17:45 CET 2012 on sn-devel-104 | |||||
2012-01-10 | s4:provision: add a server services line to the smb.conf template for the dc | Michael Adam | 1 | -0/+2 | |
Signed-off-by: Kai Blin <kai@samba.org> | |||||
2012-01-10 | s4:provision: add the possibility to provision "server services" in smb.conf | Michael Adam | 1 | -2/+9 | |
Signed-off-by: Kai Blin <kai@samba.org> | |||||
2012-01-10 | s4:provision: improve a message | Michael Adam | 1 | -1/+1 | |
Signed-off-by: Kai Blin <kai@samba.org> | |||||
2012-01-10 | samba: check for AES encryption type defines. | Günther Deschner | 3 | -0/+25 | |
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 | talloc/testsuite: fix compiler warnings | Stefan Metzmacher | 1 | -1/+2 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Jan 10 13:31:33 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-10 | s4:python tests __init__.py - do not depend on "subprocess.check_call()" | Matthias Dieter Wallnöfer | 1 | -1/+4 | |
Method not present in Python 2.4 Reviewed-by: Jelmer Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Tue Jan 10 00:41:59 CET 2012 on sn-devel-104 | |||||
2012-01-09 | s4:python tests __init__.py - do not depend on "subprocess.CalledProcessError" | Matthias Dieter Wallnöfer | 1 | -6/+11 | |
The class is not present in Python 2.4 Reviewed-by: Jelmer | |||||
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 | s4:scripting/devel: add repl_cleartext_pwd.py script | Stefan Metzmacher | 1 | -0/+377 | |
This is useful to sync passwords from an AD domain. $ $ source4/scripting/devel/repl_cleartext_pwd.py \ -Uadministrator%A1b2C3d4 \ 172.31.9.219 DC=bla,DC=base /tmp/cookie cleartext_utf8 131085 displayName # starting at usn[0] dn: CN=Test User1,CN=Users,DC=bla,DC=base cleartext_utf8: A1b2C3d4 displayName:: VABlAHMAdAAgAFUAcwBlAHIAMQA= # up to usn[16449] $ $ source4/scripting/devel/repl_cleartext_pwd.py \ -Uadministrator%A1b2C3d4 172.31.9.219 DC=bla,DC=base /tmp/cookie cleartext_utf8 131085 displayName # starting at usn[16449] # up to usn[16449] $ metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Jan 9 19:06:06 CET 2012 on sn-devel-104 | |||||
2012-01-09 | s4-kerberos: remove some unused prototypes. | Günther Deschner | 1 | -22/+0 | |
These are defined in the krb5 abstraction headers elsewhere. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Jan 9 14:32:08 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 | s4:python/samba/ndr.py: add an optional 'allow_remaining' to ndr_unpack() | Stefan Metzmacher | 1 | -2/+3 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Jan 9 10:28:30 CET 2012 on sn-devel-104 | |||||
2012-01-09 | pidl:Samba4/Python: add an optional 'allow_remaining' argument to ↵ | Stefan Metzmacher | 1 | -3/+26 | |
__ndr_unpack__() hooks Thanks to Amitay Isaacs <amitay@gmail.com> for the help with this. metze | |||||
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 | |||||
2012-01-09 | auth/credentials Remove debug that prints in normal operation | Andrew Bartlett | 1 | -1/+0 | |
The fact that this function is unimplemented is unimportant to the callers as credential caches are not handled via the auth/credentials code in s3. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Mon Jan 9 03:24:36 CET 2012 on sn-devel-104 | |||||
2012-01-09 | s3-libsmb: Do not look up FQDN or use host/ for krb5 encrypted CIFS | Andrew Bartlett | 1 | -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 | |||||
2012-01-09 | s3-sefltest Make krb5 tests contain the word krb5 | Andrew Bartlett | 1 | -3/+3 | |
2012-01-09 | s3-selftst Add encrypted CIFS testing with kerberos | Andrew Bartlett | 1 | -9/+11 | |
2012-01-09 | s3-libsmb: match the rest of Samba3 in kerberos name selection in smb sealing | Andrew Bartlett | 1 | -17/+16 | |
This mirrors 860ad734ba77238d187520f72afcbdc1c73d94ef which in turn mirrors the behaviour of the libsmb client code at session setup time. Andrew Bartlett | |||||
2012-01-09 | s3-selftest: Add test for smbclient kerberos support | Andrew Bartlett | 2 | -0/+31 | |
2012-01-09 | s3-build SMBTORTRUE4 variable is unused in make test | Andrew Bartlett | 1 | -2/+0 | |
2012-01-09 | s3-build SAMBA4SHAREDIR is unused in make test | Andrew Bartlett | 1 | -1/+1 | |
2012-01-09 | s3-build: smbtorture4 can be built regardless of use_ads | Andrew Bartlett | 1 | -4/+0 | |
2012-01-09 | s3-selftest: remove smb4torture_possible and add have_ads_support | Andrew Bartlett | 1 | -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 | |||||
2012-01-09 | s3-selftest Hide smb4torture_possible inside plansmbtorturetestsuite() | Andrew Bartlett | 1 | -5/+7 | |
2012-01-07 | Add "repack" command to tdbtool. | Ira Cooper | 2 | -1/+16 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Jan 7 02:18:41 CET 2012 on sn-devel-104 | |||||
2012-01-06 | Remove the commented out code. | Jeremy Allison | 1 | -52/+1 | |
2012-01-06 | Comment out sys_get_number_of_cores() as we're no longer using this. | Jeremy Allison | 2 | -0/+4 | |
2012-01-06 | Add "aio num threads" parameter to allow manual configuration of | Jeremy Allison | 1 | -16/+15 | |
threads via smb.conf if required. Ignore the number of cores. See comments inline. | |||||
2012-01-06 | Fix format warning message. | Jeremy Allison | 1 | -1/+1 | |
2012-01-06 | s3: Avoid a potential alignment requirement issue | Volker Lendecke | 1 | -6/+5 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Jan 6 18:58:11 CET 2012 on sn-devel-104 | |||||
2012-01-06 | s3: Avoid a potential alignment requirement issue | Volker Lendecke | 1 | -3/+2 | |
2012-01-06 | s3: Use DELETE_ON_CLOSE instead of unlink | Volker Lendecke | 1 | -7/+6 | |
2012-01-06 | s3: No value change, just use the correct enum value | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Jan 6 16:33:42 CET 2012 on sn-devel-104 | |||||
2012-01-06 | s3-ntlmssp Remove unused ntlmssp_set_hashes() and do not set an invalid LM hash | Andrew Bartlett | 2 | -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 | |||||
2012-01-06 | ntlmssp: merge initial packet implementations | Andrew Bartlett | 2 | -14/+46 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> |