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_hash
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-14
s3:winbindd: Add zero digit to literal
Joseph Sutton
1
-1
/
+1
2023-03-10
idmap_hash: remember new domain sids in idmap_hash_sid_to_id()
Stefan Metzmacher
1
-5
/
+15
2023-03-10
idmap_hash: don't return ID_REQUIRE_TYPE if the domain is known in the netsam...
Stefan Metzmacher
1
-0
/
+16
2023-03-10
idmap_hash: only return ID_REQUIRE_TYPE if we don't know about the domain yet
Stefan Metzmacher
1
-0
/
+9
2023-03-10
idmap_hash: return ID_REQUIRE_TYPE only if there's a chance to get a mapping ...
Stefan Metzmacher
1
-18
/
+18
2023-03-10
idmap_hash: split out a idmap_hash_sid_to_id() helper function
Stefan Metzmacher
1
-51
/
+84
2023-03-10
idmap_hash: split out a idmap_hash_id_to_sid() helper function
Stefan Metzmacher
1
-15
/
+39
2023-03-10
idmap_hash: mirror the NT_STATUS_NONE_MAPPED/STATUS_SOME_UNMAPPED logic from ...
Stefan Metzmacher
1
-6
/
+30
2023-03-10
idmap_hash: we don't need to call idmap_hash_initialize() over an over again
Stefan Metzmacher
1
-20
/
+2
2023-03-10
idmap_hash: remove unused error checks
Stefan Metzmacher
1
-17
/
+0
2023-03-10
idmap_hash: fix comments about the algorithm
Stefan Metzmacher
1
-5
/
+13
2023-03-10
idmap_hash: provide ID_TYPE_BOTH mappings also for unixids_to_sids
Stefan Metzmacher
1
-0
/
+1
2021-01-22
s3:idmap_hash: reliable return ID_TYPE_BOTH
Stefan Metzmacher
1
-0
/
+35
2020-10-23
winbindd/idmap: apply const to struct nss_info_methods pointers
Stefan Metzmacher
1
-1
/
+1
2020-10-23
winbindd/idmap: apply const to struct idmap_methods pointers
Stefan Metzmacher
1
-1
/
+1
2018-12-20
winbindd: Use dom_sid_str_buf
Volker Lendecke
1
-1
/
+2
2018-06-19
idmap_hash: Align integer types
Volker Lendecke
1
-1
/
+1
2017-04-22
lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...
Jeremy Allison
1
-1
/
+1
2017-03-03
idmap_hash: Add a deprecation message
Andreas Schneider
1
-0
/
+4
2017-01-04
winbind: remove nss_get_info backend functions
Volker Lendecke
1
-41
/
+0
2016-12-11
idmap_hash: xfile->stdio
Volker Lendecke
1
-6
/
+5
2016-12-04
idmap_hash: stdio.h comes with replace.h
Volker Lendecke
1
-1
/
+0
2016-12-04
idmap_hash: Make lw_map_file static
Volker Lendecke
1
-1
/
+1
2016-11-20
lib: Remove global xfile.h includes
Volker Lendecke
1
-0
/
+1
2016-03-17
idmap_hash: only allow the hash module for default idmap config.
Michael Adam
1
-0
/
+7
2016-03-17
idmap_hash: rename be_init() --> idmap_hash_initialize()
Michael Adam
1
-6
/
+6
2016-03-17
s3:winbindd:idmap_hash: skip domains that already have their own idmap config...
Günther Deschner
1
-0
/
+13
2015-08-20
s3:winbindd/idmap_*: make function prototypes available via static_decl_idmap;
Stefan Metzmacher
1
-0
/
+1
2014-04-02
Rename module init functions from samba_init_module
Christof Schmitt
1
-1
/
+1
2012-09-20
s3: Fix idmap_hash
Volker Lendecke
1
-1
/
+1
2012-06-20
idmap-hash: Attempt to fix Coverity ID 709116 Overflowed array index write
Volker Lendecke
1
-1
/
+6
2012-06-20
idmap-hash: Fix Coverity ID 709117 Dereference before null check
Volker Lendecke
1
-5
/
+5
2012-06-20
idmap-hash: Fix Coverity 709118 Dereference before null check
Volker Lendecke
1
-5
/
+5
2012-06-20
idmap-hash: Adapt mapfile_read_line to README.Coding
Volker Lendecke
1
-1
/
+2
2012-06-20
idmap-hash: Fix Coverity ID 709119 Unused pointer value
Volker Lendecke
1
-1
/
+1
2011-12-03
Revert making public of the samba-module library.
Jelmer Vernooij
1
-1
/
+1
2011-10-28
lib/util Rename samba_init_module -> samba_module_init
Andrew Bartlett
1
-1
/
+1
2011-10-21
s3:winbindd/idmap make idmap modules loadable again
Christian Ambach
1
-1
/
+1
2011-06-09
s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()
Andrew Bartlett
1
-1
/
+1
2011-05-06
s3-winbind: another strlcpy()/fstring fix
Andrew Tridgell
1
-2
/
+2
2011-05-04
Fix warning messages caused by addition of null check in fstrcpy macro.
Jeremy Allison
1
-2
/
+2
2011-03-31
s3-idmap: fix the build of idmap_hash on FreeBSD.
Günther Deschner
1
-0
/
+1
2011-03-22
s3:idmap: remove the params argument from the init function
Michael Adam
1
-5
/
+4
2011-03-06
s3: Remove close_fn from idmap_methods
Volker Lendecke
1
-9
/
+0
2011-03-06
s3-idmap-hash: Make "hashed_domains" properly talloced
Volker Lendecke
1
-7
/
+7
2011-03-06
s3: Remove unused args from get_nss_info
Volker Lendecke
1
-2
/
+0
2011-02-27
s3: Fix some nonempty blank lines
Volker Lendecke
1
-2
/
+2
2010-12-19
s3: Fix some typos
Volker Lendecke
1
-1
/
+1
2010-10-18
s3: fix the build of idmap_adex, idmap_tdb2, idmap_hash and several vfs modules.
Günther Deschner
1
-0
/
+1
2010-08-26
s3-idmap: only include idmap headers where needed.
Günther Deschner
2
-0
/
+2
[next]