index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
nsswitch
Commit message (
Expand
)
Author
Age
Files
Lines
*
r22202: Volker is clever :-). Use TDB_NOMMAP to prevent any wild pointer
Jeremy Allison
2007-10-10
1
-1
/
+4
*
r22173: BUG 4491, 4501: Additional fixes for protecting against
Gerald Carter
2007-10-10
2
-45
/
+62
*
r22159: BUG 4501 (second half of fix): Just disable the
Gerald Carter
2007-10-10
1
-8
/
+8
*
r22158: BUG 4501 (partial): Fix a crash caused by not using the
Gerald Carter
2007-10-10
1
-6
/
+16
*
r22110: don't cache the S-1-22-{1,2} domain SID/uig/gid lookups in idmap_cache
Gerald Carter
2007-10-10
1
-0
/
+13
*
r22109: Readonly is automatically set in the generic init code, let's just lo...
Simo Sorce
2007-10-10
2
-5
/
+1
*
r22069: BUG 4447: Fix compile failure on AIX 5.2 (patch from William Jojo <jo...
Gerald Carter
2007-10-10
1
-0
/
+4
*
r22066: Ensure that winbind can resolve SIDs in the S-1-22-{1,2}
Gerald Carter
2007-10-10
1
-1
/
+3
*
r22061: Fix the krb5 user ticket refresh event timeout in winbindd
Gerald Carter
2007-10-10
1
-9
/
+32
*
r22015: Fix for memory leak from Steven Danneman <steven.danneman@isilon.com>
Jeremy Allison
2007-10-10
1
-0
/
+5
*
r22009: change TDB_DATA from char * to unsigned char *
Stefan Metzmacher
2007-10-10
3
-41
/
+42
*
r22001: change prototype of dump_data(), so that it takes unsigned char * now,
Stefan Metzmacher
2007-10-10
3
-10
/
+10
*
r21986: make use of tdb_*_bystring() and string_term_tdb_data()
Stefan Metzmacher
2007-10-10
1
-55
/
+56
*
r21985: make use of string_tdb_data()
Stefan Metzmacher
2007-10-10
1
-8
/
+5
*
r21984: make use of tdb_*_bystring() and string_term_tdb_data()
Stefan Metzmacher
2007-10-10
1
-52
/
+29
*
r21957: minor formatting fix
Herb Lewis
2007-10-10
1
-1
/
+1
*
r21941: Attempt to fix bug 4460
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r21940: Sorry Volker, I have to revert your revert in r21935.
Gerald Carter
2007-10-10
3
-10
/
+46
*
r21935: Revert obviously not sufficiently tested code -- sorry for the pain. ...
Volker Lendecke
2007-10-10
3
-46
/
+10
*
r21933: Change the write_sock() call in pam_winbind_request()
Gerald Carter
2007-10-10
1
-1
/
+1
*
r21927: Removed unused variable.
Jeremy Allison
2007-10-10
1
-1
/
+0
*
r21919: now that the local passdb abd BUILTIN have been blacklisted and they ...
Simo Sorce
2007-10-10
1
-15
/
+0
*
r21918: Reverting this change as it is now causing aborts() in
Gerald Carter
2007-10-10
1
-6
/
+1
*
r21913: fix one bug in build 717: correctly check the return from sid_peek_ch...
Gerald Carter
2007-10-10
1
-1
/
+1
*
r21905: Rename
Gerald Carter
2007-10-10
1
-3
/
+3
*
r21887: Fix annoying bug where in a pam_close_session (or a pam_setcred with the
Günther Deschner
2007-10-10
1
-1
/
+29
*
r21884: * Blacklist BUILTIN and MACHINE domains from the
Gerald Carter
2007-10-10
1
-13
/
+26
*
r21881: Make sure we are very specific when testing whether a backand can han...
James Peach
2007-10-10
1
-1
/
+7
*
r21878: Fix a bug with smbd serving a windows terminal server: If winbind dec...
Volker Lendecke
2007-10-10
4
-11
/
+47
*
r21873: This is winbindd_pam.c, not pam_winbind.c :-)
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r21872: Fix a debug message
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r21860: Fixes for "winbind normalize names" functionality:
Gerald Carter
2007-10-10
5
-5
/
+15
*
r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ...
Volker Lendecke
2007-10-10
1
-3
/
+6
*
r21775: make messages more understandable - don't leave part dangling after n...
Herb Lewis
2007-10-10
1
-2
/
+2
*
r21704: open sockets immediately in process_loop
Herb Lewis
2007-10-10
1
-8
/
+9
*
r21636: Was almost right before. We have to specify the short domain name to...
Gerald Carter
2007-10-10
1
-1
/
+1
*
r21633: First real fix from me found during the bug hunt.
Gerald Carter
2007-10-10
1
-0
/
+8
*
r21632: Remove ununsed variable
Gerald Carter
2007-10-10
1
-1
/
+0
*
r21626: Fix memory leak on error path noticed by
Gerald Carter
2007-10-10
1
-0
/
+1
*
r21623: Fix copy/paste error
Simo Sorce
2007-10-10
1
-2
/
+2
*
r21622: Fix bad merge caught by James.
Gerald Carter
2007-10-10
1
-7
/
+0
*
r21616: Delay initialization of idmap and nss_info backends until necessary
Gerald Carter
2007-10-10
6
-33
/
+193
*
r21615: don't wait until the last second to try to renew a Krb5 ticket as it ...
Gerald Carter
2007-10-10
1
-2
/
+4
*
r21614: The memset() called on aligned memory was causing crashes
Gerald Carter
2007-10-10
1
-0
/
+11
*
r21613: perform variable subsitution on home directories and shells provided ...
Gerald Carter
2007-10-10
1
-12
/
+13
*
r21612: Make pam_winbind do the same username fixup on AIX as the WINBINDD
Gerald Carter
2007-10-10
1
-2
/
+32
*
r21611: I'm not entirely sure about this patch but it is working.
Gerald Carter
2007-10-10
1
-13
/
+66
*
r21609: Fix memory leaks in error code paths (and one in winbindd_group.c).
Jeremy Allison
2007-10-10
2
-2
/
+7
*
r21606: Implement escaping function for ldap RDN values
Simo Sorce
2007-10-10
1
-9
/
+1
*
r21566: If we're going to be broken, at least be *consistently*
Jeremy Allison
2007-10-10
1
-1
/
+9
[next]