Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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. | |||||
| * | r21096: Fix formatting. | Jeremy Allison | 2007-01-31 | 1 | -2/+2 | |
| | | | | | | | | Jeremy | |||||
| * | r21094: Merge reformatting and compiler warning fix from 3_0 | Volker Lendecke | 2007-01-31 | 2 | -39/+70 | |
| | | ||||||
| * | r21070: * Add the new boolean 'winbind normalize names' option as discussed | Gerald Carter | 2007-01-31 | 5 | -2/+53 | |
| | | | | | | | | | | on the samba-technical ml. The replacement character is hardcoded as a '_' for now. | |||||
| * | r21067: Finished refactoring setqpathinfo to be readable | Jeremy Allison | 2007-01-31 | 1 | -385/+430 | |
| | | | | | | | | | | | | and modifiable by other people. Now to look over the build farm and fix any breakage. Jeremy. | |||||
| * | r21063: All case statements are now NTSTATUS returning | Jeremy Allison | 2007-01-30 | 2 | -175/+219 | |
| | | | | | | | | | | | | | | functions. Now to factor out the post processing and make all cases behave the same (no mixture of "early returns" and "break"s. Jeremy | |||||
| * | r21062: Should fix the build plus make all refactored | Jeremy Allison | 2007-01-30 | 3 | -211/+199 | |
| | | | | | | | | | | functions return NTSTATUS. Jeremy. | |||||
| * | r21061: Refactoring all the cases into NTSTATUS returns. | Jeremy Allison | 2007-01-30 | 1 | -69/+99 | |
| | | | | | | | | Jeremy. | |||||
| * | r21060: Start refactoring out the non-return case statements | Jeremy Allison | 2007-01-30 | 2 | -43/+72 | |
| | | | | | | | | | | into functions. Jeremy. | |||||
| * | r21058: Finish the easy refactoring - split out all the case | Jeremy Allison | 2007-01-30 | 1 | -158/+213 | |
| | | | | | | | | | | | | | | statements that do early return. Next will be case statements that need post processing, finally on to qfilepathinfo and do the same. Jeremy. | |||||
| * | r21057: More refactoring into functions. | Jeremy Allison | 2007-01-30 | 2 | -66/+96 | |
| | | | | | | | | Jeremy. | |||||
| * | r21056: Moving the set_domain_online_request to fork_domain_child() (formerly | Günther Deschner | 2007-01-30 | 1 | -9/+12 | |
| | | | | | | | | | | | | | | | | lived in trustdom_recv(). Jeremy, this is the better place I think but please check. Guenther | |||||
| * | r21054: More function refactoring. | Jeremy Allison | 2007-01-30 | 1 | -24/+52 | |
| | | | | | | | | Jeremy. | |||||
| * | r21053: More refactoring and fix the tests (set position info | Jeremy Allison | 2007-01-30 | 1 | -53/+93 | |
| | | | | | | | | | | on a pathname is ignored). Jeremy. | |||||
| * | r21052: Refactoring. | Jeremy Allison | 2007-01-30 | 1 | -25/+43 | |
| | | | | | | | | Jeremy. | |||||
| * | r21051: More function refactoring... Added #if 0 for | Jeremy Allison | 2007-01-30 | 1 | -34/+55 | |
| | | | | | | | | | | | | questionable practice (ignoring bad fsp on handle based call). Jeremy. | |||||
| * | r21050: Factor out SMB_SET_FILE_DISPOSITION_INFO. My | Jeremy Allison | 2007-01-30 | 1 | -23/+57 | |
| | | | | | | | | | | | | intent is to factor out all cases where we always return from the case. Jeremy. | |||||
| * | r21049: Start to refactor some of the setpath set code | Jeremy Allison | 2007-01-30 | 1 | -74/+73 | |
| | | | | | | | | | | | | | | into separate functions (tridge mailed me a fresh batch) to make it easier to add the POSIX open we'll need soon. Jeremy. | |||||
| * | r21047: Hand marshalling hack from Martin Zielinski <mz@seh.de> | Jeremy Allison | 2007-01-29 | 1 | -0/+9 | |
| | | | | | | | | | | | | | | to allow Vista to upload printer drivers (it wants level 8 which we don't support yet). Downgrade in the same way that Windows servers do. Jeremy. | |||||
| * | r21035: Remove unneeded checks on incoming uid/gid for | Jeremy Allison | 2007-01-27 | 1 | -15/+35 | |
| | | | | | | | | | | | | mknod (fifo) unix extensions code. Problem discovered by Anders Karlsson <anders.karlsson@redhat.com>. Jeremy. | |||||
| * | r21033: To make the logs a bit more readable let the winbind dc connect child | Günther Deschner | 2007-01-26 | 1 | -0/+3 | |
| | | | | | | | | | | | | write to a separate logfile. Guenther | |||||
| * | r21021: Fix memleak. | Günther Deschner | 2007-01-25 | 1 | -0/+1 | |
| | | | | | | | | Guenther | |||||
| * | r21019: Fix typo. | Günther Deschner | 2007-01-25 | 1 | -1/+1 | |
| | | | | | | | | Guenther | |||||
| * | r21018: Removing the set_domain_online_request again in trustdom_recv(). | Günther Deschner | 2007-01-25 | 1 | -9/+0 | |
| | | | | | | | | | | | | | | | | | | | | Jeremy, we really can't do that. There are setups with hundred and more trusted domains out there, I have one customer who tells me it takes more then half an hour for him after winbind is up and running. That request registers the check_domain_online_handler which in turn forks off the child immediately. Also discussed with Volker. Guenther | |||||
| * | r21006: move $(SOCKET_WRAPPER_OBJ) to OBJ definition instead of link line like | Herb Lewis | 2007-01-24 | 1 | -6/+8 | |
| | | | | | | | | all other uses | |||||
| * | r21005: Add a debug message for EAGAIN error of setresuid. | Volker Lendecke | 2007-01-24 | 1 | -1/+7 | |
| | | | | | | | | Volker |