summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd.c
Commit message (Expand)AuthorAgeFilesLines
* winbindd: Fix crash when taking profilesVolker Lendecke2018-11-121-1/+2
* s3:winbindd: Also log the process name in winbinddAndreas Schneider2018-11-121-5/+14
* gencache: Remove transaction-based tdbVolker Lendecke2018-11-061-2/+0
* s3:winbind: Check return code of initialize_password_db()Andreas Schneider2018-10-291-1/+7
* lib: Remove gencache.h from proto.hVolker Lendecke2018-10-191-0/+1
* s3: Rename server_messaging_context() to global_messaging_context()Christof Schmitt2018-09-071-9/+9
* s3: Rename server_event_context() to global_event_context()Christof Schmitt2018-09-071-28/+28
* lib: Pass mem_ctx to state_path()Volker Lendecke2018-08-171-1/+1
* winbind: Move variable declarations close to their useVolker Lendecke2018-07-241-3/+3
* winbindd: Do request profilingVolker Lendecke2018-07-111-2/+44
* winbindd: Convert process_request() to tevent_reqVolker Lendecke2018-07-111-147/+181
* winbind: Fix a typoVolker Lendecke2018-06-191-1/+1
* winbindd: Make "request_error()" static to winbindd.cVolker Lendecke2018-05-171-1/+2
* winbindd: Make "request_ok()" static to winbindd.cVolker Lendecke2018-05-171-1/+2
* winbindd: Remove the "old" non-bool dispatch tableVolker Lendecke2018-05-171-27/+0
* winbindd: Make DOMAIN_INFO a proper async requestVolker Lendecke2018-05-171-3/+2
* winbindd: winbindd_list_trusted_domains() -> bool_dispatch_tableVolker Lendecke2018-05-171-2/+3
* winbindd: winbindd_priv_pipe_dir() -> bool_dispatch_tableVolker Lendecke2018-05-171-3/+3
* winbindd: winbindd_ccache_save() -> bool_dispatch_tableVolker Lendecke2018-05-171-1/+3
* winbindd: winbindd_ccache_ntlm_auth() -> bool_dispatch_tableVolker Lendecke2018-05-171-1/+3
* winbindd: winbindd_dc_info() -> bool_dispatch_tableVolker Lendecke2018-05-171-1/+3
* winbindd: winbindd_netbios_name() -> bool_dispatch_tableVolker Lendecke2018-05-171-1/+3
* winbindd: winbindd_domain_name() -> bool_dispatch_tableVolker Lendecke2018-05-171-1/+3
* winbindd: winbindd_ping() -> bool_dispatch_tableVolker Lendecke2018-05-171-1/+3
* winbindd: winbindd_info() -> bool_dispatch_tableVolker Lendecke2018-05-171-1/+3
* winbindd: winbindd_interface_version() -> bool_dispatch_tableVolker Lendecke2018-05-171-2/+3
* winbindd: Introduce "bool_dispatch_table"Volker Lendecke2018-05-171-1/+28
* winbind: Speed up wbinfo -pVolker Lendecke2018-04-241-2/+1
* source3: initilize_password_db after a fork.Gary Lockyer2018-04-061-0/+2
* winbind: Add smbcontrol disconnect-dcVolker Lendecke2018-03-151-0/+4
* winbindd: Remove "DUMP_EVENT_LIST" messageVolker Lendecke2018-02-261-3/+0
* s3:auth: Pass mem_ctx to init_system_session_info()Andreas Schneider2018-02-211-1/+1
* winbindd: Free is_parent before we terminateAndreas Schneider2018-02-121-3/+6
* gpo: Add the winbind call to gpupdateDavid Mulder2018-01-131-0/+2
* winbindd: add "winbind scan trusted domains = no" to avoid trust enumerationStefan Metzmacher2018-01-131-0/+4
* winbindd: avoid automatic enumerating trusts on DCsStefan Metzmacher2018-01-131-1/+10
* winbindd: use setproctitleRalph Boehme2018-01-101-0/+4
* source3/winbindd/winbindd.c set socket close on execGary Lockyer2017-12-181-0/+1
* lib: Remove unused serverid.tdbVolker Lendecke2017-12-051-14/+0
* winbind: Remove winbind_messaging_contextVolker Lendecke2017-11-181-19/+0
* winbind: winbind_messaging_context -> server_messaging_contextVolker Lendecke2017-11-181-8/+8
* winbind: Remove winbind_event_contextVolker Lendecke2017-11-181-19/+0
* winbind: Replace winbind_event_context with server_event_contextVolker Lendecke2017-11-181-29/+29
* s3: clients: Use netlogon_creds_cli_close_global_db() in all normal exit paths.Jeremy Allison2017-07-261-0/+3
* winbind: Slightly simplify remove_timed_out_clientsVolker Lendecke2017-04-121-14/+15
* libsmb: Remove some stale codeVolker Lendecke2017-03-141-2/+0
* s3:winbind: Do not start with an invalid default idmap backendAndreas Schneider2016-12-121-0/+19
* lib: Add samlogon_cache.hVolker Lendecke2016-12-021-0/+1
* s4: messaging: Remove bool auto_remove parameter from imessaging_init().Jeremy Allison2016-07-231-2/+1
* lib: Remove sys_waitpidVolker Lendecke2016-02-231-1/+1