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
r21935: Revert obviously not sufficiently tested code -- sorry for the pain. ...
Volker Lendecke
3
-46
/
+10
2007-10-10
r21933: Change the write_sock() call in pam_winbind_request()
Gerald Carter
1
-1
/
+1
2007-10-10
r21927: Removed unused variable.
Jeremy Allison
1
-1
/
+0
2007-10-10
r21919: now that the local passdb abd BUILTIN have been blacklisted and they ...
Simo Sorce
1
-15
/
+0
2007-10-10
r21918: Reverting this change as it is now causing aborts() in
Gerald Carter
1
-6
/
+1
2007-10-10
r21913: fix one bug in build 717: correctly check the return from sid_peek_ch...
Gerald Carter
1
-1
/
+1
2007-10-10
r21905: Rename
Gerald Carter
1
-3
/
+3
2007-10-10
r21887: Fix annoying bug where in a pam_close_session (or a pam_setcred with the
Günther Deschner
1
-1
/
+29
2007-10-10
r21884: * Blacklist BUILTIN and MACHINE domains from the
Gerald Carter
1
-13
/
+26
2007-10-10
r21881: Make sure we are very specific when testing whether a backand can han...
James Peach
1
-1
/
+7
2007-10-10
r21878: Fix a bug with smbd serving a windows terminal server: If winbind dec...
Volker Lendecke
4
-11
/
+47
2007-10-10
r21873: This is winbindd_pam.c, not pam_winbind.c :-)
Volker Lendecke
1
-1
/
+1
2007-10-10
r21872: Fix a debug message
Volker Lendecke
1
-1
/
+1
2007-10-10
r21860: Fixes for "winbind normalize names" functionality:
Gerald Carter
5
-5
/
+15
2007-10-10
r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ...
Volker Lendecke
1
-3
/
+6
2007-10-10
r21775: make messages more understandable - don't leave part dangling after n...
Herb Lewis
1
-2
/
+2
2007-10-10
r21704: open sockets immediately in process_loop
Herb Lewis
1
-8
/
+9
2007-10-10
r21636: Was almost right before. We have to specify the short domain name to...
Gerald Carter
1
-1
/
+1
2007-10-10
r21633: First real fix from me found during the bug hunt.
Gerald Carter
1
-0
/
+8
2007-10-10
r21632: Remove ununsed variable
Gerald Carter
1
-1
/
+0
2007-10-10
r21626: Fix memory leak on error path noticed by
Gerald Carter
1
-0
/
+1
2007-10-10
r21623: Fix copy/paste error
Simo Sorce
1
-2
/
+2
2007-10-10
r21622: Fix bad merge caught by James.
Gerald Carter
1
-7
/
+0
2007-10-10
r21616: Delay initialization of idmap and nss_info backends until necessary
Gerald Carter
6
-33
/
+193
2007-10-10
r21615: don't wait until the last second to try to renew a Krb5 ticket as it ...
Gerald Carter
1
-2
/
+4
2007-10-10
r21614: The memset() called on aligned memory was causing crashes
Gerald Carter
1
-0
/
+11
2007-10-10
r21613: perform variable subsitution on home directories and shells provided ...
Gerald Carter
1
-12
/
+13
2007-10-10
r21612: Make pam_winbind do the same username fixup on AIX as the WINBINDD
Gerald Carter
1
-2
/
+32
2007-10-10
r21611: I'm not entirely sure about this patch but it is working.
Gerald Carter
1
-13
/
+66
2007-10-10
r21609: Fix memory leaks in error code paths (and one in winbindd_group.c).
Jeremy Allison
2
-2
/
+7
2007-10-10
r21606: Implement escaping function for ldap RDN values
Simo Sorce
1
-9
/
+1
2007-10-10
r21566: If we're going to be broken, at least be *consistently*
Jeremy Allison
1
-1
/
+9
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
[prev]
[next]