Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-05 | s3:winbind: Add async wb_lookupuseraliases | Volker Lendecke | 1 | -0/+7 | |
2009-08-05 | s3:winbind: Make parse_sidlist take a const char * | Volker Lendecke | 1 | -1/+1 | |
2009-08-05 | s3:winbind: Make wcache_lookup_useraliases available publically | Volker Lendecke | 1 | -0/+4 | |
2009-08-05 | s3:winbind: Convert WINBINDD_GETPWUID to the new API | Volker Lendecke | 1 | -0/+6 | |
2009-08-05 | s3:winbind: Convert WINBINDD_GETPWNAM to the new API | Volker Lendecke | 1 | -0/+7 | |
2009-08-05 | s3:winbind: Convert WINBINDD_GETPWSID to the new API | Volker Lendecke | 1 | -0/+6 | |
2009-08-05 | s3:winbind: Add async wb_getpwsid | Volker Lendecke | 1 | -0/+6 | |
2009-08-05 | s3:winbind: Make fillup_pw_field publically available | Volker Lendecke | 1 | -0/+8 | |
2009-08-05 | s3:winbind: Add async wb_queryuser | Volker Lendecke | 1 | -0/+5 | |
2009-08-05 | s3:winbind: Make wcache_query_user externally visible | Volker Lendecke | 1 | -0/+4 | |
2009-08-05 | s3:winbind: Convert WINBINDD_GID_TO_SID the new API | Volker Lendecke | 1 | -0/+6 | |
2009-08-05 | s3:winbind: Add async wb_gid2sid | Volker Lendecke | 1 | -0/+5 | |
2009-08-05 | s3:winbind: Convert WINBINDD_UID_TO_SID the new API | Volker Lendecke | 1 | -0/+6 | |
2009-08-05 | s3:winbind: Add async wb_uid2sid | Volker Lendecke | 1 | -0/+6 | |
2009-08-05 | s3:winbind: Convert WINBINDD_SID_TO_GID the new API | Volker Lendecke | 1 | -0/+6 | |
2009-08-05 | s3:winbind: Add async wb_sid2gid | Volker Lendecke | 1 | -0/+4 | |
2009-08-05 | s3:winbind: Convert WINBINDD_SID_TO_UID to the new API | Volker Lendecke | 1 | -0/+5 | |
2009-08-05 | s3:winbind: Add async wb_sid2uid | Volker Lendecke | 1 | -0/+7 | |
2009-08-05 | s3:winbind: Convert WINBINDD_LOOKUPNAME to the new API | Volker Lendecke | 1 | -0/+5 | |
2009-08-05 | s3:winbind: Add async wb_lookupname | Volker Lendecke | 1 | -0/+7 | |
2009-08-05 | s3:winbind: Make wcache_name_to_sid visible externally | Volker Lendecke | 1 | -0/+5 | |
2009-08-05 | s3:winbind: Convert WINBINDD_LOOKUPSID to the new API | Volker Lendecke | 1 | -0/+7 | |
2009-08-05 | s3:winbind: Add async wb_lookupsid | Volker Lendecke | 1 | -0/+7 | |
2009-08-05 | s3:winbind: Make wcache_sid_to_name externally visible | Volker Lendecke | 1 | -0/+6 | |
2009-08-05 | s3:winbind: Add NDR-based parent-child communication to winbind | Volker Lendecke | 1 | -0/+6 | |
2009-08-03 | Add some const to winbind_userinfo | Volker Lendecke | 1 | -2/+2 | |
2009-07-31 | Slightly restructure the async winbind request calling convention | Volker Lendecke | 1 | -2/+2 | |
The main loop now allocates the response, this has to be done everywhere | |||||
2009-06-14 | Make rescan_trusted_domains a timed event | Volker Lendecke | 1 | -1/+2 | |
2009-06-14 | Remove unused init_child_connection() | Volker Lendecke | 1 | -4/+0 | |
2009-06-14 | Add winbindd_dual_ping to all children | Volker Lendecke | 1 | -0/+2 | |
2009-06-14 | Add async wb_ping | Volker Lendecke | 1 | -0/+6 | |
2009-06-14 | Add wb_domain_request_send/recv | Volker Lendecke | 1 | -0/+6 | |
2009-06-14 | Remove some unused code | Volker Lendecke | 1 | -11/+0 | |
2009-06-14 | Convert the winbind parent->child communication to wb_reqtrans | Volker Lendecke | 1 | -0/+7 | |
2009-03-18 | s3: remove POLICY_HND. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2009-03-18 | s3:winbindd: remove unused close_winbindd_socket() function | Stefan Metzmacher | 1 | -1/+0 | |
metze | |||||
2009-03-12 | Make opt_nocache static to winbindd.c | Volker Lendecke | 1 | -0/+2 | |
2009-02-17 | s3:winbindd: make do_async_domain() static. | Michael Adam | 1 | -6/+0 | |
Michael | |||||
2009-02-11 | s3: Implement wbcGetSidAliases | Dan Sledz | 1 | -0/+3 | |
* Adds wbcGetSidAliases that calls the lookup_useraliases function. * Updates wbinfo and winbind_util.c to call the new function. * Also added winbind_get_groups helper function. | |||||
2009-02-11 | s3: Implement wbcGetpwsid | Dan Sledz | 1 | -0/+1 | |
* Adds the plumbing required to lookup users by sid into winbind, wbinfo and smbd helper lib (winbind_util.c). * Removes some double declarations of winbind_util.c functions. * Bumps the winbind protocol version to 21 and the minor version of wbclient to 3. | |||||
2009-02-09 | async_sock: Use unix errnos instead of NTSTATUS | Kai Blin | 1 | -21/+0 | |
This also switches wb_reqtrans to use wbcErr instead of NTSTATUS as it would be pointless to convert to errno first and to wbcErr later. | |||||
2009-01-28 | s3:winbind: remove prototype for non-existent function from winbind_proto.h | Michael Adam | 1 | -1/+0 | |
Michael | |||||
2009-01-27 | s3: Fix shadowed declaration | Tim Prouty | 1 | -1/+1 | |
2009-01-27 | s3:winbindd: handle SIG_TERM, SIGHUP, SIGCHLD and SIGUSR2 via tevent | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2009-01-06 | Make winbindd_cm.c use winbindd_reinit_after_fork(). | Jeremy Allison | 1 | -0/+1 | |
Jeremy. | |||||
2009-01-05 | s3:winbindd: regain tickets for all ccache entries, when we go online | Stefan Metzmacher | 1 | -0/+1 | |
set_event_dispatch_time() is stupid by design and only handles the first event with a given name. metze | |||||
2009-01-05 | s3:winbindd: cancel all ccache entry events and not just one | Stefan Metzmacher | 1 | -0/+1 | |
cancel_named_event() is stupid by design and also only cancels one single event. metze | |||||
2009-01-05 | s3:winbindd: rename fd_event => winbindd_fd_event | Stefan Metzmacher | 1 | -4/+4 | |
It's really confusing to have two versions of 'fd_event' metze | |||||
2009-01-04 | Remove wb_trans_send/recv | Volker Lendecke | 1 | -9/+0 | |
2008-12-08 | Add wb_trans_send/revc | Volker Lendecke | 1 | -0/+9 | |