Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-10 | s3-libads Default to NOT using the server-supplied principal from SPNEGO | Andrew Bartlett | 4 | -6/+19 | |
This principal is not supplied by later versions of windows, and using it opens up some oportunities for man in the middle attacks. (Becuase it isn't the name being contacted that is verified with the KDC). This adds the option 'client use spnego principal' to the smb.conf (as used in Samba4) to control this behaivour. As in Samba4, this defaults to false. Against 2008 servers, this will not change behaviour. Against earlier servers, it may cause a downgrade to NTLMSSP more often, in environments where server names are not registered with the KDC as servicePrincipalName values. Andrew Bartlett | |||||
2010-12-08 | libcli/auth bring ADS_IGNORE_PRINCIPAL in common | Andrew Bartlett | 1 | -2/+0 | |
2010-12-08 | s3-waf: fixed version number handling | Andrew Tridgell | 2 | -13/+5 | |
2010-12-07 | s3:ntlm_auth: support clients which offer a spnego mechs we don't support | Stefan Metzmacher | 1 | -110/+169 | |
Before we rejected the authentication if we don't support the first spnego mech the client offered. We now negotiate the first mech we support. This fix works arround problems, when a client sends the NEGOEX (1.3.6.1.4.1.311.2.2.30) oid, which we don't support. metze | |||||
2010-12-07 | s3:ntlm_auth: free session key, as we don't use it (at least for now) | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2010-12-07 | s3:ntlm_auth: fix memory leak in the raw ntlmssp code path | Stefan Metzmacher | 1 | -0/+2 | |
metze | |||||
2010-12-07 | Make sure that user exists after running add user script before adding sam ↵ | Bjoern Baumbach | 1 | -0/+5 | |
account. Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Tue Dec 7 17:37:52 CET 2010 on sn-devel-104 | |||||
2010-12-07 | s3-waf: add configure/declaration checks for fdatasync, readahead and splice. | Günther Deschner | 1 | -0/+12 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Dec 7 16:50:23 CET 2010 on sn-devel-104 | |||||
2010-12-07 | s3-waf: add valgrind configure checks. | Günther Deschner | 1 | -0/+4 | |
Guenther | |||||
2010-12-07 | s3:registry: improve debug messages about regdb refcount changes | Michael Adam | 1 | -5/+10 | |
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Tue Dec 7 15:18:03 CET 2010 on sn-devel-104 | |||||
2010-12-07 | s3-waf: build vfs_fileid module if possible. | Günther Deschner | 1 | -0/+9 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Dec 7 14:01:46 CET 2010 on sn-devel-104 | |||||
2010-12-07 | s3-waf: add support for --with-dnsupdate. | Günther Deschner | 2 | -2/+11 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Dec 7 13:07:51 CET 2010 on sn-devel-104 | |||||
2010-12-07 | s3-waf: fix the build of nsstest in the non-devel build. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-12-07 | s3-waf: fix library names (we installed liblibsmbclient, etc.) | Günther Deschner | 2 | -38/+38 | |
Guenther | |||||
2010-12-07 | s3-waf: fix pam dependencies of the RPC_SAMR server. | Günther Deschner | 2 | -0/+2 | |
Guenther | |||||
2010-12-06 | s3: Fix bug 7844: Race in winbind | Volker Lendecke | 1 | -4/+8 | |
If a child dies, the parent process right away closes the socket. This is wrong, with tevent we still have events pending. This works fine for epoll but does not for at least the FreeBSD select variant. Tevent sticks a closed socket into the select masks. This then returns an error EBADF. When this happens, the parent winbind dies instead of forking a new child. This moves the socket close from the SIGCHLD cleanup function to the socket receiver. I could not reproduce the parent death anymore and it did not create an obvious fd leak. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Mon Dec 6 23:21:02 CET 2010 on sn-devel-104 | |||||
2010-12-06 | s3: Fix bug 7842: WINBIND_LOOKUPRIDS does not return the proper domain name | Volker Lendecke | 3 | -1/+5 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Mon Dec 6 21:18:07 CET 2010 on sn-devel-104 | |||||
2010-12-06 | s3: Fix bug 7841: WINBINDD_LOOKUPRIDS asks the wrong domain | Volker Lendecke | 1 | -1/+1 | |
2010-12-06 | s3: Fix bug 7843: Expand the local SAMs aliases | Jeremy Allison | 1 | -2/+2 | |
2010-12-06 | s3-waf: add pam configure checks. | Günther Deschner | 1 | -2/+69 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Dec 6 17:34:45 CET 2010 on sn-devel-104 | |||||
2010-12-04 | Updated french translations from Jean Delvare <jdelvare@suse.de> | Holger Hetterich | 1 | -111/+96 | |
Autobuild-User: Jim McDonough <jmcd@samba.org> Autobuild-Date: Sat Dec 4 18:23:54 CET 2010 on sn-devel-104 | |||||
2010-12-03 | s3-waf: add krb5 configure check for WRFILE_KEYTAB. | Günther Deschner | 1 | -0/+10 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Dec 3 13:54:25 CET 2010 on sn-devel-104 | |||||
2010-12-03 | s3-waf: add krb5 configure checks for enctype 23. | Günther Deschner | 1 | -0/+25 | |
Guenther | |||||
2010-12-03 | s3-waf: more krb5 configure checks. | Günther Deschner | 1 | -2/+11 | |
Guenther | |||||
2010-12-03 | Replace lseek()/write()/lseek() triple with pwrite call. We already emulate this | Jeremy Allison | 1 | -12/+2 | |
inside pwrite under the covers. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Dec 3 03:39:42 CET 2010 on sn-devel-104 | |||||
2010-12-03 | posix_fallocate() returns an errno, not -1 on error. | Jeremy Allison | 1 | -1/+1 | |
2010-12-03 | Merge the two conflicting allocation codes into one function, ↵ | Jeremy Allison | 3 | -56/+50 | |
vfs_slow_fallocate() and use that from both the truncate and fill_sparse functions. Jeremy. | |||||
2010-12-03 | Oops. Missed adding vfswrap_posix_fallocate to vfs_default_fns table. | Jeremy Allison | 1 | -0/+1 | |
Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Dec 3 02:26:23 CET 2010 on sn-devel-104 | |||||
2010-12-02 | Move posix_fallocate into the VFS where it belongs. | Jeremy Allison | 9 | -4/+111 | |
Jeremy. | |||||
2010-12-02 | Fix bug #7835 - vfs_fill_sparse() doesn't use posix_fallocate when strict ↵ | Jeremy Allison | 1 | -2/+30 | |
allocate is on Tries posix_fallocate() and then falls back to old code. Jeremy. | |||||
2010-12-02 | s3/selftest: add some FIXMEs | Björn Jacke | 1 | -0/+7 | |
this needs some rework. Sourced shell code cannot take arguments, at least no portable shell. This generates errors on the buildfarm sind quite a while. | |||||
2010-12-02 | tests: avoid bash in shebang and fix wrong "==" in test | Björn Jacke | 1 | -1/+1 | |
2010-12-01 | Fix a typo - should be '&&' not '&' when checking for privileges. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. | |||||
2010-12-02 | s3:smbd: remove some commented out legacy code | Michael Adam | 1 | -5/+0 | |
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Thu Dec 2 01:18:19 CET 2010 on sn-devel-104 | |||||
2010-12-01 | s3-waf: more krb5 configure checks. | Günther Deschner | 1 | -0/+24 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Dec 1 19:35:50 CET 2010 on sn-devel-104 | |||||
2010-12-01 | s3-waf: add configure check for dirfd and build vfs_syncops vfs_dirsort if ↵ | Günther Deschner | 1 | -0/+5 | |
possible. Guenther | |||||
2010-12-01 | s3-waf: add idmap_ldap to default static module list. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-12-01 | s3-waf: align some krb5/gssapi configure checks with classic build. | Günther Deschner | 1 | -1/+2 | |
Guenther | |||||
2010-12-01 | s3-waf: avoid module name uppercasing. | Günther Deschner | 7 | -203/+203 | |
This finally allows mixed case module names like the classic build (./configure --shared_modules=charset_CP850) Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Dec 1 18:39:14 CET 2010 on sn-devel-104 | |||||
2010-12-01 | s3: Attempt to please autobuild | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Dec 1 08:43:37 CET 2010 on sn-devel-104 | |||||
2010-12-01 | s3: Fix a typo | Volker Lendecke | 1 | -1/+1 | |
2010-12-01 | s3: Attempt to fix the shadow_copy2 module | Volker Lendecke | 1 | -2/+2 | |
This module is from hell. Please make 100% sure that you did test it properly when touching it! This module has probably given me more grey hair than any other piece of Samba, so PLEASE PLEASE PLEASE be careful here!!! | |||||
2010-12-01 | s3-waf: convert RPC_LSARPC into a subsystem. | Günther Deschner | 2 | -4/+9 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Dec 1 00:13:58 CET 2010 on sn-devel-104 | |||||
2010-11-30 | s3-waf: convert RPC_SAMR into a subsystem. | Günther Deschner | 2 | -5/+9 | |
Guenther | |||||
2010-11-30 | s3-waf: convert INIT_SAMR into a subsystem. | Günther Deschner | 1 | -10/+10 | |
Guenther | |||||
2010-11-30 | s3-waf: convert INIT_NETLOGON into a subsystem. | Günther Deschner | 1 | -10/+9 | |
Guenther | |||||
2010-11-30 | s3-waf: convert INIT_LSA into a subsystem. | Günther Deschner | 1 | -12/+10 | |
Guenther | |||||
2010-11-30 | s3-waf: fix LIBNBT deps. | Günther Deschner | 1 | -2/+2 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Nov 30 22:39:05 CET 2010 on sn-devel-104 | |||||
2010-11-30 | s3-waf: convert IDMAP_AD into a subsystem. | Günther Deschner | 1 | -4/+12 | |
Guenther | |||||
2010-11-30 | s3-waf: convert IDMAP_HASH into a subsystem. | Günther Deschner | 1 | -2/+8 | |
Guenther |