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
/
winbindd
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-09
winbindd: Avoid a fd leak when we can not fork
Volker Lendecke
1
-0
/
+2
2013-04-09
BUG 9766: Cache name_to_sid/sid_to_name correctly.
Andreas Schneider
1
-0
/
+21
2013-03-09
s3-winbindd: Add new module idmap_rfc2307
Christof Schmitt
2
-0
/
+880
2013-03-09
s3-winbindd: Move connection to AD server from idmap_ad
Christof Schmitt
3
-62
/
+52
2013-03-09
s3-winbindd: Use common helper function for connecting to ADS
Christof Schmitt
3
-86
/
+87
2013-03-09
s3-winbindd: Move code for verifying ADS connection to common helper function
Christof Schmitt
3
-45
/
+41
2013-03-09
s3-winbindd: Move idmap_fetch_secret to idmap_utils.c for reuse
Christof Schmitt
3
-24
/
+27
2013-03-09
s3-winbindd: Move common code for LDAP id mapping to idmap_utils
Christof Schmitt
4
-83
/
+53
2013-03-08
s3:idmap: fix a debug message and lower its level
Michael Adam
1
-1
/
+2
2013-03-05
winbind: Fix no memory check in _wbint_PingDc().
Andreas Schneider
1
-1
/
+1
2013-03-05
winbind: Fix samba3.winbind.struct test.
Andreas Schneider
1
-1
/
+1
2013-03-05
winbind: Correctly use names in the domain struct.
Andreas Schneider
7
-20
/
+52
2013-03-05
winbind: Use talloc for allocating domain, dns, forest and dc name.
Andreas Schneider
6
-61
/
+142
2013-02-22
winbind: Don't leak centry memory.
Andreas Schneider
1
-0
/
+1
2013-02-22
winbind: Don't leak memory on return.
Andreas Schneider
1
-0
/
+3
2013-02-22
winbind: Correctly cast name to messaging_send_buf().
Andreas Schneider
1
-3
/
+3
2013-02-22
winbind: Use uint8_t type and use const where needed.
Andreas Schneider
1
-7
/
+7
2013-02-22
winbind: Make domain_name const in wcache_ndr_key().
Andreas Schneider
1
-1
/
+1
2013-02-19
s3:winbindd: s/event_add_timed/tevent_add_timer
Stefan Metzmacher
3
-13
/
+13
2013-02-19
s3:winbindd: s/struct timed_event/struct tevent_timer
Stefan Metzmacher
4
-11
/
+11
2013-02-19
s3:winbindd: s/struct event_context/struct tevent_context
Stefan Metzmacher
3
-6
/
+6
2013-02-19
s3:winbindd: make use of samba_tevent_context_init()
Stefan Metzmacher
1
-1
/
+1
2013-02-13
s3:idmap_autorid: fix freeing of non-talloced memory (uninitialized pointer) ...
Michael Adam
1
-1
/
+1
2013-02-08
winbind: Fix an incompatible pointer type warning
Volker Lendecke
1
-1
/
+1
2013-01-29
s3:winbindd: change getpwsid() to return a passwd struct for a group sid id-m...
Michael Adam
1
-9
/
+43
2013-01-29
s3:winbindd: check the correct variable for talloc success in rpc_query_user()
Michael Adam
1
-1
/
+1
2013-01-29
s3:winbindd:getgrnam: also produce a group struct for a user with ID_TYPE_BOTH
Michael Adam
1
-2
/
+13
2013-01-29
s3:winbindd: create group structs for gids that are coming from a user sid id...
Michael Adam
1
-0
/
+49
2013-01-29
s3:winbindd: factor add_wbint_Principal_to_dict() out of wb_group_members_done()
Michael Adam
2
-17
/
+47
2013-01-29
s3:winbindd: fix a cut'n'paste comment typo in wb_fill_pwent
Michael Adam
1
-1
/
+1
2013-01-29
s3:winbindd: rename winbindd_getgrnam_lookupsid_done to winbindd_getgrnam_loo...
Michael Adam
1
-3
/
+3
2013-01-22
s3-winbind: fix the build of idmap_ldap.
Günther Deschner
1
-1
/
+2
2013-01-18
winbind: Handle child requests in a tevent_fd
Volker Lendecke
1
-105
/
+65
2013-01-18
winbind: Introduce "struct child_handler_state"
Volker Lendecke
1
-22
/
+30
2013-01-18
winbind: Use standard tevent_context_init
Volker Lendecke
3
-7
/
+34
2013-01-11
winbind: Fix some missing NULL checks
Volker Lendecke
1
-24
/
+29
2013-01-11
winbind: Fix error check in unpack_tdc_domains
Volker Lendecke
1
-2
/
+5
2013-01-02
s3-idmap: Check return value of string_to_sid().
Andreas Schneider
1
-1
/
+6
2012-12-21
s3-winbind: Fix null pointer dereference in store_memory_creds().
Andreas Schneider
1
-4
/
+4
2012-12-21
s3-winbind: Check if we created the directories correctly.
Andreas Schneider
1
-4
/
+11
2012-12-12
s3: Fix a typo in a debug message
Volker Lendecke
1
-1
/
+1
2012-12-12
winbind: Use talloc in resolve_username_to_alias().
Andreas Schneider
1
-3
/
+5
2012-12-12
winbind: Use talloc in resolve_alias_to_username().
Andreas Schneider
1
-3
/
+5
2012-12-07
winbind: Make the code more readable in trustdom_list_done().
Andreas Schneider
1
-15
/
+19
2012-12-03
s3:winbindd: use the new sid_check_is_for_passdb() in idmap_find_domain_with_...
Michael Adam
1
-6
/
+2
2012-12-03
s3:winbindd: remove unused function idmap_backends_sid_to_unixid()
Michael Adam
2
-43
/
+0
2012-12-03
s3:idmap_autorid: force mapping type to ID_TYPE_BOTH for sid->unixid mapping
Michael Adam
1
-0
/
+3
2012-12-03
s3:idmap_rid: force mapping type to ID_TYPE_BOTH for sid->unixid mapping
Michael Adam
1
-0
/
+2
2012-12-03
s3:winbindd: remove unused idmap_sid_to_gid()
Michael Adam
2
-75
/
+0
2012-12-03
s3:winbindd: remove unused idmap_sid_to_uid()
Michael Adam
2
-75
/
+0
[next]