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
/
winbindd_cache.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r22710: Support one-way trusts.
Gerald Carter
1
-3
/
+11
2007-10-10
r22708: disable saving the trusted domain list as we want to the parent daemo...
Gerald Carter
1
-0
/
+6
2007-10-10
r22700: Add a simple wcache TRUSTDOM api for maintaing a complete
Gerald Carter
1
-1
/
+463
2007-10-10
r22643: Don't clear cached U/SID and UG/SID entries when we want to logon off...
Günther Deschner
1
-1
/
+8
2007-10-10
r22636: Fix logic bug.
Günther Deschner
1
-6
/
+6
2007-10-10
r22589: Make TALLOC_ARRAY consistent across all uses.
Jeremy Allison
1
-12
/
+22
2007-10-10
r22466: Fix build warning.
Günther Deschner
1
-1
/
+1
2007-10-10
r22211: Don't return a value from void functions !
Jeremy Allison
1
-1
/
+1
2007-10-10
r22210: Fix typo in testing for non-centry entries.
Jeremy Allison
1
-1
/
+1
2007-10-10
r22209: Fix the storage of time_t -> make it 64 bits (use the
Jeremy Allison
1
-14
/
+112
2007-10-10
r22207: Fill in the validation functions. Now to test...
Jeremy Allison
1
-28
/
+73
2007-10-10
r22206: Added boilerplate to be filled in for other validation functions.
Jeremy Allison
1
-0
/
+163
2007-10-10
r22205: Add some flesh to the bones of the cache validation code.
Jeremy Allison
1
-59
/
+209
2007-10-10
r22202: Volker is clever :-). Use TDB_NOMMAP to prevent any wild pointer
Jeremy Allison
1
-1
/
+4
2007-10-10
r22009: change TDB_DATA from char * to unsigned char *
Stefan Metzmacher
1
-12
/
+12
2007-10-10
r22001: change prototype of dump_data(), so that it takes unsigned char * now,
Stefan Metzmacher
1
-6
/
+6
2007-10-10
r21985: make use of string_tdb_data()
Stefan Metzmacher
1
-8
/
+5
2007-10-10
r21146: Fix debug typos.
Günther Deschner
1
-1
/
+1
2007-10-10
r20986: Commit the prototype of the nss_info plugin interface.
Gerald Carter
1
-1
/
+3
2007-10-10
r20124: clean up nested extern declaration warnings
Herb Lewis
1
-7
/
+6
2007-10-10
r20057: Attempt to fix connect timeouts when connected on
Jeremy Allison
1
-2
/
+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
1
-0
/
+6
2007-10-10
r19957: Initial framework to make winbindd robust
Jeremy Allison
1
-0
/
+230
2007-10-10
r19399: Now Guenther discovered one crash dereferencing domain->backends,
Jeremy Allison
1
-1
/
+1
2007-10-10
r19391: Fix crash bug within the winbind caching method.
Günther Deschner
1
-0
/
+5
2007-10-10
r19371: Add two missing refresh_sequence_number calls where they are missing
Günther Deschner
1
-0
/
+3
2007-10-10
r19206: Jeremy, for some reason storing a value-less entry in TDB does not work
Günther Deschner
1
-9
/
+3
2007-10-10
r19148: Finish last nights patch - make offline
Jeremy Allison
1
-1
/
+1
2007-10-10
r18543: Fix Coverity ID#312
Volker Lendecke
1
-0
/
+1
2007-10-10
r18511: Ops, fix the build.
Günther Deschner
1
-1
/
+1
2007-10-10
r18510: Protect against storing null-sids in the winbind cache.
Günther Deschner
1
-0
/
+8
2007-10-10
r18476: Protect ourselves from bad cached creds a little
Jeremy Allison
1
-2
/
+30
2007-10-10
r18271: Big change:
Gerald Carter
1
-14
/
+14
2007-10-10
r18191: Fix the online/offline state handling of winbindd.
Jeremy Allison
1
-5
/
+3
2007-10-10
r18188: merge 3.0-libndr branch
Jelmer Vernooij
1
-4
/
+4
2007-10-10
r18167: Adding DEBUG() to winbinds refresh seqnum to track down a failure.
Günther Deschner
1
-0
/
+1
2007-10-10
r17618: Not using a cache version number (yet). We really should...
Jeremy Allison
1
-1
/
+0
2007-10-10
r17617: Take Andrew Bartletts excellent advice and don't store
Jeremy Allison
1
-6
/
+38
2007-10-10
r17464: Ensure we use a hash16 data type, not a string,
Jeremy Allison
1
-3
/
+45
2007-10-10
r17461: Ensure we never save a NULL SID mapping. || should be &&.
Jeremy Allison
1
-1
/
+1
2007-10-10
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
1
-6
/
+130
2007-10-10
r16939: Still clear the winbind_cache.tdb when offline logons are not enabled.
Günther Deschner
1
-2
/
+4
2007-10-10
r16790: Fix memleak.
Günther Deschner
1
-0
/
+1
2007-10-10
r16361: Fix Klocwork ID 1731 1770 1771 1775 1796
Volker Lendecke
1
-1
/
+2
2007-10-10
r16284: Start fixing up gcc4 -O6 warnings on an x86_64 box. size_t != unsigned
Jeremy Allison
1
-2
/
+2
2007-10-10
r16222: Fix DEBUG statements.
Günther Deschner
1
-1
/
+1
2007-10-10
r16221: No need for friednly error messages at log level 10.
Günther Deschner
1
-27
/
+26
2007-10-10
r16196: A bit of defensive programming:
Volker Lendecke
1
-1
/
+1
[next]