summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * r21231: get rid of unused defines that cause a redefined warningHerb Lewis2007-02-081-2/+0
| |
| * r21229: Don't indirect through a potentially null pointer :-).Jeremy Allison2007-02-081-5/+6
| | | | | | | | Jeremy.
| * r21228: Fix for fd leak on error path. Thanks toJeremy Allison2007-02-081-1/+3
| | | | | | | | | | dleonard@vintela.com for this fix ! Jeremy.
| * r21227: Quick fix for Stevef - ensure the returned data on openJeremy Allison2007-02-082-6/+12
| | | | | | | | | | is 8 byte aligned. Jeremy.
| * r21226: Fix bug #4377 (rename of "foo" -> "Foo" fails).Jeremy Allison2007-02-071-11/+29
| | | | | | | | | | | | | | This is actually an interesting case as it exposed bad code in our DFS redirect module (that was where the bug was introduced). Caused by our turning on dfsroot be default. Jeremy.
| * r21225: Couple of fixes from Martin Zielinski mz@seh.de,Jeremy Allison2007-02-072-4/+3
| | | | | | | | | | | | | | one typo, one to make sure that time initialization is done before modules that depend on it (printer initialization). Jeremy.
| * r21224: Initial checkin of cifs_host_name resolver helper scriptSteve French2007-02-071-0/+51
| | | | | | | | (needed by /sbin keyctl utils to finish the upcall)
| * r21223: Try and fix bug #4361 - Vista backup fails.Jeremy Allison2007-02-071-2/+24
| | | | | | | | | | | | Based on work from Joe Meadows <jameadows@webopolis.com>. One for the Vista patchset. Jeremy.
| * r21219: Speed up the initial startup time of smbd on systems with loaded diskVolker Lendecke2007-02-071-3/+32
| | | | | | | | | | | | subsystems. See the comment in the diff. Volker
| * r21218: Fix typoVolker Lendecke2007-02-071-1/+1
| |
| * r21217: Just found a system that does not define in_addr_t but only structVolker Lendecke2007-02-072-9/+12
| | | | | | | | | | | | | | in_addr. Okay, it's a SuSE 7.0, but if the fix is so simple I think we should not drop that :-) Volker
| * r21210: Fix POSIX open to return an info level.Jeremy Allison2007-02-071-54/+96
| | | | | | | | Jeremy.
| * r21207: Make the code match the spec :-).Jeremy Allison2007-02-071-8/+25
| | | | | | | | Jeremy.
| * r21204: Add define for new QFS Info for "who am i"Steve French2007-02-061-0/+15
| |
| * r21203: Regenerate C files after pidl updates.Jelmer Vernooij2007-02-066-0/+157
| |
| * r21202: On some build hosts, the first tests fail with CONNECTION_REFUSED. On myVolker Lendecke2007-02-061-1/+1
| | | | | | | | | | | | solaris 9 box I could solve that with an increased wait time. Volker
| * r21191: Add in the POSIX open/mkdir/unlink calls.Jeremy Allison2007-02-0615-160/+545
| | | | | | | | | | | | | | | | Move more error code returns to NTSTATUS. Client test code to follow... See if this passes the build-farm before I add it into 3.0.25. Jeremy.
| * r21188: bumping passdb version number to make sure this is different than ↵Gerald Carter2007-02-061-2/+1
| | | | | | | | the 3.0.25 branch
| * r21184: Dummy checkin to let the build farm pick up r21183 of Samba4Volker Lendecke2007-02-061-2/+2
| |
| * r21182: * Refactor the code to obtain the LDAP connection credentialsGerald Carter2007-02-062-123/+125
| | | | | | | | | | | | from both idmap_ldap_{alloc,db}_init() * Fix the backwards compat support in idmap_ldap.c * Fix a spelling error in the idmap_fetch_secret() function name
| * r21181: Add some debug, fix the NT_STATUS_IO_TIMEOUT problems in the ↵Volker Lendecke2007-02-061-1/+8
| | | | | | | | | | | | | | | | RAW-NOTIFY test in the build farm. Volker
| * r21180: fix backwards compatible idmap backends parameter parsingGerald Carter2007-02-061-6/+17
| |
| * r21176: merged va_end() changes from Samba4Andrew Tridgell2007-02-062-8/+15
| |
| * r21166: Ensure we return the correct "EROFS" error on a non-writableJeremy Allison2007-02-051-1/+1
| | | | | | | | | | filesystem. Jeremy.
| * r21165: Lets try the build farm without inotify, we're seeing someVolker Lendecke2007-02-051-0/+1
| | | | | | | | | | | | | | | | | | NT_STATUS_IO_TIMEOUT with it. Samba4 disables inotify as well. Does anybody know why Samba4 does it? Maybe the same justification holds for 3 as well. Volker
| * r21164: Fix from Martin Zielinski <mz@seh.de> for EnumprinterdataEXJeremy Allison2007-02-051-9/+9
| | | | | | | | | | on Vista. Jeremy.
| * r21161: Another fix for pam_winbind: Move the entire pwd expiry handling intoGünther Deschner2007-02-051-14/+14
| | | | | | | | | | | | the PAM_SUCCESS block. Guenther
| * r21160: Some more pam_winbind fixes:Günther Deschner2007-02-051-32/+79
| | | | | | | | | | | | | | | | | | * Consolidate all pam_winbind password expiry warnings in the one _pam_send_password_expiry_message() call. * Also convert some more NTSTATUS codes to error messages. * Add paranoia check to only do all the post-processing after PAM_SUCCESS. Guenther
| * r21159: Cleanup pam_sm_chauthtok() in pam_winbind:Günther Deschner2007-02-052-31/+44
| | | | | | | | | | | | | | | | Set info3 strings, krb5ccname and returned username after we changed a password and sucessfully re-authenticated afterwards. In that case we ended up without this information. Guenther
| * r21158: Add _pam_setup_krb5_env() and _pam_warn_logon_type() functions forGünther Deschner2007-02-051-31/+70
| | | | | | | | | | | | pam_winbind. Guenther
| * r21157: this is 3.0.26 trunkStefan Metzmacher2007-02-051-1/+1
| | | | | | | | metze
| * r21155: Forgot one _PAM_LOG_STATE_DATA_STRING call (only in 3_0).Günther Deschner2007-02-051-0/+1
| | | | | | | | Guenther
| * r21154: Add PAM_WINBIND_LOGONSERVER, also merge the various pam_set_data calls.Günther Deschner2007-02-052-36/+69
| | | | | | | | Guenther
| * r21152: Correctly omit pam conversations when PAM_SILENT has been set by theGünther Deschner2007-02-052-57/+61
| | | | | | | | | | | | calling application. Guenther
| * r21151: applying patches for CVE-2007-045[34]Gerald Carter2007-02-052-3/+5
| |
| * r21150: Activate RAW-NOTIFYVolker Lendecke2007-02-051-1/+1
| |
| * r21149: Only say we are a groupmember for the optimized (rid 513) membershipGünther Deschner2007-02-051-1/+4
| | | | | | | | | | | | | | lookup when we actually are. Although the Linux nss winbind backend protects against num_mem != 0 && buf == NULL. Guenther
| * r21146: Fix debug typos.Günther Deschner2007-02-052-2/+2
| | | | | | | | Guenther
| * r21145: Convert some int to BOOL in pam_winbind (only in 3_0).Günther Deschner2007-02-051-13/+13
| | | | | | | | Guenther
| * r21144: Create more accurate warning message when the pam_winbind chauthtok hasGünther Deschner2007-02-051-12/+76
| | | | | | | | | | | | received NT_STATUS_PASSWORD_RESTRICTION. Guenther
| * r21143: Fix wrong check for pam error codes for getpwnam and lookup winbindGünther Deschner2007-02-051-13/+26
| | | | | | | | | | | | | | | | requests in pam_winbind (Bug #4094). Inspired by fix from Lars Heete. Guenther
| * r21133: - Apply patch from ages ago, which should allow following ↵Derrell Lipman2007-02-031-10/+27
| | | | | | | | | | | | | | | | \\server\share\path DFS referrals. This doesn't appear to break anything in the non-DFS case, but I don't have an environment to test DFS referrals. Need confirmation from OP that this solves the problem.
| * r21132: - Fixes bug 4366. Documentation for smbc_utimes() was incorrect.Derrell Lipman2007-02-032-12/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | - Should fix bug 4115 (but needs confirmation from OP). If the kerberos use flag is set in the context, then also pass it to smbc_attr_server for use by cli_full_connection() - Should fix bug 4309 (but needs confirmation from OP). We no longer send a keepalive packet unconditionally. Instead, we assume (yes, possibly incorrectly, but it's the best guess we can make) that if the connection is on port 139, it's netbios and otherwise, it isn't. If netbios is in use, we send a keepalive packet. Otherwise, we check that the connection is alive using getpeername().
| * r21131: Some notify fixesVolker Lendecke2007-02-032-1/+16
| |
| * r21130: Don't mix SAFE_FREE() and TALLOC_FREE().Gerald Carter2007-02-031-1/+1
| |
| * r21129: Fix from Martin Zielinski <mz@seh.de> - ensureJeremy Allison2007-02-031-0/+10
| | | | | | | | | | | | the hand marshalled container size is a multiple of 4 bytes for RPC alignment. Jeremy.
| * r21128: Fix Vista connecting to Samba in share level security.Jeremy Allison2007-02-023-4/+35
| | | | | | | | | | | | | | | | Vista sends the NTLMv2 blob by default in the tconX packet. Make sure we save off the workgroup the user was logged into on the client in the sessionsetupX and re-use it for the NTLMv2 calc. Jeremy.
| * r21127: Add a mitigating comment ;-))Volker Lendecke2007-02-021-0/+8
| |
| * r21123: Make notify_fsp() static to notify.c.Volker Lendecke2007-02-023-60/+72
| | | | | | | | Volker
| * r21122: Simplify code in pam_winbind a bit.Günther Deschner2007-02-021-23/+20
| | | | | | | | Guenther