s4-param Remove config_path() -> lpcfg_config_path()
[kai/samba-autobuild/.git] / source4 / winbind /
2011-03-19 Jelmer Vernooijsource4/winbind: Fix prototypes for all functions.
2011-02-16 Günther Deschners4-waf: move wbinfo buildrule to winbind.
2011-02-10 Andrew Tridgellldb: use #include <ldb.h> for ldb
2011-02-08 Günther Deschnerpam: share pam errors in a common location.
2011-01-12 Matthias Dieter... s4:winbind/idmap.c - we cannot use "failed" until we...
2011-01-12 Matthieu PatouAdd some debug in s4's winbind server
2010-12-12 Matthias Dieter... s4:libcli/finddc.h - fix header dependancies
2010-11-14 Andrew Tridgells4-server: make server sockets a child of the task...
2010-11-14 Jelmer Vernooijwinbind: Build as shared module.
2010-11-07 Jelmer Vernooijldbsamba: Lowercase library name.
2010-10-31 Jelmer Vernooijs4: Remove the old perl/m4/make/mk-based build system.
2010-10-30 Andrew Tridgells4-smbd: don't initialise process models more than...
2010-10-26 Jelmer Vernooijwaf: Stop automaticaly changing dashes to underscores...
2010-10-26 Jelmer Vernooijs4: Drop duplicate 'lib' prefix for private libraries.
2010-10-24 Jelmer Vernooijs4: Rename LIBCLI_LDAP to libcli_ldap.
2010-10-24 Jelmer Vernooijs4: Rename LIBSAMBA-* to libsamba-*
2010-10-24 Jelmer Vernooijs4: Rename SAMDB_COMMON to samdb_common.
2010-10-12 Andrew Bartlettlibcli/security Use common security.h
2010-10-11 Andrew Bartletts4-param Refactor secrets code to not require an event...
2010-10-10 Jelmer Vernooijidmap: Add missing dependency on ldbsamba.
2010-09-20 Jelmer VernooijMerge branch 'v4-0-stable' into newmaster
2010-09-17 Andrew Bartletts4-winbind Add a proxy method to update DNS records...
2010-09-16 Andrew Tridgells4-winbind: fixed two valgrind errors
2010-09-15 Andrew Tridgells4-finddc: use NBT lookup for a 1C name if joining...
2010-09-15 Andrew Tridgells4-libcli: change finddcs.h -> finddc.h
2010-09-15 Andrew Tridgells4-winbind: use finddcs_cldap() in winbind
2010-09-15 Andrew Tridgells4-libnet: converted finddcs call to tevent_req
2010-09-15 Andrew Tridgells4-secrets: fetch secure channel type with domain SID
2010-08-14 Michael Adams4: remove REMOVE_MAPPING from wb_samba3_protocol
2010-08-14 Michael Adams4: remove SET_MAPPING from wb_samba3_protocol
2010-08-14 Michael Adams4: remove SET_HWM and SET_DUAL_HWM from wb_samba3_protocol
2010-07-16 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-16 Andrew Tridgells4-loadparm: 2nd half of lp_ to lpcfg_ conversion
2010-07-10 Stefan Metzmachers4:winbind: let WBSRV_SAMBA3_SET_STRING() initialize...
2010-07-10 Stefan Metzmachers4:wb_cmd_list_groups: also handle NT_STATUS_NO_MORE_EN...
2010-07-10 Stefan Metzmachers4:wb_cmd_list_users: also handle NT_STATUS_NO_MORE_ENTRIES
2010-07-05 Matthias Dieter... s4:winbind/wb_cmd_setpwent.c - fix a possible crash...
2010-07-04 Matthias Dieter... s4:wb_cmd_list_groups.c - don't crash when we don't...
2010-07-04 Matthias Dieter... s4:wb_cmd_list_groups.c - indentation and comment fixes
2010-06-26 Matthias Dieter... s4:winbind/wb_samba3_protocol.c - add cast to suppress...
2010-06-16 Stefan Metzmachers4:lib: merge LDB_WRAP and LDBSAMBA and make LDBSAMBA...
2010-05-24 Andrew Bartletts4:winbind Give more detail on the parameters when...
2010-05-24 Andrew Bartletts4:winbind Change idmap API to match that used by the...
2010-05-24 Andrew Bartletts4:winbind Change include guard so as not to conflict...
2010-05-24 Andrew Bartletts4:winbind Fix up includes after seperation of idmap...
2010-05-24 Andrew Bartletts4:idmap Adjust code to new idmap structure names and...
2010-05-18 Jelmer VernooijFinish removal of iconv_convenience in public API's.
2010-05-18 Andrew Bartletts4:winbindd Record the privilaged pipe dir
2010-05-14 Andrew Bartletts4:winbindd Rework some winbind structures to make...
2010-04-27 Matthias Dieter... s4:wb_cmd_getdcname.c - fix s4 winbind up regarding...
2010-04-19 Stefan Metzmachers4:winbind: fill response.data.num_entries for WINBINDD...
2010-04-19 Stefan Metzmachers4:winbind: fill response.data.num_entries for WINBINDD...
2010-04-19 Stefan Metzmachers4:winbind: fill response.data.num_entries for WINBINDD...
2010-04-15 Stefan Metzmachers4:winbind: use WINBINDD_SOCKET_NAME instead of WINBIND...
2010-04-15 Stefan Metzmachers4:winbind: wbsrv_samba3_priv_pipe_dir() needs to retur...
2010-04-07 Matthias Dieter... s4:winbind/wb_server.c - fix indentation
2010-04-06 Andrew Tridgells4-waf: removed the AUTOGENERATED markers
2010-04-06 Andrew Tridgells4-waf: mark the wscript files as python so vim/emacs...
2010-04-06 Andrew Tridgellbuild: waf quicktest nearly works
2010-04-06 Andrew Tridgellbuild: commit all the waf build files in the tree
2010-03-16 Matthias Dieter... s4:wb_cmd_getgroups - fix failure in s4 winbind's ...
2010-03-12 Stefan Metzmachers4:winbind/wb_sam_logon.c: make use of use tevent_req...
2010-03-12 Stefan Metzmachers4:winbind/wb_init_domain.c: make use of use tevent_req...
2010-03-12 Stefan Metzmachers4:winbind/wb_dom_info_trusted.c: make use of use teven...
2010-03-12 Stefan Metzmachers4:winbind/wb_connect_sam.c: make use of use tevent_req...
2010-03-12 Stefan Metzmachers4:winbind/wb_connect_lsa.c: make use of use tevent_req...
2010-03-12 Stefan Metzmachers4:winbind/wb_cmd_usersids.c: make use of use tevent_re...
2010-03-12 Stefan Metzmachers4:winbind/wb_cmd_list_trustdom.c: make use of use...
2010-03-12 Stefan Metzmachers4:winbind/wb_cmd_getdcname: make use of use tevent_req...
2010-03-12 Stefan Metzmachers4:winbind/wb_async_helpers.c: make use of use tevent_r...
2010-03-09 Matthias Dieter... s4:winbind - use "unsigned" variables where possible
2010-03-09 Matthias Dieter... s4:winbind/wb_cmd_getgroups.c - fix up warnings
2010-03-09 Matthieu Patous4:winbind: stub implementation of WINBINDD_PAM_LOGOFF
2010-03-09 Matthieu Patous4:winbind: Fix a misplaced returned info
2010-03-09 Matthieu Patous4:winbind Implement logic for getgroups to work
2010-03-09 Matthieu Patous4:winbind: implement calls for allowing getent groups
2010-03-01 Stefan Metzmachers4:winbind: make use of explicit dcerpc_*_recv functions
2010-02-26 Andreas Schneiders4-winbind: Fixed the memory context of tstream_bsd_exi...
2010-02-26 Matthieu Patous4: Winbind allow to behave more correctly when we...
2010-02-19 Andrew Bartletts4:winbind Make the 'no SID found' message even more...
2010-02-17 Andrew Bartletts4:param Modify secrets_get_domain_sid to give more...
2010-02-11 Kai Blins4: Switch to S3-style id mapping data types.
2010-02-11 Kai Blins4 idmap: Make the sid_to_xid and xid_to_sid calls...
2010-01-20 Andreas Schneiders4-winbind: Migrated winbind connection to tsocket.
2009-11-27 Matthias Dieter... s4:winbind - Fix it another time up
2009-11-27 Matthias Dieter... s4:provision - Fix up the provision of "standalone...
2009-10-23 Andrew Tridgells4-ldbwrap: added re-use of ldb contexts in ldb_wrap_co...
2009-10-20 Andrew Tridgells4: ran minimal_includes.pl on source4/winbind
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-02 Matthias Dieter... s4: fix various warnings (not "const" related ones)
2009-10-02 Andrew Tridgells4-winbind: support the s3 response flags on krb5 auth too
2009-10-02 Andrew Tridgells4-winbind: support the Samba3 TXT form of the info3...
2009-09-19 Andrew Tridgells4-resolve: fixed a crash bug on timeout
2009-09-19 Andrew Tridgells4-server: kill main daemon if a task fails to initialise
2009-08-18 Kai Blins4 winbind: Quiet down the WINBINDD_DOMAIN_INFO handler...
2009-08-18 Kai Blins4 winbind: Silence compile warning by adding new comma...
2009-08-18 Kai Blins4 winbind: Implement a stubbed out version of WINBINDD...
2009-08-08 Alexander BokovoyMerge branch 'master' of ssh://git.samba.org/data/git...
2009-08-07 Andrew Tridgellfixed another ambiguous talloc call
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
next