s4:samba-tool/gpo: set the same security.descriptor type as the Windows GUI
[metze/samba/wip.git] / source3 / winbindd /
2013-01-29 Michael Adams3:winbindd: change getpwsid() to return a passwd struc...
2013-01-29 Michael Adams3:winbindd: check the correct variable for talloc...
2013-01-29 Michael Adams3:winbindd:getgrnam: also produce a group struct for...
2013-01-29 Michael Adams3:winbindd: create group structs for gids that are...
2013-01-29 Michael Adams3:winbindd: factor add_wbint_Principal_to_dict() out...
2013-01-29 Michael Adams3:winbindd: fix a cut'n'paste comment typo in wb_fill_...
2013-01-29 Michael Adams3:winbindd: rename winbindd_getgrnam_lookupsid_done...
2013-01-22 Günther Deschners3-winbind: fix the build of idmap_ldap.
2013-01-18 Volker Lendeckewinbind: Handle child requests in a tevent_fd
2013-01-18 Volker Lendeckewinbind: Introduce "struct child_handler_state"
2013-01-18 Volker Lendeckewinbind: Use standard tevent_context_init
2013-01-11 Volker Lendeckewinbind: Fix some missing NULL checks
2013-01-11 Volker Lendeckewinbind: Fix error check in unpack_tdc_domains
2013-01-02 Andreas Schneiders3-idmap: Check return value of string_to_sid().
2012-12-21 Andreas Schneiders3-winbind: Fix null pointer dereference in store_memor...
2012-12-21 Andreas Schneiders3-winbind: Check if we created the directories correctly.
2012-12-12 Volker Lendeckes3: Fix a typo in a debug message
2012-12-12 Andreas Schneiderwinbind: Use talloc in resolve_username_to_alias().
2012-12-12 Andreas Schneiderwinbind: Use talloc in resolve_alias_to_username().
2012-12-07 Andreas Schneiderwinbind: Make the code more readable in trustdom_list_d...
2012-12-03 Michael Adams3:winbindd: use the new sid_check_is_for_passdb()...
2012-12-03 Michael Adams3:winbindd: remove unused function idmap_backends_sid_...
2012-12-03 Michael Adams3:idmap_autorid: force mapping type to ID_TYPE_BOTH...
2012-12-03 Michael Adams3:idmap_rid: force mapping type to ID_TYPE_BOTH for...
2012-12-03 Michael Adams3:winbindd: remove unused idmap_sid_to_gid()
2012-12-03 Michael Adams3:winbindd: remove unused idmap_sid_to_uid()
2012-12-03 Michael Adams3:winbindd: remove unused server implementation of...
2012-12-03 Michael Adams3:winbindd: remove unused server implementation of...
2012-12-03 Michael Adams3:winbindd: remove now unused wb_sid2uid and wb_sid2gi...
2012-12-03 Michael Adams3:winbindd: change winbindd_getgroups to use wb_sids2x...
2012-12-03 Michael Adams3:winbindd: change wb_getgrsid to use wb_sids2xids...
2012-12-03 Michael Adams3:winbindd: change wb_fill_pwent to use wb_sids2xids...
2012-12-03 Michael Adams3:winbindd: make idmap_find_domain() static.
2012-12-03 Michael Adams3:winbindd: also use idmap_passdb for own sam and...
2012-12-03 Michael Adams3:winbindd: add idmap_find_domain_with_sid()
2012-12-03 Michael Adams3:winbindd: rename idmap_init_passdb_domain() -> idmap...
2012-12-03 Michael Adams3:winbindd: use struct unixid instead of uint64 in...
2012-12-03 Michael Adams3:winbindd: add an explanatory comment to _wbint_Sids2...
2012-12-03 Michael Adams3:winbindd: add an explanatory comment to _wbint_Sids2...
2012-12-03 Michael Adams3:winbindd: use wb_sids2xids instead of wb_sid2gid...
2012-12-03 Michael Adams3:winbindd: use wb_sids2xids instead of wb_sid2uid...
2012-12-03 Michael Adams3:winbindd: factor winbindd_sids_to_xids into external...
2012-12-03 Michael Adams3:winbindd: convert some spaces to tabs in winbindd_si...
2012-12-03 Michael Adams3:winbindd: add explaining comment winbindd_sids_to_xi...
2012-12-03 Michael Adams3:winbindd: factor lsa_SidType_to_id_type() out of...
2012-12-03 Michael Adams3:winbindd: simplify winbindd_sids_to_xids_recv()...
2012-12-03 Michael Adams3:winbindd:util: add a comment explaining the function...
2012-11-30 Günther Deschners3-winbind: use new reconnect logic in rpc_lookup_sids...
2012-11-30 Günther Deschners3-winbindd: rework reconnect logic in winbindd_lookup_...
2012-11-30 Günther Deschners3-winbindd: rework reconnect logic in winbindd_lookup_...
2012-11-30 Günther Deschners3-winbindd: remove lookup_sids_fn_t.
2012-11-30 Günther Deschners3-winbindd: remove lookup_names_fn_t.
2012-11-30 Günther Deschners3-winbindd: add cm_connect_lsat().
2012-11-28 Andreas SchneiderBUG 9436: Fix leaking sockets of SMB connections to...
2012-11-26 Volker Lendeckes3: Do not free a string where we should not
2012-11-26 Volker Lendeckes3: Do not free a string where we should not
2012-11-12 Andreas Schneiders3:winbind: BUG 9386: Failover if netlogon pipe is...
2012-11-09 David DisseldorpRevert "s3-winbindd: make sure we obey the -n switch...
2012-11-01 Stefan Metzmachers3:winbindd: use PROTOCOL_LATEST instead of PROTOCOL_SM...
2012-11-01 Stefan Metzmachers3:winbindd: disconnection after getting NETWORK_SESSIO...
2012-11-01 Michael Adams3:winbindd:cache: fix offline logons with cached crede...
2012-10-19 Volker Lendeckes3: Remove a call to procid_self()
2012-10-19 Volker Lendeckes3: Add "msg_ctx" param to winbindd_register_handlers()
2012-10-19 Volker Lendeckes3: Make winbindd_register_handlers static
2012-09-28 Günther Deschners3-winbindd: Adjust error code loop logic in rpc_truste...
2012-09-28 Sumit Boses3-winbindd: Allow DNS resolution of trusted domains...
2012-09-27 Volker Lendeckes3: Fix some blank line endings
2012-09-24 Christian Ambachs3:winbindd fix a compiler warning
2012-09-22 Christian Ambachs3:winbindd fix a compiler warning
2012-09-22 Andrew Bartlettbuild: Fix enabled handling for HAVE_LDAP, we need...
2012-09-21 Christof Schmittwinbind: Extend wbcAuthenticateUserEx to provide PAC
2012-09-20 Michael Adams3:winbind:idmap_tdb_common: improve readability of...
2012-09-20 Michael Adams3:winbind:idmap_tdb_common: improve readability of...
2012-09-20 Volker Lendeckes3: Fix idmap_hash
2012-09-13 Alexander Bokovoys3: make smbldaphelper subsystem an internal library
2012-09-13 Alexander Bokovoys3: make ldapsam-related functions a smbldaphelper...
2012-09-12 Simo SorceAvoid overriding default ccache for ads operations.
2012-09-11 Andreas Schneiderdocs: Move idmap manpage to there old location.
2012-09-07 Alexander Bokovoys3-smbldap: use smbldap_ prefixed functions
2012-09-07 Andreas Schneiderwafsamba: Add support for manpages in SAMBA_MODULE.
2012-09-04 Andreas Schneiders3-winbind: DON'T PANIC if we couldn't find the domain.
2012-08-23 Andrew Bartlettparam: Add startup checks for valid server role/binary...
2012-08-21 Jeremy AllisonFix bug #9098 - winbind does not refresh kerberos tickets.
2012-08-20 Herb LewisFix bug #9104 - winbindd can mis-identify idle clients...
2012-08-15 Christof Schmitts3-winbind: Return the DC name from DC_PING
2012-08-15 Christof Schmitts3-winbind: Pass ping-dc result to client
2012-08-13 Jeremy AllisonEnsure we update last_access on the winbindd child...
2012-08-09 Jeremy AllisonCorrectly check for errors in strlower_m() returns.
2012-08-09 Jeremy AllisonCheck error returns from strupper_m() (in all reasonabl...
2012-07-24 Andrew Bartlettlib/param: Move all enum declarations to lib/param
2012-07-23 Andreas Schneiders3-winbind: Fix bug #9052 resolving our own "Domain...
2012-07-23 Guenther Deschners3-winbind: Fix idmap initialization debug message.
2012-07-19 Jeremy AllisonMove everything to use the common pidfile functions.
2012-07-19 Jeremy AllisonMake the s3 pidfile use the common code inside lib...
2012-07-19 Jeremy AllisonMove source4/smbd/pidfile into lib/util in preparation...
2012-07-18 Rusty Russellloadparm: make the source3/ lp_ functions take an expli...
2012-07-17 Rusty Russellsource3/winbindd/winbindd_pam.c: fix stackframe leak
2012-07-17 Rusty Russellsource3/winbindd/idmap_tdb_common.c: fix stackframe...
2012-07-17 Rusty Russellsource3/winbindd/winbindd_util.c: fix stackframe leak
2012-07-17 Andreas SchneiderEnable AES in winbind.
next