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
r6225: get rid of warnings from my compiler about nested externs
Herb Lewis
1
-6
/
+6
2007-10-10
r4967: Not being in any domain local groups is obviously valid...
Volker Lendecke
1
-1
/
+1
2007-10-10
r4760: Make wbinfo --user-sids expand domain local groups. Andrew B., my testing
Volker Lendecke
1
-0
/
+86
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-14
/
+14
2007-10-10
r2822: Fix parameter confusion in priming of name-to-sid cache. Found by
Tim Potter
1
-1
/
+1
2007-10-10
r2351: Fix use of an uninitialized variable. valgrind is sooo useful.
Volker Lendecke
1
-2
/
+2
2007-10-10
r2001: Fix bug 1622. Thanks to Qiao Yang for the patch and Sven Thomsen for t...
Volker Lendecke
1
-1
/
+3
2007-10-10
r991: Allow winbindd to use the domain trust account password
Gerald Carter
1
-0
/
+6
2007-10-10
r535: Another memleak fix from kawasa_r@itg.hitachi.co.jp
Jeremy Allison
1
-0
/
+2
2007-10-10
r294: checking in volker's winbindd patches; tested on domain members (Samba ...
Gerald Carter
1
-9
/
+16
2007-10-10
r38: Fix caching of name->sid lookups
Volker Lendecke
1
-1
/
+2
2004-03-30
Apply some const
Volker Lendecke
1
-3
/
+3
2004-03-22
BUG 1185: use 'winbind cache time' as the reconnect period when seq_num == -1...
Gerald Carter
1
-0
/
+2
2004-01-14
* Revert to using rpc for mixed mode AD domains.
Gerald Carter
1
-3
/
+9
2004-01-08
This merges in my 'always use ADS' patch. Tested on a mix of NT and ADS
Andrew Bartlett
1
-1
/
+3
2004-01-08
Move more of winbind to use 'find_our_domain()' rather than the dangerous
Andrew Bartlett
1
-1
/
+1
2004-01-05
Add const.
Andrew Bartlett
1
-3
/
+3
2003-11-12
a small include file rearrangement that doesn't affect normal
Andrew Tridgell
1
-0
/
+1
2003-08-15
get rid of more compiler warnings
Herb Lewis
1
-4
/
+4
2003-08-02
make sure to initialize the backend methods when enumerating sequence numbers...
Gerald Carter
1
-0
/
+2
2003-07-31
working on transtive trusts issue:
Gerald Carter
1
-1
/
+1
2003-07-23
convert snprintf() calls using pstrings & fstrings
Gerald Carter
1
-2
/
+2
2003-07-10
i guess i'm the only one this ever annyoed...
Gerald Carter
1
-1
/
+1
2003-07-03
Removed strupper/strlower macros that automatically map to strupper_m/strlowe...
Jeremy Allison
1
-2
/
+2
2003-06-24
Sequence number was not getting updated with ldap hack. Only a bug in this
Jeremy Allison
1
-1
/
+1
2003-06-23
* set domain->last_status = NT_STATUS_SERVER_DISABLED on an ads_connect() fai...
Gerald Carter
1
-7
/
+13
2003-06-21
merge of the netsamlogon caching code from APPLIANCE_HEAD
Gerald Carter
1
-24
/
+116
2003-06-10
Add in rety loop for query_user_list (from APP_HEAD). Deals with a bug
Jeremy Allison
1
-5
/
+25
2003-06-10
- fixed the bug that forced us not to use the winbindd cache when we
Andrew Tridgell
1
-35
/
+32
2003-06-10
Instrument cache with debug statements so I can have a clue as to what
Jeremy Allison
1
-56
/
+208
2003-06-03
* set winbind cache time to 5 minutes
Gerald Carter
1
-9
/
+87
2003-05-12
And finally IDMAP in 3_0
Simo Sorce
1
-1
/
+6
2003-04-23
Merge HEAD's winbind into 3.0.
Andrew Bartlett
1
-67
/
+92
2002-10-15
Fix spelling of background_process.
Jeremy Allison
1
-2
/
+2
2002-10-08
merge from APP_HEAD of winbindd's domain local group fix
Gerald Carter
1
-2
/
+73
2002-08-17
sync 3.0 branch with head
Jelmer Vernooij
1
-2
/
+13
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-15
/
+40
2002-04-04
Fix up conversion code from old winbindd versions (some testing needed).
Jeremy Allison
1
-0
/
+31
2002-03-15
enable locking on the winbindd cache tdb so it can be backed up and
Andrew Tridgell
1
-1
/
+1
2002-03-09
removed bogus prepend_domain() call which was screwing up getpwuid()
Andrew Tridgell
1
-10
/
+2
2002-01-30
Removed version number from file header.
Tim Potter
1
-1
/
+1
2002-01-11
force the time difference in cache comparisons to be unsigned to cope
Andrew Tridgell
1
-1
/
+4
2002-01-11
make the winbind sequence number code more robust
Andrew Tridgell
1
-1
/
+1
2001-12-19
- added initial support for trusted domains in winbindd_ads
Andrew Tridgell
1
-4
/
+22
2001-12-11
removed the start_ndx parameter from group enumeration
Andrew Tridgell
1
-4
/
+4
2001-12-11
got rid of start_ndx from query_user_list()
Andrew Tridgell
1
-4
/
+4
2001-12-10
winbindd backends can now be marked "consistent" or "inconsistent"
Andrew Tridgell
1
-31
/
+87
2001-12-10
shrank the winbindd_cache.tdb somewhat
Andrew Tridgell
1
-27
/
+63
2001-12-10
added some comments
Andrew Tridgell
1
-0
/
+2
2001-12-10
moved the domain sid lookup and enumeration of trusted domains into
Andrew Tridgell
1
-1
/
+24
[next]