summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* WHATSNEW: Update changes.samba-3.3.9Karolin Seeger2009-10-121-0/+1
| | | | | Karolin (cherry picked from commit 0e52cec95a7b6040a1dd6e6bb5c5439fd3378a32)
* WHATSNEW. Update changes since 3.3.8.Karolin Seeger2009-10-121-0/+5
| | | | | Karolin (cherry picked from commit 680e39a6795729dfa5e9a748e189f1424324434f)
* s3:wbc_sid: Fix build.Karolin Seeger2009-10-121-2/+2
| | | | | | | Use talloc_free instead of TALLOC_FREE. Signed-off-by: Volker Lendecke <vl@samba.org> (cherry picked from commit 95389ecdeb2e1d9d9512210a92c05c7a2d753409)
* s3: Fix a memleak reported by dmarkey (cherry picked from commit ↵Volker Lendecke2009-10-121-0/+4
| | | | | | | 5aeb954ba9382e1975c64ac96f1e377ed6af3ae0) Fix bug #6797. (cherry picked from commit 68c77a51410bd3a1a0fbe61d6714a9a95b4d82cd)
* s3:smbclient: Fix bug 6606 (reported as 6744) in 3.3Volker Lendecke2009-10-121-20/+168
| | | | | | | This is a port of 1f34ffa0ca and 24309bdb2efc to 3.3. Fix file corruption using smbclient with NT4 server. (cherry picked from commit b0fdc578fb10062c36ce2df18ab37cab57a89692)
* Correct fix for bug 6781 - Cannot rename subfolders in Explorer view with ↵Jeremy Allison2009-10-121-2/+7
| | | | | | recent versions of Samba. Without this fix, renaming a directory ./a to ./b, whilst a directory ./aa was already open would fail. Jeremy. (cherry picked from commit 1f604d26d038956a6ddde892610c9b2254268160)
* Fix bug 6769 - symlink unlink does nothing. Jeremy.Jeremy Allison2009-10-123-27/+85
| | | | (cherry picked from commit fdc28f6700c97e1276e3d6ae1f242f7daa9bab9e)
* s3:mount.cifs: make "mount.cifs -V" print the version, not usage.Michael Adam2009-10-121-5/+28
| | | | | | | | | | | (cherry-picked from d7ca4997017e86b6f23ced64f1f1672bfb15716b) Also make "mount.cifs -h" not exit with error exit code but with return code 0. Michael Part 2/2 of a fix for bug #6692 (mount.cifs segfault). (cherry picked from commit d41131948346619be98514331d7059d9bffecac5)
* Revert "cifs mount did not properly display version string when no other ↵Jeff Layton2009-10-121-8/+0
| | | | | | | | | parameters passed in." This reverts commit c7bf0f4c222ae46be2a751997e03197832b494cd. Part 1/2 of a fix for bug #6692. (cherry picked from commit 2cda51b4e6fba53c04f87e4c2dd99a952a63d812)
* WHATSNEW: Add more coherent explanation for bug #6680.Karolin Seeger2009-10-081-2/+2
| | | | | Karolin (cherry picked from commit 6c4fe1086020d7bc278d84c56b6cbcc6e3a64b5d)
* s3-pamsmbpass: copy _pam_get_item and _pam_get_data from pam_winbind.Günther Deschner2009-10-085-18/+45
| | | | | | | Fix bug #6790. Guenther (cherry picked from commit baa2c10b11a960dd70b3d32b4868a303d85ca9b2)
* WHATSNEW: List major enhancements.Karolin Seeger2009-10-081-1/+2
| | | | | Karolin (cherry picked from commit 113e33cc8d9cb4f68345a39081580db18c0468d8)
* WHATSNEW: Update release notes.Karolin Seeger2009-10-081-2/+11
| | | | | Karolin (cherry picked from commit 30064fe10bab01bea629b0564078323725bdea03)
* s3-{u}mount.cifs: remove unrequired dependency on popt.Günther Deschner2009-10-081-4/+4
| | | | | | | Fixes bug #6789. Guenther (cherry picked from commit f8b2fc49937a72fe64c3e4310141f45fb7d679bf)
* s3:winbind: Only ever handle one event after a select callVolker Lendecke2009-10-081-2/+6
| | | | | | | | While handling an fd event, the situation with other fds can change. I've just seen a winbind stuck in the accept() call on the privileged pipe. I can only imagine this happen because under high load we first handled other requests and meanwhile the client on the privileged pipe went away. (cherry picked from commit a4df4406f12281db60fd6612c6ebf93d77af9152)
* Fix bug 6776 - Running overlapping Byte Lock test will core dump Samba ↵Jeremy Allison2009-10-081-137/+214
| | | | | | daemon. Re-write core of POSIX locking logic. Jeremy. (cherry picked from commit faf7197b3b4ac9fefeb0fca31a888c9e84bed92f)
* s3:smbd: Fix bug 6690, wrong error checkAndrew Klosterman2009-10-081-1/+1
| | | | (cherry picked from commit 076e24cbaf9009f744978b03ddf6ef593d90e9c1)
* s3:winbindd_cm: don't invalidate the whole connection when just samr gave ↵Stefan Metzmacher2009-10-081-1/+12
| | | | | | | ACCCESS_DENIED metze (cherry picked from commit c6d485583aba69b38b2972224e27edb60c3bf09a)
* s3:rpc_server: we need to make a copy of my_name in serverinfo_to_SamInfo3()Günther Deschner2009-10-081-1/+1
| | | | | | | This is important for the case the server_info already contains a logon_server. metze (cherry picked from commit 855ac932cf86272aaf02bf68e1fbf0e0a2902982)
* s3-rpc_client: fix rpccli_set_timeout to cope with abstract transport.Günther Deschner2009-10-081-3/+7
| | | | | | | taken from: b7094c0b804984de8e0b50c17e7908a2685df557 Guenther (cherry picked from commit 3ca4a7bb33c56aa813247d0ea51863d7ded2e5de)
* s3:winbind: Fix an uninitialized variable (cherry picked from commit ↵Volker Lendecke2009-10-081-1/+1
| | | | | | 0724649a8a7c04d015317d9dc2ae43ee87c1bd25) (cherry picked from commit b50ae28be07b93eef04e6e4b9eeb9fc440e21bd4)
* s3-winbindd: Fix Bug #6711: trusts to windows 2008 (2008 r2) not working.Günther Deschner2009-10-083-5/+63
| | | | | | | | | | | | | Winbindd should always try to use LSA via an schannel authenticated ncacn_ip_tcp connection when talking to AD for LSA lookup calls. In Samba <-> W2k8 interdomain trust scenarios, LookupSids3 and LookupNames4 via an schannel ncacn_ip_tcp LSA connection are the *only* options to successfully resolve sids and names. Guenther (cherry picked from commit 6a8ef6c424c52be861ed2a9806f917a64ec892a6) (cherry picked from commit acc5e6012adca290ddc067a4ed25a8161b74250e)
* s3-winbindd: add cm_connect_lsa_tcp().Günther Deschner2009-10-083-0/+63
| | | | | | Guenther (cherry picked from commit 58f2deb94024f002e3c3df47f45454edc97f47e1) (cherry picked from commit 7e4e12f120c666f31af042ab59fd9478017740ea)
* s3-rpc_client: fix non initialized structure in rpccli_lsa_lookup_sids_noalloc.Günther Deschner2009-10-081-0/+2
| | | | | | Guenther (cherry picked from commit a4b5c792c55ef90648a528d279beec32f86a9b22) (cherry picked from commit bd2e674cc3ab0fb6f1d988b0b19b6ad5544512b3)
* s3-rpc_client: add rpccli_lsa_lookup_sids3 wrapper.Günther Deschner2009-10-082-17/+82
| | | | | | Guenther (cherry picked from commit 2f9adf04e4b3e16c046cb371a428a8a70d5de041) (cherry picked from commit 18ba75b763a2fec8f7b05af0444212990753fe1b)
* s3-rpc_client: add rpccli_lsa_lookup_names4 wrapper.Günther Deschner2009-10-082-23/+84
| | | | | | Guenther (cherry picked from commit ff968712bab6c2635ef74723c6f52b0fdac4b424) (cherry picked from commit 0d4d3c8e1e5312a820fcaede65471566e75e272c)
* s3-winbindd: add and use winbindd_lookup_names().Günther Deschner2009-10-082-20/+47
| | | | | | Guenther (cherry picked from commit 99c3fc19587431efda1ae6161453d84673b32071) (cherry picked from commit afbe7c3605edcb8f7dfc64399681f23fa947fe57)
* s3-winbindd: add and use winbindd_lookup_sids().Günther Deschner2009-10-083-96/+78
| | | | | | Guenther (cherry picked from commit f0b52b8c3133e3696db361d9d0e7d1fff0fab991) (cherry picked from commit 5c2c17ffd62010f4590502f40aee9e40997a647a)
* s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_schannel().Günther Deschner2009-10-088-11/+21
| | | | | | Guenther (cherry picked from commit bea8e5fa6038d5abd2ec1e12f9005c4a04abb79f) (cherry picked from commit 864c0b58aec55e37cf304b28c762a5259fc0ec67)
* s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_spnego_ntlmssp ↵Günther Deschner2009-10-088-4/+19
| | | | | | | and cli_rpc_pipe_open_ntlmssp. Guenther (cherry picked from commit 41158d10cdad5b923d0bfa608f73c0daf8ccd352)
* s3-rpc_client: add cli_rpc_pipe_open_noauth_transport.Günther Deschner2009-10-082-14/+30
| | | | | | Guenther (cherry picked from commit 87f61a144b8d25c90b847940ca03ced1f77b036c) (cherry picked from commit c968714f7910ba90c2e989e46d18c265d9f9b549)
* WHATSNEW: Prepare release notes for Samba 3.3.9.Karolin Seeger2009-10-071-2/+99
| | | | | Karolin (cherry picked from commit f31c2218c4cd6c04b4899f46c3cc2294c677a688)
* VERSION: Raise version number up to 3.3.9.Karolin Seeger2009-10-071-1/+1
| | | | | Karolin (cherry picked from commit b6f21ad0732d207c7c831c6094fad25e1469b426)
* Second part of a fix for bug #6235.Jeremy Allison2009-10-071-1/+1
| | | | | Domain enumeration breaks if master browser has space in name. (cherry picked from commit d984b39d971b7fc8f66e6c5376a2b7a98dfc20d8)
* Fix bug #6532.Derrell Lipman2009-10-071-1/+2
| | | | | Domain enumeration breaks if master browser has space in name. (cherry picked from commit e3601a43421cc51b2b4b6413f547daf6ea9b0b41)
* s3/getdcname: Fix 'net' crash.Kumar Thangavelu2009-10-071-2/+2
| | | | | | | | | | | 'net' command crashed when attempting to join a domain. This occurred in a very specific case where the DC had multiple IPs and one of the IPs was invalid. Signed-off-by: Volker Lendecke <vl@samba.org> Fixes bug #6420. (cherry picked from commit 30cca93674d0dad15ad0ccfaf0d81f94d7d17b4a)
* s3: Don't overwrite password in pam_winbind, subsequent pam modules might ↵Bo Yang2009-10-071-4/+0
| | | | | | | | | use the old password and new password. Signed-off-by: Bo Yang <boyang@samba.org> Fix bug #6735. (cherry picked from commit 457cbb36700cf460375cdbea85ada5676e03aa45)
* s3:libsmb: Correctly chew keepalive packetsVolker Lendecke2009-10-071-0/+6
| | | | | | | | | | | | Thanks a *lot* to Günther to send me the relevant traces! Volker Signed-off-by: Günther Deschner <gd@samba.org> Fixes bug #6646 (Winbind authentication issue on 3.2.13/14 and 3.4.0 (was: [Samba] Crazied NTLM_AUTH on samba 3.4.0)). (cherry picked from commit 28674fcda7aaf839fdf5704e4133a0bd3a3f93a2)
* s3-winbindd: Fix Bug #6700: Use dns domain name when needing to guess server ↵Günther Deschner2009-10-071-1/+1
| | | | | | | | | | | principal. Patch from Robert LeBlanc <robert@leblancnet.us>. Thanks! Guenther (cherry picked from commit cd920dcff320a097bcc46a9468a78cedca6fb2be)
* s3-schannel: Fix Bug #6697. Interdomain trusts with Windows 2008 R2 DCs.Günther Deschner2009-10-072-2/+2
| | | | | | | | | The Schannel verifier (aka NL_AUTH_SIGNATURE) structure (32 byte) sent from a W2k8r2 DC is passed in a buffer with the size of a NL_AUTH_SHA2_SIGNATURE (56 byte). We should just ignore the remaining 12 zeroed bytes and proceed. Guenther (cherry picked from commit e7e1e1887e79e4dcbd8836b775e387751c44f318)
* Check we read off the compelte event from inotifySimo Sorce2009-10-071-2/+8
| | | | | | | | | | The kernel may return a short read, so we must use read_data() to make sure we read off the full buffer. If somethign bad happens we also need to kill the inotify watch because the filedescriptor will return out of sync structures if we read only part of the data. Fixes bug #6693. (cherry picked from commit 7fd407fefe92939ecb78400d22aac55590851f70)
* s3:libwbclient: Fix bug 6349, initialize domain info structVolker Lendecke2009-10-071-0/+2
| | | | (cherry picked from commit 39a7cc3c1fd6a3fbb56c8030b6e12962d9fb7181)
* wbclient: Fix Bug #6680: always activate handling of large (> 256 byte) ↵Günther Deschner2009-10-071-4/+15
| | | | | | | ntlmv2 blobs in wbcAuthenticateUserEx(). Guenther (cherry picked from commit 7253d96fc205717d9fed973bbcad2884ce656fd9)
* Fix bug 5886Volker Lendecke2009-10-071-8/+26
| | | | | | | | | | Ok, that's a very long-standing one. I finally got around to install a recent OpenLDAP and test the different variants of setting a NULL password etc. Thanks all for your patience! Volker (cherry picked from commit 983c6f22f411aab2488fe41b5b06174c55108868)
* s3:netlogon: replace cred_hash3 by des_crypt112_16Stefan Metzmacher2009-10-072-5/+4
| | | | | | | | This makes sure we don't truncate the session key to 8 bytes Fixes bug #6664. metze (cherry picked from commit 570a8cf5bb6924905b3ad20353d1e7b0ca087748)
* Fix unqualified "net join"Volker Lendecke2009-10-071-4/+1
| | | | | | | | | | | | | Kai, please check! Fixes bug #6585. Thanks, Volker (cherry picked from commit d8543da9dad3286cd330b98374405edb9f976e77) (cherry picked from commit bf7d1758a77a462d9b30cc2549a960736884ee32) (cherry picked from commit 9509763346de5e587a098a90e33a5e38d6d00a78)
* s3-ldap: Fix Bug #5879. Update LDAP schema for Netscape DS 5.Günther Deschner2009-10-071-1/+6
| | | | | | | | Patch from TAKEDA Yasuma <yasuma@osstech.co.jp>. Guenther (cherry picked from commit 9fa042bb9f71057fc869e37d4cc180e8a772b1bb) (cherry picked from commit a01f0a4025d382c1bc82f4992ea4566db4df3818)
* s3:winbindd: raise the timeout for lsa_Lookup*() calls from 10 to 35 seconds.Stefan Metzmacher2009-10-072-1/+57
| | | | | | | | metze (cherry picked from commit 1e1445bc7672b17a1d689fa0f0732b05b6e04da5) Fixes bug #6627. (cherry picked from commit 8d57806544dade748aaac9cc493deb75d4e95735)
* s3:passdb: fix bug #6509: use gid (not uid) cache in fetch_gid_from_cache().Michael Adam2009-10-071-1/+1
| | | | | | | With the previous code, the cache can never have been hit at all. Michael (cherry picked from commit c70d54508e1cb8f5edbad02a632dfd52d65fd699)
* s3: Unable to browse DFS when using kerberos in libsmbclientBo Yang2009-10-071-4/+13
| | | | | | | Signed-off-by: Bo Yang <boyang@samba.org> Fixes bug #6615. (cherry picked from commit 40da23b6a7dc7acfbdf76a6808b7e50c6c39093e)