index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
nsswitch
/
winbindd_cache.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r21146: Fix debug typos.
Günther Deschner
2007-10-10
1
-1
/
+1
*
r20986: Commit the prototype of the nss_info plugin interface.
Gerald Carter
2007-10-10
1
-1
/
+3
*
r20124: clean up nested extern declaration warnings
Herb Lewis
2007-10-10
1
-7
/
+6
*
r20057: Attempt to fix connect timeouts when connected on
Jeremy Allison
2007-10-10
1
-2
/
+3
*
r19975: Deal with 2 keytypes I messed previously (DR/DE).
Jeremy Allison
2007-10-10
1
-2
/
+25
*
r19974: Add freelist check for cache. Fix testing of entry
Jeremy Allison
2007-10-10
1
-19
/
+19
*
r19958: Add check for WINBIND_OFFLINE key.
Jeremy Allison
2007-10-10
1
-0
/
+6
*
r19957: Initial framework to make winbindd robust
Jeremy Allison
2007-10-10
1
-0
/
+230
*
r19399: Now Guenther discovered one crash dereferencing domain->backends,
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r19391: Fix crash bug within the winbind caching method.
Günther Deschner
2007-10-10
1
-0
/
+5
*
r19371: Add two missing refresh_sequence_number calls where they are missing
Günther Deschner
2007-10-10
1
-0
/
+3
*
r19206: Jeremy, for some reason storing a value-less entry in TDB does not work
Günther Deschner
2007-10-10
1
-9
/
+3
*
r19148: Finish last nights patch - make offline
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r18543: Fix Coverity ID#312
Volker Lendecke
2007-10-10
1
-0
/
+1
*
r18511: Ops, fix the build.
Günther Deschner
2007-10-10
1
-1
/
+1
*
r18510: Protect against storing null-sids in the winbind cache.
Günther Deschner
2007-10-10
1
-0
/
+8
*
r18476: Protect ourselves from bad cached creds a little
Jeremy Allison
2007-10-10
1
-2
/
+30
*
r18271: Big change:
Gerald Carter
2007-10-10
1
-14
/
+14
*
r18191: Fix the online/offline state handling of winbindd.
Jeremy Allison
2007-10-10
1
-5
/
+3
*
r18188: merge 3.0-libndr branch
Jelmer Vernooij
2007-10-10
1
-4
/
+4
*
r18167: Adding DEBUG() to winbinds refresh seqnum to track down a failure.
Günther Deschner
2007-10-10
1
-0
/
+1
*
r17618: Not using a cache version number (yet). We really should...
Jeremy Allison
2007-10-10
1
-1
/
+0
*
r17617: Take Andrew Bartletts excellent advice and don't store
Jeremy Allison
2007-10-10
1
-6
/
+38
*
r17464: Ensure we use a hash16 data type, not a string,
Jeremy Allison
2007-10-10
1
-3
/
+45
*
r17461: Ensure we never save a NULL SID mapping. || should be &&.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
2007-10-10
1
-6
/
+130
*
r16939: Still clear the winbind_cache.tdb when offline logons are not enabled.
Günther Deschner
2007-10-10
1
-2
/
+4
*
r16790: Fix memleak.
Günther Deschner
2007-10-10
1
-0
/
+1
*
r16361: Fix Klocwork ID 1731 1770 1771 1775 1796
Volker Lendecke
2007-10-10
1
-1
/
+2
*
r16284: Start fixing up gcc4 -O6 warnings on an x86_64 box. size_t != unsigned
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r16222: Fix DEBUG statements.
Günther Deschner
2007-10-10
1
-1
/
+1
*
r16221: No need for friednly error messages at log level 10.
Günther Deschner
2007-10-10
1
-27
/
+26
*
r16196: A bit of defensive programming:
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r15632: Remove length limitation from the winbind cache cleanup traversal.
Günther Deschner
2007-10-10
1
-7
/
+2
*
r15428: Add "smbcontrol winbind onlinestatus" for debugging purpose.
Günther Deschner
2007-10-10
1
-0
/
+5
*
r15228: Fix -n winbind option which has become meaningless with the persistent
Günther Deschner
2007-10-10
1
-0
/
+6
*
r15132: Fix some shadowed variable warnings
Volker Lendecke
2007-10-10
1
-22
/
+22
*
r15053: fix portabilities issues between 32-bit winbind clients and a 64-bit ...
Gerald Carter
2007-10-10
1
-3
/
+3
*
r14675: Protect against null sids and rids in the cached credentials functions.
Günther Deschner
2007-10-10
1
-2
/
+28
*
r14674: Further cleanup for cached logins, only dump hashes with DEBUG_PASSWORD.
Günther Deschner
2007-10-10
1
-1
/
+5
*
r14393: Fix a couple of AIX warnings.
Jeremy Allison
2007-10-10
1
-0
/
+2
*
r14282: Change centry_string to only use talloc. Should
Jeremy Allison
2007-10-10
1
-16
/
+12
*
r14076: When the backends trusted_domains call comes back with no trusts the
Günther Deschner
2007-10-10
1
-1
/
+9
*
r13984: Fix Coverity bug # 98
Volker Lendecke
2007-10-10
1
-1
/
+3
*
r13915: Fixed a very interesting class of realloc() bugs found by Coverity.
Jeremy Allison
2007-10-10
1
-4
/
+2
*
r13409: No functional changes, just some DEBUG cleanup.
Günther Deschner
2007-10-10
1
-4
/
+2
*
r13377: Fix from Volker: Make offline authentication work with NT4 as well
Günther Deschner
2007-10-10
1
-0
/
+8
*
r13371: Remove an unused function
Volker Lendecke
2007-10-10
1
-8
/
+0
*
r13316: Let the carnage begin....
Gerald Carter
2007-10-10
1
-72
/
+786
*
r13309: If the sid in the winbind name2sid cache is not valid (NT_STATUS_NONE...
Volker Lendecke
2007-10-10
1
-1
/
+3
[next]