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_ldap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-08
s3:winbindd: Add missing newlines to logging messages
Joseph Sutton
1
-2
/
+2
2023-07-19
s3:winbindd: Fix code spelling
Andreas Schneider
1
-2
/
+2
2023-02-08
ldap: Cut down on string substitution
Joseph Sutton
1
-2
/
+1
2022-08-26
s3: Zero memory of idmap_fetch_secret() users
Pavel Filipenský
1
-1
/
+1
2021-01-08
lib: give global_contexts.c its own header file
Volker Lendecke
1
-0
/
+1
2020-10-23
winbindd: allow idmap backends to mark entries with ID_[TYPE_WB_]REQUIRE_TYPE
Stefan Metzmacher
1
-0
/
+29
2020-10-23
winbindd/idmap: apply const to struct idmap_methods pointers
Stefan Metzmacher
1
-1
/
+1
2020-08-03
lib: relicense smb_strtoul(l) under LGPLv3
Ralph Boehme
1
-0
/
+1
2019-06-30
source3: Update all consumers of strtoul_err(), strtoull_err() to new API
Swen Schillig
1
-3
/
+3
2019-03-01
winbindd: Use wrapper for string to integer conversion
Swen Schillig
1
-8
/
+29
2018-12-20
winbindd: Use dom_sid_str_buf
Volker Lendecke
1
-4
/
+12
2018-12-11
winbind: Use dom_sid_str_buf
Volker Lendecke
1
-12
/
+10
2018-09-07
s3: Rename server_event_context() to global_event_context()
Christof Schmitt
1
-1
/
+1
2017-11-18
winbind: Replace winbind_event_context with server_event_context
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
-2
/
+2
2017-04-20
smbldap: Introduce "smbldap_get_ldap"
Volker Lendecke
1
-24
/
+28
2017-04-06
idmap_ldap: Fix CID 1404836 Dereference before null check
Volker Lendecke
1
-10
/
+1
2017-03-20
idmap_ldap: Use idmap_config_const_string
Volker Lendecke
1
-11
/
+2
2017-03-20
idmap_ldap: Use idmap_config_const_string
Volker Lendecke
1
-3
/
+2
2013-03-09
s3-winbindd: Move idmap_fetch_secret to idmap_utils.c for reuse
Christof Schmitt
1
-24
/
+0
2013-03-09
s3-winbindd: Move common code for LDAP id mapping to idmap_utils
Christof Schmitt
1
-44
/
+2
2012-09-07
s3-smbldap: use smbldap_ prefixed functions
Alexander Bokovoy
1
-1
/
+1
2012-08-09
Check error returns from strupper_m() (in all reasonable places).
Jeremy Allison
1
-1
/
+6
2012-07-18
loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.
Rusty Russell
1
-1
/
+1
2011-11-16
s3-smbldap: extend smbldap_init() with binddn/bindsecret arguments.
Günther Deschner
1
-1
/
+3
2011-11-16
s3-passdb: split out passdb/pdb_ldap_schema.c
Günther Deschner
1
-0
/
+1
2011-06-09
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
1
-1
/
+1
2011-06-01
s3:idmap_ldap: allow creation of ldap stored mappings for explicitly configur...
Michael Adam
1
-1
/
+1
2011-06-01
s3:idmap_ldap: rename idmap_ldap_get_new_id to idmap_ldap_allocate_id
Michael Adam
1
-6
/
+6
2011-06-01
s3:idmap_ldap: rename idmap_ldap_allocate_id to idmap_ldap_allocate_id_internal
Michael Adam
1
-3
/
+3
2011-03-22
s3:idmap: remove the params argument from the init function
Michael Adam
1
-2
/
+1
2011-03-22
s3:idmap: remove special treatment of domain "*" from idmap_ldap_init.
Michael Adam
1
-9
/
+5
2011-03-22
s3:idmap: remove use of params from idmap_ldap_init - it is not used any more
Michael Adam
1
-13
/
+7
2011-03-11
s3:idmap_ldap: fix a few typos in a comment
Michael Adam
1
-3
/
+4
2011-03-06
s3: Remove close_fn from idmap_methods
Volker Lendecke
1
-6
/
+0
2011-03-06
s3-idmap-ldap: private_data is a talloc child of dom
Volker Lendecke
1
-10
/
+0
2011-01-02
s3:idmap_ldap: remove special handling of alloc secret (not used any more).
Michael Adam
1
-11
/
+8
2011-01-02
s3:idmap_ldap: remove unused idmap_ldap_alloc_context.
Michael Adam
1
-7
/
+0
2011-01-02
s3:idmap_ldap: remove alloc context member from ldap_idmap_context
Michael Adam
1
-1
/
+0
2011-01-02
s3:idmap_ldap: remove use of alloc context from idmap_ldap_allocate_id().
Michael Adam
1
-16
/
+10
2011-01-02
s3:idmap_ldap: remove unused idmap_ldap_alloc_close_destructor().
Michael Adam
1
-12
/
+0
2011-01-02
s3:idmap_ldap: remove unused idmap_ldap_alloc_init().
Michael Adam
1
-82
/
+0
2011-01-02
s3:idmap_ldap: don't call idmap_ldap_alloc_init in idmap_ldap_init.
Michael Adam
1
-3
/
+3
2011-01-02
s3:idmap_ldap: remove use of the ldap_idmap_alloc_context from verify_idpool().
Michael Adam
1
-12
/
+7
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
-1
/
+2
2010-08-26
s3-idmap: only include idmap headers where needed.
Günther Deschner
1
-0
/
+1
2010-08-14
s3:idmap_ldap: use idmap_rw_new_mapping in idmap_ldap_new_mapping
Michael Adam
1
-34
/
+3
2010-08-14
s3:idmap_ldap: add idmap_rw_ops to idmap_ldap_context and init in db_init()
Michael Adam
1
-0
/
+11
2010-08-14
s3:idmap_ldap: add my (C)
Michael Adam
1
-0
/
+1
[next]