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
2012-05-24
s3-passdb: Fix negative SID->uid/gid/both cache handling
Ira Cooper
1
-0
/
+14
2012-05-02
s3-idmap: convert most idmap_cache callers to unixid API
Andrew Bartlett
1
-10
/
+3
2012-05-02
s3:passdb: rename sids_to_unix_ids() --> sids_to_unixids() for consistency
Michael Adam
1
-2
/
+2
2012-05-02
s3-passdb: Use struct unixid in sids_to_unix_ids
Andrew Bartlett
1
-17
/
+31
2012-05-02
s3-passdb: Rename legacy_sid_to_id -> legacy_sid_to_unixid for clarity
Andrew Bartlett
1
-3
/
+3
2012-05-02
s3-passdb: Change pdb_sid_to_id() to return struct unixid
Andrew Bartlett
1
-70
/
+41
2012-04-21
s3: Remove two unused variables
Volker Lendecke
1
-2
/
+0
2012-04-20
s3:passdb: do not use the in-memory idmap cache (it will be removed)
Michael Adam
1
-145
/
+0
2011-10-18
pdb-interface: Do not use unid_t here
Simo Sorce
1
-6
/
+8
2011-10-12
s3-group-mapping: Remove fstrings from GROUP_MAP.
Simo Sorce
1
-3
/
+9
2011-08-21
s3-id_cache: Move id caches mgmt out of smbd
Andreas Schneider
1
-65
/
+0
2011-06-09
s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()
Andrew Bartlett
1
-2
/
+2
2011-06-09
s3-talloc Change TALLOC_ARRAY() to talloc_array()
Andrew Bartlett
1
-5
/
+5
2011-04-13
s3: Use wbcSidsToUnixIds in create_local_token
Volker Lendecke
1
-0
/
+103
2011-03-30
s3-passdb: add passdb.h where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-winbind: remove global inclusion of libwbclient.
Günther Deschner
1
-0
/
+1
2011-03-10
Quite some callers of sid_split_rid do not care about the rid
Volker Lendecke
1
-2
/
+1
2011-03-03
s3: Remove an obsolete comment
Volker Lendecke
1
-3
/
+1
2011-02-28
s3: add functions to remove entries from idmap memcache
Gregor Beck
1
-0
/
+52
2011-02-28
s3: add functions to flush the idmap memcache
Gregor Beck
1
-0
/
+14
2011-02-22
s3: Fix some nonempty blank lines
Volker Lendecke
1
-10
/
+10
2010-10-12
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
1
-1
/
+1
2010-09-20
s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.
Günther Deschner
1
-3
/
+4
2010-08-26
s3-idmap: only include idmap headers where needed.
Günther Deschner
1
-0
/
+1
2010-08-26
s3-build: only include memcache.h where needed.
Günther Deschner
1
-0
/
+1
2010-08-05
s3-secrets: only include secrets.h when needed.
Günther Deschner
1
-0
/
+1
2010-06-28
s3-passdb: Make sure that we don't assign garbage.
Andreas Schneider
1
-1
/
+1
2010-06-07
s3:passdb Export function to calculate the proper primary group sid
Simo Sorce
1
-0
/
+124
2010-05-31
s3-build: only use ndr_security.h where needed.
Günther Deschner
1
-0
/
+1
2010-05-21
s3:dom_sid Global replace of DOM_SID with struct dom_sid
Andrew Bartlett
1
-26
/
+26
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
[next]