s3:winbindd: avoid writing to a closed connection and generate SIGPIPE
[gd/samba/.git] / source3 / winbindd / winbindd.c
2009-09-21 Stefan Metzmachers3:winbindd: avoid writing to a closed connection and...
2009-09-06 Volker Lendeckes3:winbind: Convert WINBINDD_SET_HWM to the new API
2009-09-06 Volker Lendeckes3:winbind: Convert WINBINDD_REMOVE_MAPPING to the...
2009-09-06 Volker Lendeckes3:winbind: Convert WINBINDD_SET_MAPPING to the new API
2009-09-06 Volker Lendeckes3:winbind: Convert WINBINDD_CHECK_MACHACC to the new API
2009-08-30 Volker Lendeckew3:winbind: Convert WINBINDD_ALLOCATE_GID to the new API
2009-08-30 Volker Lendeckew3:winbind: Convert WINBINDD_ALLOCATE_UID to the new API
2009-08-29 Volker Lendeckes3:winbind: Convert WINBINDD_LIST_GROUPS to the new API
2009-08-29 Volker Lendeckes3:winbind: Convert WINBINDD_LIST_USERS to the new API
2009-08-29 Volker Lendeckes3:winbind: Convert the getgrent functions to the new API
2009-08-29 Volker Lendeckew3:winbind: Convert WINBINDD_LOOKUPRIDS to the new API
2009-08-29 Volker Lendeckes3:winbind: Convert the GETDCNAME routines to the new API
2009-08-29 Volker Lendeckes3:winbind: Convert winbindd_dsgetdcname to the new API
2009-08-29 Volker Lendeckes3:winbind: Convert the GETPWENT routines to the new API
2009-08-27 Volker Lendeckes3:winbind: Convert WINBINDD_GETUSERSIDS to the new API
2009-08-16 Volker Lendeckes3:winbind: The get[gr|pw]end functions need access...
2009-08-16 Volker Lendeckes3:winbind: Convert WINBINDD_GETGRNAM to the new API
2009-08-16 Volker Lendeckes3:winbind: Convert WINBINDD_GETGRGID to the new API
2009-08-16 Volker Lendeckes3:winbind: Convert winbindd_show_sequence to the new API
2009-08-08 Alexander BokovoyMerge branch 'master' of ssh://git.samba.org/data/git...
2009-08-05 Volker Lendeckes3:winbind: Convert WINBINDD_GETGROUPS to the new API
2009-08-05 Volker Lendeckes3:winbind: Convert WINBINDD_GETUSERDOMGROUPS to the...
2009-08-05 Volker Lendeckes3:winbind: Convert WINBINDD_GETSIDALIASES to the new API
2009-08-05 Volker Lendeckes3:winbind: Convert WINBINDD_GETPWUID to the new API
2009-08-05 Volker Lendeckes3:winbind: Convert WINBINDD_GETPWNAM to the new API
2009-08-05 Volker Lendeckes3:winbind: Convert WINBINDD_GETPWSID to the new API
2009-08-05 Volker Lendeckes3:winbind: Convert WINBINDD_GID_TO_SID the new API
2009-08-05 Volker Lendeckes3:winbind: Convert WINBINDD_UID_TO_SID the new API
2009-08-05 Volker Lendeckes3:winbind: Convert WINBINDD_SID_TO_GID the new API
2009-08-05 Volker Lendeckes3:winbind: Convert WINBINDD_SID_TO_UID to the new API
2009-08-05 Volker Lendeckes3:winbind: Convert WINBINDD_LOOKUPNAME to the new API
2009-08-05 Volker Lendeckes3:winbind: Remove old version of WINBINDD_PING
2009-08-05 Volker Lendeckes3:winbind: Convert WINBINDD_LOOKUPSID to the new API
2009-07-31 Volker LendeckeSlightly restructure the async winbind request calling...
2009-07-27 Volker LendeckeFix a valgrind error in winbind
2009-07-25 Volker LendeckeFix a winbind memleak
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-15 Volker LendeckeMake gencache more stable
2009-06-18 Volker LendeckeFix bug 4699: Remove pidfile on clean shutdown
2009-06-14 Volker LendeckeRemove "winbindd_request" and "winbindd_response" from...
2009-06-14 Volker LendeckeMake winbindd_cli_state->response a pointer instead...
2009-06-14 Volker Lendeckewinbind: replace process_loop() by tevent_loop_once()
2009-06-14 Volker LendeckeMake rescan_trusted_domains a timed event
2009-06-14 Volker LendeckeDo not store the listening fde
2009-06-14 Volker LendeckeAvoid scanning the client list when a client exits
2009-06-14 Volker LendeckeAdd async wb_ping
2009-06-14 Volker LendeckeAdd an async wb request loop
2009-06-14 Volker LendeckeRemove some unused code
2009-06-14 Volker LendeckeConvert the main winbind client communication to wb_req...
2009-06-14 Volker LendeckeMake winbindd_cli_state->request a pointer instead...
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-27 Marc VanHeyningens3: Allow child processes to exit gracefully if we...
2009-05-24 Volker LendeckeFix a race condition in winbind leading to a panic
2009-05-21 Bo Yangs3: ignore EPIPE error when winbind finally writes...
2009-05-12 Volker LendeckeConvert response.extra_data.data from malloc to talloc
2009-05-07 Volker LendeckeFix some type-punned warnings
2009-05-07 Volker LendeckeRemove a misleading comment
2009-03-20 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-20 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-18 Stefan Metzmachers3:winbindd: accept new connections via fd events
2009-03-18 Stefan Metzmachers3:winbindd: move non event related code out of process...
2009-03-15 Jelmer VernooijMerge branch 'sharedm4' of /home/jelmer/samba4
2009-03-15 Jelmer VernooijMerge branch 'nodiscard' of /home/jelmer/samba4
2009-03-15 Jelmer VernooijMerge branch 'tdr' of /home/jelmer/samba4
2009-03-15 Jelmer VernooijMerge branch 'checktalloc' of /home/jelmer/samba4
2009-03-12 Volker LendeckeMake opt_nocache static to winbindd.c
2009-03-08 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-05 Bo YangFix careless mistake in winbindd_setup_sig_usr2_handler
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-02-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-24 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-24 Jeremy AllisonMore warning fixes for Solaris.
2009-02-12 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-12 Dan Sledzs3: Implement wbcGetSidAliases
2009-02-12 Dan Sledzs3: Implement wbcGetpwsid
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-27 Stefan Metzmachers3:winbindd: handle SIG_TERM, SIGHUP, SIGCHLD and SIGUS...
2009-01-22 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-22 Stefan Metzmachers3:winbindd: we don't need to call message_dispatch...
2009-01-22 Stefan Metzmachers3: always call run_events() before and after sys_select()
2009-01-15 Michael Adams3: make better use of ccache by not including version...
2009-01-07 Jeremy AllisonMake winbindd_cm.c use winbindd_reinit_after_fork().
2009-01-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-05 Stefan Metzmachers3:winbindd: also handle fd events from the winbind_eve...
2009-01-05 Stefan Metzmachers3:winbindd: rename fd_event => winbindd_fd_event
2009-01-05 Bo Yangclean event context after child is forked.
2008-12-19 Jelmer VernooijMerge branch 'pyregistry' of git://git.samba.org/jelmer...
2008-12-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-19 Volker LendeckeFix a "ignoring function call result" warning
2008-12-16 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-14 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-12 SATOH Fumiyasuwinbindd: vars for signals must be volatile sig_atomic_t
2008-12-07 Volker LendeckeFix nonempty blank lines
2008-12-03 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-19 Steven DannemanClean-up various trailing space and >80 column lines.
2008-11-19 Steven DannemanAdded ability to remove id mappings in wbinfo and libwb...
2008-11-11 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-11-03 Tim Proutys3: fix a few "shadows a global declaration" warnings
2008-10-27 Michael Adam[s3]winbind: fix smbd hanging on Solaris when winbindd...
next