index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
nsswitch
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r21548: prevent segv (reference to -1 element of array)
Herb Lewis
1
-1
/
+2
2007-10-10
r21537: Avoid to trigger the confusing "cached entry differs." warning when
Günther Deschner
2
-2
/
+20
2007-10-10
r21530: Don't code with jet-lag and Volker looking over your
Jeremy Allison
1
-1
/
+1
2007-10-10
r21529: Fix warning from bad cast.
Jeremy Allison
1
-1
/
+1
2007-10-10
r21525: Go ahead and checkin the mlock() & memalign() fixes so
Gerald Carter
2
-22
/
+10
2007-10-10
r21508: Fix memleak in new idmap_tdb, thanks Herb.
Simo Sorce
1
-12
/
+4
2007-10-10
r21505: make sure mlock()'d memory is aligned on a page boundary
Gerald Carter
2
-7
/
+26
2007-10-10
r21500: Fix inappropriate creation of a krb5 ticket refreshing event when a user
Günther Deschner
3
-6
/
+68
2007-10-10
r21474: Ensure trustdom_cache_shutdown() gets called
Jeremy Allison
1
-4
/
+4
2007-10-10
r21454: Fix debug typo.
Günther Deschner
1
-1
/
+1
2007-10-10
r21450: No need to TALLOC_FREE twice here.
Günther Deschner
1
-2
/
+0
2007-10-10
r21399: need to zero the request and response structures
Herb Lewis
1
-0
/
+3
2007-10-10
r21397: revert accidential commit
Herb Lewis
1
-1
/
+1
2007-10-10
r21396: fix wbinfo --lookup-rids command
Herb Lewis
2
-4
/
+19
2007-10-10
r21394: Prevent nscd crash due to potential NULL pointer dereference in
Günther Deschner
1
-0
/
+4
2007-10-10
r21387: Another important fix for non-AD domains:
Günther Deschner
2
-7
/
+3
2007-10-10
r21382: Important fix for winbind when using non-AD domains.
Günther Deschner
1
-1
/
+7
2007-10-10
r21358: Some more debugging for _nss_winbind_initgroups_dyn() on Linux.
Günther Deschner
1
-0
/
+12
2007-10-10
r21357: Fix typo.
Günther Deschner
1
-1
/
+1
2007-10-10
r21353: In the turn of tracking down nss_winbind related bugs on Linux:
Günther Deschner
1
-19
/
+100
2007-10-10
r21336: Fix indent (as pointed out by Volker).
Günther Deschner
1
-6
/
+6
2007-10-10
r21318: Fix Bug #4225.
Günther Deschner
2
-11
/
+69
2007-10-10
r21310: Fix invalid printfs in pam_winbind.
Günther Deschner
1
-12
/
+20
2007-10-10
r21309: Add PRINTF_ATTRIBUTE checks for log statements.
Günther Deschner
1
-0
/
+3
2007-10-10
r21308: Fix some typos and ensure to null terminate the correct strings.
Günther Deschner
3
-6
/
+6
2007-10-10
r21284: Fix some unitilized variable warnings pointed out by Volker.
Gerald Carter
1
-4
/
+6
2007-10-10
r21240: Fix longstanding Bug #4009.
Günther Deschner
3
-15
/
+33
2007-10-10
r21231: get rid of unused defines that cause a redefined warning
Herb Lewis
1
-2
/
+0
2007-10-10
r21228: Fix for fd leak on error path. Thanks to
Jeremy Allison
1
-1
/
+3
2007-10-10
r21182: * Refactor the code to obtain the LDAP connection credentials
Gerald Carter
2
-123
/
+125
2007-10-10
r21180: fix backwards compatible idmap backends parameter parsing
Gerald Carter
1
-6
/
+17
2007-10-10
r21161: Another fix for pam_winbind: Move the entire pwd expiry handling into
Günther Deschner
1
-14
/
+14
2007-10-10
r21160: Some more pam_winbind fixes:
Günther Deschner
1
-32
/
+79
2007-10-10
r21159: Cleanup pam_sm_chauthtok() in pam_winbind:
Günther Deschner
2
-31
/
+44
2007-10-10
r21158: Add _pam_setup_krb5_env() and _pam_warn_logon_type() functions for
Günther Deschner
1
-31
/
+70
2007-10-10
r21155: Forgot one _PAM_LOG_STATE_DATA_STRING call (only in 3_0).
Günther Deschner
1
-0
/
+1
2007-10-10
r21154: Add PAM_WINBIND_LOGONSERVER, also merge the various pam_set_data calls.
Günther Deschner
2
-36
/
+69
2007-10-10
r21152: Correctly omit pam conversations when PAM_SILENT has been set by the
Günther Deschner
2
-57
/
+61
2007-10-10
r21151: applying patches for CVE-2007-045[34]
Gerald Carter
1
-2
/
+4
2007-10-10
r21149: Only say we are a groupmember for the optimized (rid 513) membership
Günther Deschner
1
-1
/
+4
2007-10-10
r21146: Fix debug typos.
Günther Deschner
2
-2
/
+2
2007-10-10
r21145: Convert some int to BOOL in pam_winbind (only in 3_0).
Günther Deschner
1
-13
/
+13
2007-10-10
r21144: Create more accurate warning message when the pam_winbind chauthtok has
Günther Deschner
1
-12
/
+76
2007-10-10
r21143: Fix wrong check for pam error codes for getpwnam and lookup winbind
Günther Deschner
1
-13
/
+26
2007-10-10
r21130: Don't mix SAFE_FREE() and TALLOC_FREE().
Gerald Carter
1
-1
/
+1
2007-10-10
r21122: Simplify code in pam_winbind a bit.
Günther Deschner
1
-23
/
+20
2007-10-10
r21112: fix const compile warning
Gerald Carter
1
-2
/
+2
2007-10-10
r21106: We neither need a account lockout policy handler nor a check domain
Günther Deschner
1
-1
/
+2
2007-10-10
r21101: Remove "unused" warning from Jerry's code. We still
Jeremy Allison
1
-1
/
+0
2007-10-10
r21098: When get_dc_name_via_netlogon() in get_dcs() fails to find a trusted DC
Günther Deschner
1
-2
/
+2
[next]