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
/
passdb
/
lookup_sid.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-18
s3: Remove use of iconv_convenience.
Jelmer Vernooij
1
-8
/
+8
2010-04-28
s3: Make a debug msg more readable
Volker Lendecke
1
-1
/
+1
2010-01-10
s3: Use sid_check_is_in_our_domain instead of a direct sid_peek_check_rid
Volker Lendecke
1
-4
/
+2
2010-01-10
s3: Replace most calls to sid_append_rid() by sid_compose()
Volker Lendecke
1
-10
/
+5
2009-11-14
s3:passdb: remove the uid_to_rid method - we only need uid_to_sid
Michael Adam
1
-4
/
+1
2009-10-20
s3-lsa: allow to lookup BUILTIN\ in lsa_LookupNames.
Günther Deschner
1
-0
/
+8
2009-07-31
Rename LOOKUP_NAME_EXPLICIT to LOOKUP_NAME_NO_NSS
Volker Lendecke
1
-4
/
+8
2009-06-26
s3:passdb: fix bug #6509: use gid (not uid) cache in fetch_gid_from_cache().
Michael Adam
1
-1
/
+1
2009-05-27
s3: zero an uninitialized array
Marc VanHeyningen
1
-1
/
+4
2009-05-12
s3: Fallback to the legacy sid_to_(uid|gid) instead of returning NULL.
Aravind Srinivasan
1
-9
/
+4
2009-05-11
Fix a bunch of compiler warnings about wrong format types.
Jeremy Allison
1
-2
/
+2
2009-03-24
Fix bug 6097
Volker Lendecke
1
-1
/
+1
2009-03-03
s3 passdb: Add back some useful debug statements
Tim Prouty
1
-18
/
+24
2009-03-02
It appears that the first time we see a uid/gid that winbind can't map,
Dan Sledz
1
-14
/
+22
2009-01-01
Add iconv_convenience argument to size functions.
Jelmer Vernooij
1
-8
/
+8
2008-10-27
s4-lsa: merge lsa_LookupSids/{2,3} from s3 lsa idl.
Günther Deschner
1
-4
/
+4
2008-09-03
Revert "Split lookup_name() and create a new functiong called"
Simo Sorce
1
-93
/
+78
2008-09-03
Merge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-devel
Simo Sorce
1
-4
/
+38
2008-08-26
Fix bug spotted by Simo - don't use legacy if expired entry.
Jeremy Allison
1
-4
/
+4
2008-08-26
Don't ask winbindd if we got a -ve cache entry.
Jeremy Allison
1
-4
/
+38
2008-08-26
Merge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-devel
Simo Sorce
1
-33
/
+63
2008-08-26
Fix the build :-(. Ask winbindd if we find a negative cache entry (or should
Jeremy Allison
1
-5
/
+17
2008-08-26
Get smbd to look (read-only) into the winbindd cache for uid/gid <--> sid map...
Jeremy Allison
1
-33
/
+51
2008-08-17
Split lookup_name() and create a new functiong called
Simo Sorce
1
-78
/
+93
2008-07-11
Revert "Make use of sid_check_is_in_unix_users/groups"
Volker Lendecke
1
-16
/
+11
2008-07-11
Revert "Don't scream, better explain a bit in comments"
Volker Lendecke
1
-8
/
+10
2008-07-11
Revert "Remove an unused variable"
Volker Lendecke
1
-0
/
+1
2008-07-03
Remove an unused variable
Volker Lendecke
1
-1
/
+0
2008-07-03
Don't scream, better explain a bit in comments
Volker Lendecke
1
-10
/
+8
2008-07-03
Make use of sid_check_is_in_unix_users/groups
Volker Lendecke
1
-11
/
+16
2008-05-06
Fix a panic in the [ug]id2sid valgrind bug fix
Volker Lendecke
1
-4
/
+6
2008-05-06
Fix a valgrind bug in the new [ug]id2sid cache
Volker Lendecke
1
-6
/
+6
2008-02-05
Don't return true on talloc fail.
Jeremy Allison
1
-0
/
+12
2008-01-25
Fix lookup_sids to detect unix_groups and unix_users domain sids.
Michael Adam
1
-0
/
+10
2008-01-25
Add a debug message: show the sid lookup_sid() was called for.
Michael Adam
1
-0
/
+2
2008-01-25
Add a debug message to lookup_rids() printing the domain SID.
Michael Adam
1
-0
/
+3
2007-12-23
Convert the [gu]id_sid cache to memcache
Volker Lendecke
1
-134
/
+62
2007-12-17
Remove direct caller of secrets_fetch_trusted_domain_password().
Michael Adam
1
-1
/
+1
2007-12-17
Fix for bug #4801: Correctly implement lsa lookup levels for lookupnames.
Michael Adam
1
-13
/
+32
2007-12-15
Replace sid_string_static by sid_string_dbg in DEBUGs
Volker Lendecke
1
-33
/
+34
2007-12-14
Revert "Fix for bug #4801: Correctly implement lsa lookup levels for lookupna...
Stefan Metzmacher
1
-32
/
+13
2007-12-13
Fix for bug #4801: Correctly implement lsa lookup levels for lookupnames.
Michael Adam
1
-13
/
+32
2007-11-27
Use the proper boolean constants - the type has been
Michael Adam
1
-76
/
+76
2007-10-26
Ensure temporary memory is freed - pointed out by "Li, Ying (ESG)" <ying.li2@...
Jeremy Allison
1
-0
/
+1
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-21
/
+21
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23630: Found out what LSA_LOOKUP_NAMES level 5 means:
Günther Deschner
1
-1
/
+1
2007-10-10
r23244: Fix loop with nscd and NSS recusive calls.
Gerald Carter
1
-4
/
+4
2007-10-10
r23194: cherry pick two fixes from SAMBA_3_0_26
Gerald Carter
1
-4
/
+4
[next]