index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
winbindd
/
idmap_util.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-08
idmap_rfc2307: Don't stop after 30 entries
Volker Lendecke
1
-4
/
+1
2016-08-16
idmap: don't generally forbid id==0 from idmap_unix_id_is_in_range()
Michael Adam
1
-5
/
+0
2016-03-30
winbind: Remove unused idmap_[ug]id_to_sid
Volker Lendecke
1
-126
/
+0
2016-03-30
winbind: Introduce id_map_ptrs_init
Volker Lendecke
1
-0
/
+31
2016-01-13
idmap: Fix whitespace
Volker Lendecke
1
-2
/
+2
2015-08-24
idmap: Remove "domname" from idmap_gid_to_sid
Volker Lendecke
1
-3
/
+2
2015-08-24
idmap: Remove "domname" from idmap_uid_to_sid
Volker Lendecke
1
-3
/
+2
2015-08-24
idmap: Remove "domname" from idmap_backends_unixid_to_sid
Volker Lendecke
1
-2
/
+2
2013-05-03
idmap: Store negative cache entries if the backend fails
Volker Lendecke
1
-2
/
+2
2013-05-03
idmap: Print error from idmap_backends_unixid_to_sid
Volker Lendecke
1
-2
/
+4
2013-03-09
s3-winbindd: Move idmap_fetch_secret to idmap_utils.c for reuse
Christof Schmitt
1
-0
/
+25
2013-03-09
s3-winbindd: Move common code for LDAP id mapping to idmap_utils
Christof Schmitt
1
-0
/
+41
2012-12-03
s3:winbindd: remove unused idmap_sid_to_gid()
Michael Adam
1
-74
/
+0
2012-12-03
s3:winbindd: remove unused idmap_sid_to_uid()
Michael Adam
1
-74
/
+0
2012-05-02
s3-idmap: convert most idmap_cache callers to unixid API
Andrew Bartlett
1
-6
/
+12
2011-11-15
s3-winbind: Make sure the map is clean.
Andreas Schneider
1
-1
/
+5
2011-01-03
s3:winbindd/idmap_util.c: add my C
Michael Adam
1
-0
/
+1
2010-11-24
s3:winbind correct a copy&paste error
Christian Ambach
1
-3
/
+3
2010-10-12
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
1
-0
/
+1
2010-08-26
s3-idmap: only include idmap headers where needed.
Günther Deschner
1
-0
/
+2
2010-08-14
s3:idmap: add idmap_unix_id_is_in_range() for checking an id against an idmap...
Michael Adam
1
-0
/
+19
2010-08-14
s3:idmap: add a debug message to idmap_sid_to_gid
Michael Adam
1
-0
/
+1
2010-08-14
s3:idmap: add a debug message to idmap_sid_to_uid
Michael Adam
1
-0
/
+1
2010-08-14
s3:idmap: don't call idmap_new_mapping idmap_sid_to_gid
Michael Adam
1
-25
/
+16
2010-08-14
s3:idmap: don't call idmap_new_mapping idmap_sid_to_unixid.
Michael Adam
1
-25
/
+15
2010-05-21
s3:dom_sid Global replace of DOM_SID with struct dom_sid
Andrew Bartlett
1
-4
/
+4
2009-05-16
Fix a typo
Volker Lendecke
1
-1
/
+1
2009-05-11
Fix a bunch of compiler warnings about wrong format types.
Jeremy Allison
1
-2
/
+4
2009-03-12
Fix #6167: winbindd -n should disable the winbind idmap cache
Volker Lendecke
1
-20
/
+50
2008-12-01
s3:winbindd/idmap_util: unify entering debug messages and add ouput of domain
Michael Adam
1
-4
/
+8
2008-09-25
idmap: Fix typo is gid2sid() that was caching using idmap_cache_set_sid2uid()
Gerald W. Carter
1
-1
/
+1
2008-08-22
idmap_gid_to_sid: Fix a cut-a-npaste error.
Gerald (Jerry) Carter
1
-1
/
+1
2008-08-12
Do not create a new mapping if a domain with an explicit config fails
Volker Lendecke
1
-0
/
+18
2008-08-12
idmap rewrite
Volker Lendecke
1
-32
/
+130
2008-08-12
Directly call backends from idmap_[ugs]_to_[ugs]id
Volker Lendecke
1
-22
/
+6
2008-07-11
Revert "Fix nonempty whitespace only lines"
Volker Lendecke
1
-6
/
+6
2008-07-11
Revert "Make use of ADD_TO_ARRAY"
Volker Lendecke
1
-13
/
+21
2008-07-05
Make use of ADD_TO_ARRAY
Volker Lendecke
1
-21
/
+13
2008-07-02
Fix nonempty whitespace only lines
Volker Lendecke
1
-6
/
+6
2008-05-30
Fix valgrind bug in debug statement. Don't reference uninitialized memory.
Jeremy Allison
1
-3
/
+2
2007-12-15
Replace sid_string_static by sid_string_dbg in DEBUGs
Volker Lendecke
1
-6
/
+6
2007-10-10
r25154: move winbindd code into winbindd/
Stefan Metzmacher
1
-0
/
+171