Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r20355: Fix some C++ warnings | Volker Lendecke | 2 | -3/+3 |
2007-10-10 | r20330: And here's the fix for the parent winbindd crashing | Jeremy Allison | 1 | -0/+5 |
2007-10-10 | r20329: Fix a winbindd crash bug. If someone pulls | Jeremy Allison | 1 | -5/+7 |
2007-10-10 | r20304: Smaller fixes for pam_winbind: | Günther Deschner | 1 | -30/+65 |
2007-10-10 | r20296: If we're going to overwrite krb5.conf | Jeremy Allison | 1 | -15/+12 |
2007-10-10 | r20290: Remove unused call | Simo Sorce | 1 | -9/+1 |
2007-10-10 | r20289: IDMAP is part of winbind but not the main process. | Simo Sorce | 3 | -36/+50 |
2007-10-10 | r20287: Allow a NULL sid when setting up the list of trusted domains. | Gerald Carter | 1 | -2/+7 |
2007-10-10 | r20279: Fix winbind segfault in winbindd_getsidaliases. | Günther Deschner | 1 | -4/+15 |
2007-10-10 | r20270: Even with the dual daemon mode the parent winbindd | Jeremy Allison | 2 | -3/+26 |
2007-10-10 | r20269: merge -r20264:20267 from SAMBA_3_0_24 | Herb Lewis | 3 | -1/+45 |
2007-10-10 | r20261: merge 20260 from samba_3_0_24 | Herb Lewis | 1 | -1/+1 |
2007-10-10 | r20254: The pam_chauthtok needs to go through the async interface as well. | Günther Deschner | 2 | -14/+27 |
2007-10-10 | r20252: Revert back to const, but I have a fleble feeling we should go the th... | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r20250: If we've come from being globally offline we | Jeremy Allison | 1 | -10/+26 |
2007-10-10 | r20249: Fail when parsing invalid options in _pam_parse. | Günther Deschner | 1 | -1/+2 |
2007-10-10 | r20245: merge 20244 from samba_3_0_24 | Herb Lewis | 1 | -3/+3 |
2007-10-10 | r20242: these are not really const as we set them in the function | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r20241: Slightly improve readability of the pam_vsyslog replacement function. | Günther Deschner | 1 | -6/+5 |
2007-10-10 | r20240: Be a little more verbose about the credential flags when the debug flag | Günther Deschner | 1 | -2/+16 |
2007-10-10 | r20239: Parse the configfile for pam_sm_setcred as well | Günther Deschner | 1 | -1/+7 |
2007-10-10 | r20218: Same fix as r20217 -- can we consolidate that duplicated code a bit? | Volker Lendecke | 1 | -8/+16 |
2007-10-10 | r20217: uid_t and gid_t are not necessarily 32 bit. In assignments we get an ... | Volker Lendecke | 1 | -8/+12 |
2007-10-10 | r20216: Fix fallback code. | Simo Sorce | 1 | -11/+13 |
2007-10-10 | r20207: Fix a couple more places where extra_data was | Jeremy Allison | 2 | -5/+8 |
2007-10-10 | r20206: Start cleaning up the talloc_ctx mess. | Jeremy Allison | 4 | -13/+20 |
2007-10-10 | r20186: Fix winbind crash bug in WINBIND_GETGROUPS. | Günther Deschner | 1 | -2/+3 |
2007-10-10 | r20180: Ensure that pam returns the correct error messages | Jeremy Allison | 2 | -48/+91 |
2007-10-10 | r20171: Don't delete the krb5 credential if others still reference to it. | Günther Deschner | 2 | -21/+37 |
2007-10-10 | r20155: revert, I misread | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r20154: Fix nasty typo, hunting another bug | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r20151: remove meaningless checks | Simo Sorce | 1 | -8/+0 |
2007-10-10 | r20150: better memory handling for some functions, make sure we don't | Simo Sorce | 4 | -17/+35 |
2007-10-10 | r20146: Now online checks are fully async we can do them | Jeremy Allison | 1 | -7/+1 |
2007-10-10 | r20140: Make online/offline detection completely asynchronous. | Jeremy Allison | 2 | -23/+181 |
2007-10-10 | r20136: Fix #4290. Properly compute time to password expiration in message from | Jim McDonough | 1 | -1/+2 |
2007-10-10 | r20124: clean up nested extern declaration warnings | Herb Lewis | 5 | -13/+15 |
2007-10-10 | r20118: Fix some more warnings | Simo Sorce | 2 | -8/+3 |
2007-10-10 | r20117: 1st Error in the merge | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r20116: Start merging in the work done to create the new idmap subsystem. | Simo Sorce | 20 | -1021/+6580 |
2007-10-10 | r20090: Fix a class of bugs found by James Peach. Ensure | Jeremy Allison | 6 | -35/+93 |
2007-10-10 | r20087: Ensure we clean up any random pending events we | Jeremy Allison | 1 | -2/+8 |
2007-10-10 | r20082: When fork_domain_child is forked when we're offline | Jeremy Allison | 1 | -0/+11 |
2007-10-10 | r20060: Fix the timout calculation. | Jeremy Allison | 1 | -7/+9 |
2007-10-10 | r20058: Ensure we actually do the increasing time | Jeremy Allison | 1 | -3/+1 |
2007-10-10 | r20057: Attempt to fix connect timeouts when connected on | Jeremy Allison | 4 | -17/+59 |
2007-10-10 | r20035: Fix obvious horrible bug in falling back to MS-RPC | Jeremy Allison | 1 | -6/+3 |
2007-10-10 | r19975: Deal with 2 keytypes I messed previously (DR/DE). | Jeremy Allison | 1 | -2/+25 |
2007-10-10 | r19974: Add freelist check for cache. Fix testing of entry | Jeremy Allison | 1 | -19/+19 |
2007-10-10 | r19958: Add check for WINBIND_OFFLINE key. | Jeremy Allison | 2 | -3/+9 |