summaryrefslogtreecommitdiff
path: root/source3/passdb/lookup_sid.c
Commit message (Expand)AuthorAgeFilesLines
* s3-idmap: convert most idmap_cache callers to unixid APIAndrew Bartlett2012-05-021-10/+3
* s3:passdb: rename sids_to_unix_ids() --> sids_to_unixids() for consistencyMichael Adam2012-05-021-2/+2
* s3-passdb: Use struct unixid in sids_to_unix_idsAndrew Bartlett2012-05-021-17/+31
* s3-passdb: Rename legacy_sid_to_id -> legacy_sid_to_unixid for clarityAndrew Bartlett2012-05-021-3/+3
* s3-passdb: Change pdb_sid_to_id() to return struct unixidAndrew Bartlett2012-05-021-70/+41
* s3: Remove two unused variablesVolker Lendecke2012-04-211-2/+0
* s3:passdb: do not use the in-memory idmap cache (it will be removed)Michael Adam2012-04-201-145/+0
* pdb-interface: Do not use unid_t hereSimo Sorce2011-10-181-6/+8
* s3-group-mapping: Remove fstrings from GROUP_MAP.Simo Sorce2011-10-121-3/+9
* s3-id_cache: Move id caches mgmt out of smbdAndreas Schneider2011-08-211-65/+0
* s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett2011-06-091-2/+2
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-091-5/+5
* s3: Use wbcSidsToUnixIds in create_local_tokenVolker Lendecke2011-04-131-0/+103
* s3-passdb: add passdb.h where needed.Günther Deschner2011-03-301-0/+1
* s3-winbind: remove global inclusion of libwbclient.Günther Deschner2011-03-301-0/+1
* Quite some callers of sid_split_rid do not care about the ridVolker Lendecke2011-03-101-2/+1
* s3: Remove an obsolete commentVolker Lendecke2011-03-031-3/+1
* s3: add functions to remove entries from idmap memcacheGregor Beck2011-02-281-0/+52
* s3: add functions to flush the idmap memcacheGregor Beck2011-02-281-0/+14
* s3: Fix some nonempty blank linesVolker Lendecke2011-02-221-10/+10
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-1/+1
* s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.Günther Deschner2010-09-201-3/+4
* s3-idmap: only include idmap headers where needed.Günther Deschner2010-08-261-0/+1
* s3-build: only include memcache.h where needed.Günther Deschner2010-08-261-0/+1
* s3-secrets: only include secrets.h when needed.Günther Deschner2010-08-051-0/+1
* s3-passdb: Make sure that we don't assign garbage.Andreas Schneider2010-06-281-1/+1
* s3:passdb Export function to calculate the proper primary group sidSimo Sorce2010-06-071-0/+124
* s3-build: only use ndr_security.h where needed.Günther Deschner2010-05-311-0/+1
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-26/+26
* s3: Remove use of iconv_convenience.Jelmer Vernooij2010-05-181-8/+8
* s3: Make a debug msg more readableVolker Lendecke2010-04-281-1/+1
* s3: Use sid_check_is_in_our_domain instead of a direct sid_peek_check_ridVolker Lendecke2010-01-101-4/+2
* s3: Replace most calls to sid_append_rid() by sid_compose()Volker Lendecke2010-01-101-10/+5
* s3:passdb: remove the uid_to_rid method - we only need uid_to_sidMichael Adam2009-11-141-4/+1
* s3-lsa: allow to lookup BUILTIN\ in lsa_LookupNames.Günther Deschner2009-10-201-0/+8
* Rename LOOKUP_NAME_EXPLICIT to LOOKUP_NAME_NO_NSSVolker Lendecke2009-07-311-4/+8
* s3:passdb: fix bug #6509: use gid (not uid) cache in fetch_gid_from_cache().Michael Adam2009-06-261-1/+1
* s3: zero an uninitialized arrayMarc VanHeyningen2009-05-271-1/+4
* s3: Fallback to the legacy sid_to_(uid|gid) instead of returning NULL.Aravind Srinivasan2009-05-121-9/+4
* Fix a bunch of compiler warnings about wrong format types.Jeremy Allison2009-05-111-2/+2
* Fix bug 6097Volker Lendecke2009-03-241-1/+1
* s3 passdb: Add back some useful debug statementsTim Prouty2009-03-031-18/+24
* It appears that the first time we see a uid/gid that winbind can't map,Dan Sledz2009-03-021-14/+22
* Add iconv_convenience argument to size functions.Jelmer Vernooij2009-01-011-8/+8
* s4-lsa: merge lsa_LookupSids/{2,3} from s3 lsa idl.Günther Deschner2008-10-271-4/+4
* Revert "Split lookup_name() and create a new functiong called"Simo Sorce2008-09-031-93/+78
* Merge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-develSimo Sorce2008-09-031-4/+38
|\
| * Fix bug spotted by Simo - don't use legacy if expired entry.Jeremy Allison2008-08-261-4/+4
| * Don't ask winbindd if we got a -ve cache entry.Jeremy Allison2008-08-261-4/+38
* | Merge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-develSimo Sorce2008-08-261-33/+63
|\ \ | |/