index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
passdb
/
lookup_sid.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3:passdb: fix bug #6509: use gid (not uid) cache in fetch_gid_from_cache().
Michael Adam
2009-06-26
1
-1
/
+1
*
s3: zero an uninitialized array
Marc VanHeyningen
2009-05-27
1
-1
/
+4
*
s3: Fallback to the legacy sid_to_(uid|gid) instead of returning NULL.
Aravind Srinivasan
2009-05-12
1
-9
/
+4
*
Fix a bunch of compiler warnings about wrong format types.
Jeremy Allison
2009-05-11
1
-2
/
+2
*
Fix bug 6097
Volker Lendecke
2009-03-24
1
-1
/
+1
*
s3 passdb: Add back some useful debug statements
Tim Prouty
2009-03-03
1
-18
/
+24
*
It appears that the first time we see a uid/gid that winbind can't map,
Dan Sledz
2009-03-02
1
-14
/
+22
*
Add iconv_convenience argument to size functions.
Jelmer Vernooij
2009-01-01
1
-8
/
+8
*
s4-lsa: merge lsa_LookupSids/{2,3} from s3 lsa idl.
Günther Deschner
2008-10-27
1
-4
/
+4
*
Revert "Split lookup_name() and create a new functiong called"
Simo Sorce
2008-09-03
1
-93
/
+78
*
Merge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-devel
Simo Sorce
2008-09-03
1
-4
/
+38
|
\
|
*
Fix bug spotted by Simo - don't use legacy if expired entry.
Jeremy Allison
2008-08-26
1
-4
/
+4
|
*
Don't ask winbindd if we got a -ve cache entry.
Jeremy Allison
2008-08-26
1
-4
/
+38
*
|
Merge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-devel
Simo Sorce
2008-08-26
1
-33
/
+63
|
\
|
|
*
Fix the build :-(. Ask winbindd if we find a negative cache entry (or should
Jeremy Allison
2008-08-26
1
-5
/
+17
|
*
Get smbd to look (read-only) into the winbindd cache for uid/gid <--> sid map...
Jeremy Allison
2008-08-26
1
-33
/
+51
*
|
Split lookup_name() and create a new functiong called
Simo Sorce
2008-08-17
1
-78
/
+93
|
/
*
Revert "Make use of sid_check_is_in_unix_users/groups"
Volker Lendecke
2008-07-11
1
-16
/
+11
*
Revert "Don't scream, better explain a bit in comments"
Volker Lendecke
2008-07-11
1
-8
/
+10
*
Revert "Remove an unused variable"
Volker Lendecke
2008-07-11
1
-0
/
+1
*
Remove an unused variable
Volker Lendecke
2008-07-03
1
-1
/
+0
*
Don't scream, better explain a bit in comments
Volker Lendecke
2008-07-03
1
-10
/
+8
*
Make use of sid_check_is_in_unix_users/groups
Volker Lendecke
2008-07-03
1
-11
/
+16
*
Fix a panic in the [ug]id2sid valgrind bug fix
Volker Lendecke
2008-05-06
1
-4
/
+6
*
Fix a valgrind bug in the new [ug]id2sid cache
Volker Lendecke
2008-05-06
1
-6
/
+6
*
Don't return true on talloc fail.
Jeremy Allison
2008-02-05
1
-0
/
+12
*
Fix lookup_sids to detect unix_groups and unix_users domain sids.
Michael Adam
2008-01-25
1
-0
/
+10
*
Add a debug message: show the sid lookup_sid() was called for.
Michael Adam
2008-01-25
1
-0
/
+2
*
Add a debug message to lookup_rids() printing the domain SID.
Michael Adam
2008-01-25
1
-0
/
+3
*
Convert the [gu]id_sid cache to memcache
Volker Lendecke
2007-12-23
1
-134
/
+62
*
Remove direct caller of secrets_fetch_trusted_domain_password().
Michael Adam
2007-12-17
1
-1
/
+1
*
Fix for bug #4801: Correctly implement lsa lookup levels for lookupnames.
Michael Adam
2007-12-17
1
-13
/
+32
*
Replace sid_string_static by sid_string_dbg in DEBUGs
Volker Lendecke
2007-12-15
1
-33
/
+34
*
Revert "Fix for bug #4801: Correctly implement lsa lookup levels for lookupna...
Stefan Metzmacher
2007-12-14
1
-32
/
+13
*
Fix for bug #4801: Correctly implement lsa lookup levels for lookupnames.
Michael Adam
2007-12-13
1
-13
/
+32
*
Use the proper boolean constants - the type has been
Michael Adam
2007-11-27
1
-76
/
+76
*
Ensure temporary memory is freed - pointed out by "Li, Ying (ESG)" <ying.li2@...
Jeremy Allison
2007-10-26
1
-0
/
+1
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-21
/
+21
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23630: Found out what LSA_LOOKUP_NAMES level 5 means:
Günther Deschner
2007-10-10
1
-1
/
+1
*
r23244: Fix loop with nscd and NSS recusive calls.
Gerald Carter
2007-10-10
1
-4
/
+4
*
r23194: cherry pick two fixes from SAMBA_3_0_26
Gerald Carter
2007-10-10
1
-4
/
+4
*
r23051: sid_to_[ug]id fixes for smbd
Simo Sorce
2007-10-10
1
-12
/
+26
*
r22977: Trim noise by removing redundant WARNING log message that
Gerald Carter
2007-10-10
1
-4
/
+0
*
r22613: Fix an uninitialized variable warning
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r22589: Make TALLOC_ARRAY consistent across all uses.
Jeremy Allison
2007-10-10
1
-9
/
+27
*
r22096: become_root_uid_only() is unneeded - it's only used in
Jeremy Allison
2007-10-10
1
-12
/
+12
*
r21853: Fix a valgrind error
Volker Lendecke
2007-10-10
1
-0
/
+5
*
r21782: Fix a memleak
Volker Lendecke
2007-10-10
1
-0
/
+1
[next]