summaryrefslogtreecommitdiff
path: root/source4/winbind
Commit message (Expand)AuthorAgeFilesLines
* source4/smbd: refactor the process model for preforkGary Lockyer2017-10-191-2/+9
* s4: Add TALLOC_CTX * to register_server_service().Jeremy Allison2017-05-111-2/+2
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-2/+2
* winbind4: Remove unused codeVolker Lendecke2017-01-024-533/+1
* idmap4: Use sid_check_is_in_unix_groups()Volker Lendecke2016-12-292-8/+1
* idmap4: Use sid_check_is_in_unix_users()Volker Lendecke2016-12-282-8/+2
* idmap4: Slightly simplify idmap_xid_to_sidVolker Lendecke2016-12-281-7/+4
* idmap4: Fix error path memleaks in idmap_initVolker Lendecke2016-12-281-4/+7
* idmap4: Fix idmap_ctx talloc hierarchyVolker Lendecke2016-12-281-3/+5
* s4-winbindd: Remove the winbind rewrite from the samba4 effortAndrew Bartlett2015-06-2440-8701/+5
* winbindd4: Force home directory in internal winbind to use a lower-case usernameAndrew Bartlett2015-05-062-4/+16
* s4-winbind: Correctly reject the unsupported WBFLAG_PAM_AUTH_PAC flagAndrew Bartlett2015-05-061-0/+4
* s3-winbind: Correct debug message for starting winbind.Andreas Schneider2015-03-201-1/+1
* Fix the developer O3 buildVolker Lendecke2015-02-251-1/+1
* idmap: return the correct id type to *id_to_sid methodsGarming Sam2014-12-031-1/+19
* winbindd: Do not use group_list->out.resume_index after freeAndrew Bartlett2014-09-081-2/+3
* winbindd: Do not use user_list->out.resume_index after freeAndrew Bartlett2014-09-081-2/+5
* winbind: Fix template homedir to match source3Andrew Bartlett2014-06-042-4/+4
* winbind: Allow winbindd to be run from inside "samba"Andrew Bartlett2014-04-292-0/+102
* winbind4: Remove unused winbind_get_idmap irpc operationVolker Lendecke2014-03-051-72/+0
* Revert "winbind4: Remove unused winbind_get_idmap irpc operation"Volker Lendecke2014-02-181-0/+72
* s4:winbind: make use of dcerpc_binding_[g|s]et_flags()Stefan Metzmacher2014-02-131-9/+31
* s4:winbind: don't access dcerpc_binding internals in init_domain_binding()Stefan Metzmacher2014-02-131-7/+9
* winbind4: Remove unused winbind_get_idmap irpc operationVolker Lendecke2014-02-101-72/+0
* log winbind version (when requested) in winbindd logNoel Power2014-01-221-0/+2
* s4:winbind: let wb_samr_userdomgroups_send() take tevent_context/dcerpc_bindi...Stefan Metzmacher2014-01-162-9/+11
* s4:winbind: let wb_lsa_lookupnames_send() take tevent_context/dcerpc_binding_...Stefan Metzmacher2014-01-162-6/+7
* s4:winbind: let wb_lsa_lookupsids_send() take tevent_context/dcerpc_binding_h...Stefan Metzmacher2014-01-163-6/+8
* s4:winbind: make clear that we use the global tevent_contextStefan Metzmacher2014-01-164-2/+8
* s4:winbind: correctly fill the libnet_context lsa and samr binding handlesStefan Metzmacher2014-01-161-0/+6
* CVE-2013-4408:s3:Ensure LookupNames replies arrays are range checked.Jeremy Allison2013-12-091-1/+12
* CVE-2013-4408:s3:Ensure LookupSids replies arrays are range checked.Jeremy Allison2013-12-091-1/+12
* s4-winbindd: Do not terminate a connection that is still pending (bug #9820)Andrew Bartlett2013-07-103-2/+64
* s4-winbind: Add special case for BUILTIN domainAndrew Bartlett2013-06-203-20/+37
* s4:winbind: don't leak libnet_context into the main event contextStefan Metzmacher2013-06-041-0/+2
* s4:idmap: break account_type check lines for readability in idmap_sid_to_xid()Michael Adam2013-05-271-2/+7
* winbind4: Fix bug 9832 -- talloc use after freeVolker Lendecke2013-05-161-1/+1
* source4/winbind/wb_samba3_cmd.c: Fix typo in comment.Karolin Seeger2013-05-161-1/+1
* winbind4: Fix bug 9832 -- talloc use after freeVolker Lendecke2013-04-301-1/+1
* s4:winbindd: fix spacing and line length in cmd_getpwnam_recv_domain()Michael Adam2013-02-281-1/+2
* s4:winbindd: do not drop the workgroup name in the getgrgid callMichael Adam2013-02-271-1/+11
* s4:winbindd: do not drop the workgroup name in the getgrnam and getgrent calls.Michael Adam2013-02-271-1/+11
* wb_samba3_cmd.c: Fix typo in comment.Karolin Seeger2013-02-181-1/+1
* s4-idmap: Remove requirement that posixAccount or posixGroup be set for rfc2307Andrew Bartlett2013-01-101-6/+3
* Use the new directory_create_or_exist_strict() function.Andreas Schneider2013-01-091-2/+7
* libcli/auth: rename netlogon_creds_decrypt_samlogon() to netlogon_creds_decry...Günther Deschner2012-12-151-3/+3
* Set trans to a value that is not LDB_SUCCESS (all LDB_ constants areMichele Baldessari2012-09-101-1/+1
* s4:winbind: let wb_update_rodc_dns_send/recv use netlogon_queue (bug #9097)Stefan Metzmacher2012-08-251-3/+30
* s4:winbind: let wb_sam_logon_send/recv() use the netlogon_queue (bug #9097)Stefan Metzmacher2012-08-251-3/+30
* s4:winbind: add a netlogon_queue (tevent_queue)Stefan Metzmacher2012-08-252-0/+12