Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | r21219: Speed up the initial startup time of smbd on systems with loaded disk | Volker Lendecke | 2007-02-07 | 1 | -3/+32 | |
| | | | | | | | | | | | | subsystems. See the comment in the diff. Volker | |||||
| * | r21218: Fix typo | Volker Lendecke | 2007-02-07 | 1 | -1/+1 | |
| | | ||||||
| * | r21217: Just found a system that does not define in_addr_t but only struct | Volker Lendecke | 2007-02-07 | 2 | -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 Allison | 2007-02-07 | 1 | -54/+96 | |
| | | | | | | | | Jeremy. | |||||
| * | r21209: Add in the POSIX extensions. | Jeremy Allison | 2007-02-07 | 15 | -160/+562 | |
| | | | | | | | | Jeremy. | |||||
| * | r21201: reverting the winbindd cache validation work until Jeremy says it's ↵ | Gerald Carter | 2007-02-06 | 2 | -276/+1 | |
| | | | | | | | | finished | |||||
| * | r21200: Grab Jeremy's winbind tdb validation code | Gerald Carter | 2007-02-06 | 4 | -2/+282 | |
| | | ||||||
| * | r21199: needed for new ndr code | Gerald Carter | 2007-02-06 | 1 | -0/+8 | |
| | | ||||||
| * | r21198: grab implement files for wkssvc pipe | Gerald Carter | 2007-02-06 | 1 | -41/+33 | |
| | | ||||||
| * | r21197: const changes | Gerald Carter | 2007-02-06 | 1 | -2/+3 | |
| | | ||||||
| * | r21196: * pick up a few sid mapping changes | Gerald Carter | 2007-02-06 | 1 | -7/+34 | |
| | | ||||||
| * | r21195: sync minor changes from SAMBA_3_0 (comments and const)lib/privileges.c | Gerald Carter | 2007-02-06 | 2 | -1/+2 | |
| | | ||||||
| * | r21194: sync DNS update code from SAMBA_3_0 | Gerald Carter | 2007-02-06 | 6 | -84/+136 | |
| | | ||||||
| * | r21193: sync tdb code from SAMBA_3_0 | Gerald Carter | 2007-02-06 | 8 | -20/+165 | |
| | | ||||||
| * | r21192: sync autogenerated wkssvc code from SAMBA_3_0 | Gerald Carter | 2007-02-06 | 8 | -82/+120 | |
| | | ||||||
| * | r21190: one more place: include the primary gid (left out of last commit) | Gerald Carter | 2007-02-06 | 1 | -0/+1 | |
| | | ||||||
| * | r21189: include the primary gid (left out of last commit) | Gerald Carter | 2007-02-06 | 1 | -0/+1 | |
| | | ||||||
| * | r21186: * Merge nss_info and idmap interface changes to current | Gerald Carter | 2007-02-06 | 55 | -4983/+8310 | |
| | | | | | | | | | | | | stable branch * Also include pam_winbind changes for multiple groups in the require-membership-of parameter | |||||
| * | r21177: Merge from SAMBA_3_0. | Jeremy Allison | 2007-02-06 | 2 | -8/+15 | |
| | | | | | | | | | | merged va_end() changes from Samba4 Jeremy. | |||||
| * | r21166: Ensure we return the correct "EROFS" error on a non-writable | Jeremy Allison | 2007-02-05 | 1 | -1/+1 | |
| | | | | | | | | | | filesystem. Jeremy. | |||||
| * | r21164: Fix from Martin Zielinski <mz@seh.de> for EnumprinterdataEX | Jeremy Allison | 2007-02-05 | 1 | -9/+9 | |
| | | | | | | | | | | on Vista. Jeremy. | |||||
| * | r21161: Another fix for pam_winbind: Move the entire pwd expiry handling into | Günther Deschner | 2007-02-05 | 1 | -17/+17 | |
| | | | | | | | | | | | | the PAM_SUCCESS block. Guenther | |||||
| * | r21160: Some more pam_winbind fixes: | Günther Deschner | 2007-02-05 | 1 | -33/+80 | |
| | | | | | | | | | | | | | | | | | | * 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 Deschner | 2007-02-05 | 2 | -31/+45 | |
| | | | | | | | | | | | | | | | | 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 for | Günther Deschner | 2007-02-05 | 1 | -31/+70 | |
| | | | | | | | | | | | | pam_winbind. Guenther | |||||
| * | r21156: this a the 3.0.25 branch | Stefan Metzmacher | 2007-02-05 | 1 | -1/+1 | |
| | | | | | | | | metze | |||||
| * | r21154: Add PAM_WINBIND_LOGONSERVER, also merge the various pam_set_data calls. | Günther Deschner | 2007-02-05 | 2 | -36/+70 | |
| | | | | | | | | Guenther | |||||
| * | r21153: Rename the SAMBA_3_0_24 branch to SAMBA_3_0_25 to avoid confusion | Gerald Carter | 2007-02-05 | 0 | -0/+0 | |
| | | | | | | | | after the 3.0.24 security release. | |||||
| * | r21153: Rename the SAMBA_3_0_24 branch to SAMBA_3_0_25 to avoid confusion | Gerald Carter | 2007-02-05 | 0 | -0/+0 | |
| | | | | | | | | after the 3.0.24 security release. | |||||
| * | r21152: Correctly omit pam conversations when PAM_SILENT has been set by the | Günther Deschner | 2007-02-05 | 2 | -55/+59 | |
| | | | | | | | | | | | | calling application. Guenther | |||||
| * | r21151: applying patches for CVE-2007-045[34] | Gerald Carter | 2007-02-05 | 2 | -3/+5 | |
| | | ||||||
| * | r21149: Only say we are a groupmember for the optimized (rid 513) membership | Günther Deschner | 2007-02-05 | 1 | -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 Deschner | 2007-02-05 | 2 | -2/+2 | |
| | | | | | | | | Guenther | |||||
| * | r21144: Create more accurate warning message when the pam_winbind chauthtok has | Günther Deschner | 2007-02-05 | 1 | -12/+76 | |
| | | | | | | | | | | | | received NT_STATUS_PASSWORD_RESTRICTION. Guenther | |||||
| * | r21143: Fix wrong check for pam error codes for getpwnam and lookup winbind | Günther Deschner | 2007-02-05 | 1 | -13/+26 | |
| | | | | | | | | | | | | | | | | requests in pam_winbind (Bug #4094). Inspired by fix from Lars Heete. Guenther | |||||
| * | r21130: Don't mix SAFE_FREE() and TALLOC_FREE(). | Gerald Carter | 2007-02-03 | 1 | -1/+1 | |
| | | ||||||
| * | r21129: Fix from Martin Zielinski <mz@seh.de> - ensure | Jeremy Allison | 2007-02-03 | 1 | -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 Allison | 2007-02-02 | 3 | -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. | |||||
| * | r21122: Simplify code in pam_winbind a bit. | Günther Deschner | 2007-02-02 | 1 | -23/+20 | |
| | | | | | | | | Guenther | |||||
| * | r21117: Add rpccli_samr_chgpasswd_user to rpcclient for testing. | Günther Deschner | 2007-02-01 | 1 | -0/+55 | |
| | | | | | | | | Guenther | |||||
| * | r21114: Fix 'net usershare': Adding "guest_ok=y" required a correct acl. Set the | Volker Lendecke | 2007-02-01 | 1 | -4/+6 | |
| | | | | | | | | | | | | | | | | default if "" is set. And fix the calculation for too man shares. Thanks to Karolin Seeger <ks@sernet.de> Volker | |||||
| * | r21110: Fix kinit with Heimdal (Bug #4226). | Günther Deschner | 2007-02-01 | 4 | -13/+56 | |
| | | | | | | | | Guenther | |||||
| * | r21106: We neither need a account lockout policy handler nor a check domain | Günther Deschner | 2007-02-01 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | online handler for internal (local SAM, BUILTIN) childs. Jeremy, please check. Guenther | |||||
| * | r21105: Quick fix for CLDAP reply without NetLogon attribute. | Günther Deschner | 2007-02-01 | 1 | -2/+27 | |
| | | | | | | | | Guenther | |||||
| * | r21102: Fix build failure - gd please check this ! I think | Jeremy Allison | 2007-01-31 | 1 | -1/+1 | |
| | | | | | | | | | | | | it was your check in. The event system in SAMBA_3_0 and SAMBA_3_0_24 are now different. Jeremy. | |||||
| * | r21101: Remove "unused" warning from Jerry's code. We still | Jeremy Allison | 2007-01-31 | 1 | -1/+0 | |
| | | | | | | | | | | have a build failure in 3.0.24 in event_add_timed ? Jeremy | |||||
| * | r21100: Add the RPC hack fix to adddriver as well as adddriverex. | Jeremy Allison | 2007-01-31 | 1 | -0/+9 | |
| | | | | | | | | | | Thanks to Martin Zielinski <mz@seh.de>. Jeremy. | |||||
| * | r21099: Protect ourselves from null pointer deref. This isn't | Jeremy Allison | 2007-01-31 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | the correct fix for the Vista bug, but it needed as protection against invalid RPC. Thanks to Martin Zielinski <mz@seh.de> for pointing this out. Jeremy. | |||||
| * | r21098: When get_dc_name_via_netlogon() in get_dcs() fails to find a trusted DC | Günther Deschner | 2007-01-31 | 1 | -2/+2 | |
| | | | | | | | | | | | | we may not just assume that we look for our own realm's dcs next. Guenther | |||||
| * | r21097: Ensure that when manipulating UNIX permissions via | Jeremy Allison | 2007-01-31 | 1 | -14/+57 | |
| | | | | | | | | | | | | | | the UNIX extensions we use the correct mask/force mask settings for new and existing files/directories. Bug reported by Juran David <ext-david.juran@nokia.com>. Jeremy. |