Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bug #9039 'map untrusted to domain' treats WORKSTATION as bogus domain. | Daniel Kobras | 2013-02-28 | 1 | -1/+2 |
| | | | | | | | | | | | | s3: never try to map global SAM name Do not treat the global SAM name as a BOGUS domain, and exempt local users from mapping, instead. This change reinstates the exact mapping behaviour of Samba 3.2 if parameter 'map untrusted to domain' is set. Reviewed-by: Jeremy Allison <jra@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> | ||||
* | Make sure that domain joins work correctly when the DC disallows NTLM auth. | Richard Sharpe | 2013-02-27 | 2 | -4/+13 |
| | | | | | | | | Signed-Off-By: Richard Sharpe <realrichardsharpe@gmail.com> Reviewed-By: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Wed Feb 27 21:49:25 CET 2013 on sn-devel-104 | ||||
* | s4:winbindd: do not drop the workgroup name in the getgrgid call | Michael Adam | 2013-02-27 | 1 | -1/+11 |
| | | | | | | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Wed Feb 27 05:44:39 CET 2013 on sn-devel-104 | ||||
* | s4:winbindd: do not drop the workgroup name in the getgrnam and getgrent calls. | Michael Adam | 2013-02-27 | 1 | -1/+11 |
| | | | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> | ||||
* | Fix bug #9674 - Samba denies owner Read Control when there is a DENY entry ↵ | Richard Sharpe | 2013-02-23 | 1 | -3/+3 |
| | | | | | | | | | | while W2K08 does not. Signed-off-by: Richard Sharpe <rsharpe@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Sat Feb 23 19:28:15 CET 2013 on sn-devel-104 | ||||
* | Make systemctl reference indirect in packaging/NetworkManager/30-winbind-systemd | Alexander Bokovoy | 2013-02-22 | 1 | -4/+4 |
| | | | | | | | | | | | | | | Some distributions have clever dependency generators when building packages and generate dependencies for each executable called out in shell scripts. The end result is that a package built out of samba would contain explicit dependency to systemd even though it is usable without systemd. Making systemctl reference indirect avoids explicit dependency. Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Alexander Bokovoy <ab@samba.org> Autobuild-Date(master): Fri Feb 22 18:18:20 CET 2013 on sn-devel-104 | ||||
* | s3-rpc_server: Make sure that fd is really closed on error. | Andreas Schneider | 2013-02-22 | 1 | -0/+6 |
| | | | | Reviewed-by: Alexander Bokovoy <ab@samba.org> | ||||
* | lib-util: Don't leak file descriptor on error. | Andreas Schneider | 2013-02-22 | 1 | -0/+1 |
| | | | | Reviewed-by: Alexander Bokovoy <ab@samba.org> | ||||
* | s3-vfs: Don't leak file descriptor on error. | Andreas Schneider | 2013-02-22 | 1 | -1/+3 |
| | | | | Reviewed-by: Alexander Bokovoy <ab@samba.org> | ||||
* | s4-lib: Don't leak plugin handle on error. | Andreas Schneider | 2013-02-22 | 1 | -0/+1 |
| | | | | Reviewed-by: Alexander Bokovoy <ab@samba.org> | ||||
* | s3-libsmb: Don't leak memory on error. | Andreas Schneider | 2013-02-22 | 1 | -0/+1 |
| | | | | Reviewed-by: Alexander Bokovoy <ab@samba.org> | ||||
* | ndrdump: Don't leak plugin handle on error. | Andreas Schneider | 2013-02-22 | 1 | -0/+1 |
| | | | | Reviewed-by: Alexander Bokovoy <ab@samba.org> | ||||
* | smbpasswd: Don't leak memory. | Andreas Schneider | 2013-02-22 | 1 | -0/+1 |
| | | | | Reviewed-by: Alexander Bokovoy <ab@samba.org> | ||||
* | smbget: Fix file descriptor leak. | Andreas Schneider | 2013-02-22 | 1 | -0/+3 |
| | | | | Reviewed-by: Alexander Bokovoy <ab@samba.org> | ||||
* | s4-policy: Fix memory leaks in push_recursive(). | Andreas Schneider | 2013-02-22 | 1 | -14/+26 |
| | | | | Reviewed-by: Alexander Bokovoy <ab@samba.org> | ||||
* | s4-cifsdd: Don't leak memory. | Andreas Schneider | 2013-02-22 | 1 | -0/+6 |
| | | | | Reviewed-by: Alexander Bokovoy <ab@samba.org> | ||||
* | s4-registry: Don't leak file descriptor. | Andreas Schneider | 2013-02-22 | 1 | -2/+1 |
| | | | | Reviewed-by: Alexander Bokovoy <ab@samba.org> | ||||
* | s4-registry: Don't leak memory on error. | Andreas Schneider | 2013-02-22 | 1 | -0/+7 |
| | | | | Reviewed-by: Alexander Bokovoy <ab@samba.org> | ||||
* | winbind: Don't leak centry memory. | Andreas Schneider | 2013-02-22 | 1 | -0/+1 |
| | | | | Reviewed-by: Alexander Bokovoy <ab@samba.org> | ||||
* | s4-client: Don't leak memory. | Andreas Schneider | 2013-02-22 | 1 | -0/+2 |
| | | | | Reviewed-by: Alexander Bokovoy <ab@samba.org> | ||||
* | s3-torture: Don't leak memory. | Andreas Schneider | 2013-02-22 | 1 | -0/+3 |
| | | | | Reviewed-by: Alexander Bokovoy <ab@samba.org> | ||||
* | wbinfo: Fix several memory leaks. | Andreas Schneider | 2013-02-22 | 1 | -0/+8 |
| | | | | Reviewed-by: Alexander Bokovoy <ab@samba.org> | ||||
* | winbind: Don't leak memory on return. | Andreas Schneider | 2013-02-22 | 1 | -0/+3 |
| | | | | Reviewed-by: Alexander Bokovoy <ab@samba.org> | ||||
* | s3-smbd: Don't leak subcntarr array. | Andreas Schneider | 2013-02-22 | 1 | -1/+1 |
| | | | | Reviewed-by: Alexander Bokovoy <ab@samba.org> | ||||
* | torture: Don't leak file resource handle in spoolss test. | Andreas Schneider | 2013-02-22 | 1 | -0/+1 |
| | | | | Reviewed-by: Alexander Bokovoy <ab@samba.org> | ||||
* | s3-vfs: Don't leak file descriptor. | Andreas Schneider | 2013-02-22 | 1 | -2/+1 |
| | | | | Reviewed-by: Alexander Bokovoy <ab@samba.org> | ||||
* | s3-param: Don't leak file descriptor. | Andreas Schneider | 2013-02-22 | 1 | -0/+1 |
| | | | | Reviewed-by: Alexander Bokovoy <ab@samba.org> | ||||
* | s3-lsasd: Don't leak file descriptors. | Andreas Schneider | 2013-02-22 | 1 | -11/+18 |
| | | | | Reviewed-by: Alexander Bokovoy <ab@samba.org> | ||||
* | s3-spoolss: Don't leak memory. | Andreas Schneider | 2013-02-22 | 1 | -1/+3 |
| | | | | Reviewed-by: Alexander Bokovoy <ab@samba.org> | ||||
* | s3-net: Don't leak username. | Andreas Schneider | 2013-02-22 | 1 | -1/+2 |
| | | | | Reviewed-by: Alexander Bokovoy <ab@samba.org> | ||||
* | s4-client: Don't leak file descriptor. | Andreas Schneider | 2013-02-22 | 1 | -0/+7 |
| | | | | Reviewed-by: Alexander Bokovoy <ab@samba.org> | ||||
* | s4-client: Don't leak resource handle. | Andreas Schneider | 2013-02-22 | 1 | -0/+2 |
| | | | | Reviewed-by: Alexander Bokovoy <ab@samba.org> | ||||
* | torture: Make sure we don't overrun the buffer. | Andreas Schneider | 2013-02-22 | 1 | -1/+1 |
| | | | | Reviewed-by: Alexander Bokovoy <ab@samba.org> | ||||
* | torture: Fix memcmp of short buffer. | Andreas Schneider | 2013-02-22 | 1 | -2/+2 |
| | | | | Reviewed-by: Alexander Bokovoy <ab@samba.org> | ||||
* | torture: Fix array access in spoolss test. | Andreas Schneider | 2013-02-22 | 1 | -2/+2 |
| | | | | Reviewed-by: Alexander Bokovoy <ab@samba.org> | ||||
* | pdb: Fix array overrun by one. | Andreas Schneider | 2013-02-22 | 1 | -3/+4 |
| | | | | Reviewed-by: Alexander Bokovoy <ab@samba.org> | ||||
* | s4-libcli: Check return value of smbcli_request_setup(). | Andreas Schneider | 2013-02-22 | 3 | -0/+15 |
| | | | | Reviewed-by: Alexander Bokovoy <ab@samba.org> | ||||
* | pyauth: Check return value of lpcfg_from_py_object(). | Andreas Schneider | 2013-02-22 | 1 | -0/+4 |
| | | | | Reviewed-by: Alexander Bokovoy <ab@samba.org> | ||||
* | ndrdump: Check return value of ndr_pull_init_blob(). | Andreas Schneider | 2013-02-22 | 1 | -0/+12 |
| | | | | Reviewed-by: Alexander Bokovoy <ab@samba.org> | ||||
* | s4-libcli: Check return code of smbcli_request_setup(). | Andreas Schneider | 2013-02-22 | 1 | -0/+3 |
| | | | | Reviewed-by: Alexander Bokovoy <ab@samba.org> | ||||
* | librpc: Add NULL check for ndr functions for epm bindings. | Andreas Schneider | 2013-02-22 | 1 | -1/+6 |
| | | | | Reviewed-by: Alexander Bokovoy <ab@samba.org> | ||||
* | s3-tldap: Make sure we don't deref a null pointer. | Andreas Schneider | 2013-02-22 | 1 | -0/+3 |
| | | | | Reviewed-by: Alexander Bokovoy <ab@samba.org> | ||||
* | s4-libcli: Add null check for ndr functions in rap. | Andreas Schneider | 2013-02-22 | 1 | -0/+8 |
| | | | | Reviewed-by: Alexander Bokovoy <ab@samba.org> | ||||
* | nmbd: Fix request data data processing. | Andreas Schneider | 2013-02-22 | 1 | -2/+2 |
| | | | | | answers->rdata is an array and will never be NULL. Reviewed-by: Alexander Bokovoy <ab@samba.org> | ||||
* | torture: Fix samsync domain_name checks. | Andreas Schneider | 2013-02-22 | 1 | -4/+45 |
| | | | | Reviewed-by: Alexander Bokovoy <ab@samba.org> | ||||
* | libsmb: Fix possible null pointer dereference. | Andreas Schneider | 2013-02-22 | 1 | -2/+2 |
| | | | | Reviewed-by: Alexander Bokovoy <ab@samba.org> | ||||
* | ndr: Comparing an array to null is always true. | Andreas Schneider | 2013-02-22 | 1 | -1/+1 |
| | | | | Reviewed-by: Alexander Bokovoy <ab@samba.org> | ||||
* | winbind: Correctly cast name to messaging_send_buf(). | Andreas Schneider | 2013-02-22 | 1 | -3/+3 |
| | | | | Reviewed-by: Alexander Bokovoy <ab@samba.org> | ||||
* | winbind: Use uint8_t type and use const where needed. | Andreas Schneider | 2013-02-22 | 1 | -7/+7 |
| | | | | Reviewed-by: Alexander Bokovoy <ab@samba.org> | ||||
* | messages: Use uint8_t type. | Andreas Schneider | 2013-02-22 | 1 | -2/+2 |
| | | | | Reviewed-by: Alexander Bokovoy <ab@samba.org> |