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-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
2012-12-03
s3:winbindd: remove unused server implementation of wbint_Sid2Gid()
Michael Adam
1
-14
/
+0
2012-12-03
s3:winbindd: remove unused server implementation of wbint_Sid2Uid()
Michael Adam
1
-14
/
+0
2012-12-03
s3:winbindd: remove now unused wb_sid2uid and wb_sid2gid modules
Michael Adam
3
-342
/
+0
2012-12-03
s3:winbindd: change winbindd_getgroups to use wb_sids2xids instead of wb_sid2gid
Michael Adam
1
-5
/
+14
2012-12-03
s3:winbindd: change wb_getgrsid to use wb_sids2xids instead of wb_sid2gid
Michael Adam
1
-2
/
+17
2012-12-03
s3:winbindd: change wb_fill_pwent to use wb_sids2xids instead of wb_sid2[ug]id
Michael Adam
1
-4
/
+32
2012-12-03
s3:winbindd: make idmap_find_domain() static.
Michael Adam
2
-2
/
+1
2012-12-03
s3:winbindd: also use idmap_passdb for own sam and builtin in wbint_Sids2Unix...
Michael Adam
1
-3
/
+3
2012-12-03
s3:winbindd: add idmap_find_domain_with_sid()
Michael Adam
2
-0
/
+18
2012-12-03
s3:winbindd: rename idmap_init_passdb_domain() -> idmap_passdb_domain()
Michael Adam
1
-3
/
+3
2012-12-03
s3:winbindd: use struct unixid instead of uint64 in Sids2Xids parent<->child
Michael Adam
2
-4
/
+7
2012-12-03
s3:winbindd: add an explanatory comment to _wbint_Sids2UnixIDs()
Michael Adam
1
-0
/
+3
2012-12-03
s3:winbindd: add an explanatory comment to _wbint_Sids2UnixIDs()
Michael Adam
1
-0
/
+5
2012-12-03
s3:winbindd: use wb_sids2xids instead of wb_sid2gid in winbindd_sid_to_gid
Michael Adam
1
-2
/
+16
2012-12-03
s3:winbindd: use wb_sids2xids instead of wb_sid2uid in winbindd_sid_to_uid
Michael Adam
1
-2
/
+16
2012-12-03
s3:winbindd: factor winbindd_sids_to_xids into external and internal part
Michael Adam
3
-165
/
+284
2012-12-03
s3:winbindd: convert some spaces to tabs in winbindd_sids_to_xids_send()
Michael Adam
1
-4
/
+4
2012-12-03
s3:winbindd: add explaining comment winbindd_sids_to_xids_send()
Michael Adam
1
-0
/
+5
2012-12-03
s3:winbindd: factor lsa_SidType_to_id_type() out of winbindd_sids_to_xids_loo...
Michael Adam
1
-14
/
+25
2012-12-03
s3:winbindd: simplify winbindd_sids_to_xids_recv() a bit.
Michael Adam
1
-40
/
+25
2012-12-03
s3:winbindd:util: add a comment explaining the function parse_sidlist()
Michael Adam
1
-0
/
+9
2012-11-30
s3-winbind: use new reconnect logic in rpc_lookup_sids() also.
Günther Deschner
1
-16
/
+7
2012-11-30
s3-winbindd: rework reconnect logic in winbindd_lookup_names().
Günther Deschner
1
-12
/
+13
2012-11-30
s3-winbindd: rework reconnect logic in winbindd_lookup_sids().
Günther Deschner
1
-12
/
+14
[next]