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
/
source
/
nsswitch
/
winbindd_cache.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split the winbindd_passdb backend into a 'builtin' and a 'sam'
Jeremy Allison
2008-05-30
1
-2
/
+2
*
Only cache password policy results that worked, otherwise we
Bo Yang
2008-04-07
1
-1
/
+3
*
Fix wbinfo -a trusted\\user%password on a Samba DC with trusts
Volker Lendecke
2008-03-27
1
-0
/
+5
*
[GLUE] Rsync SAMBA_3_0 SVN r25598 in order to create the v3-0-test branch.
samba-misc-tags/initial-v3-0-test
Gerald (Jerry) Carter
2007-10-10
1
-1148
/
+80
*
r23769: Move removal of the tdb from the generic tdb_validate function
Michael Adam
2007-10-10
1
-0
/
+6
*
r23610: Move some winbindd_cache specific flags and actions
Michael Adam
2007-10-10
1
-1
/
+19
*
r23600: First step in abstracting the winbindd cache validation
Michael Adam
2007-10-10
1
-219
/
+25
*
r23368: Make "winbind:rpc only" a full blown parameter. Thanks to Karolin for
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r23355: Fix some more build warnings.
Günther Deschner
2007-10-10
1
-1
/
+1
*
r23345: Stop Coverity from getting confused.
Jeremy Allison
2007-10-10
1
-0
/
+1
*
r23312: As per Volker, rename the "windbind:ads" parameter "winbind:rpc only".
James Peach
2007-10-10
1
-4
/
+3
*
r23297: This introduces the winbind:ads parameter which defaults to True. Set...
Volker Lendecke
2007-10-10
1
-1
/
+3
*
r23244: Fix loop with nscd and NSS recusive calls.
Gerald Carter
2007-10-10
1
-1
/
+3
*
r23039: merge from SAMBA_3_0_26:
Stefan Metzmacher
2007-10-10
1
-2
/
+1
*
r22855: fix the build
Michael Adam
2007-10-10
1
-7
/
+5
*
r22848: Fix brace alignment.
Michael Adam
2007-10-10
1
-1
/
+1
*
r22847: The new validate_panic function calls exit (instead of setting
Michael Adam
2007-10-10
1
-19
/
+0
*
r22845: Modified and extended the winbindd cache validation code:
Michael Adam
2007-10-10
1
-137
/
+283
*
r22747: Fix some C++ warnings
Volker Lendecke
2007-10-10
1
-2
/
+2
*
r22726: When performing an offline logon for a user in a trusted domain,
Gerald Carter
2007-10-10
1
-0
/
+8
*
r22725: * Don't try to update the sequence_number when offline
Gerald Carter
2007-10-10
1
-3
/
+11
*
r22710: Support one-way trusts.
Gerald Carter
2007-10-10
1
-3
/
+11
*
r22708: disable saving the trusted domain list as we want to the parent daemo...
Gerald Carter
2007-10-10
1
-0
/
+6
*
r22700: Add a simple wcache TRUSTDOM api for maintaing a complete
Gerald Carter
2007-10-10
1
-1
/
+463
*
r22643: Don't clear cached U/SID and UG/SID entries when we want to logon off...
Günther Deschner
2007-10-10
1
-1
/
+8
*
r22636: Fix logic bug.
Günther Deschner
2007-10-10
1
-6
/
+6
*
r22589: Make TALLOC_ARRAY consistent across all uses.
Jeremy Allison
2007-10-10
1
-12
/
+22
*
r22466: Fix build warning.
Günther Deschner
2007-10-10
1
-1
/
+1
*
r22211: Don't return a value from void functions !
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r22210: Fix typo in testing for non-centry entries.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r22209: Fix the storage of time_t -> make it 64 bits (use the
Jeremy Allison
2007-10-10
1
-14
/
+112
*
r22207: Fill in the validation functions. Now to test...
Jeremy Allison
2007-10-10
1
-28
/
+73
*
r22206: Added boilerplate to be filled in for other validation functions.
Jeremy Allison
2007-10-10
1
-0
/
+163
*
r22205: Add some flesh to the bones of the cache validation code.
Jeremy Allison
2007-10-10
1
-59
/
+209
*
r22202: Volker is clever :-). Use TDB_NOMMAP to prevent any wild pointer
Jeremy Allison
2007-10-10
1
-1
/
+4
*
r22009: change TDB_DATA from char * to unsigned char *
Stefan Metzmacher
2007-10-10
1
-12
/
+12
*
r22001: change prototype of dump_data(), so that it takes unsigned char * now,
Stefan Metzmacher
2007-10-10
1
-6
/
+6
*
r21985: make use of string_tdb_data()
Stefan Metzmacher
2007-10-10
1
-8
/
+5
*
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
[next]