smb2_ioctl: split ioctl handlers into separate funtions
[ddiss/samba.git] / source3 / winbindd /
2013-03-20 Karolin SeegerMerge tag 'samba-4.0.4' into v4-0-test
2013-02-27 Andreas Schneiderwinbind: Don't leak centry memory. Reviewed-by: Alexand...
2013-02-27 Andreas Schneiderwinbind: Don't leak memory on return. Reviewed-by:...
2013-02-18 Michael Adams3:idmap_autorid: fix freeing of non-talloced memory...
2013-02-06 Michael Adams3:winbindd: change getpwsid() to return a passwd struc...
2013-02-06 Michael Adams3:winbindd: check the correct variable for talloc...
2013-02-06 Michael Adams3:winbindd:getgrnam: also produce a group struct for...
2013-02-06 Michael Adams3:winbindd: create group structs for gids that are...
2013-02-06 Michael Adams3:winbindd: factor add_wbint_Principal_to_dict() out...
2013-02-06 Michael Adams3:winbindd: fix a cut'n'paste comment typo in wb_fill_...
2013-02-06 Michael Adams3:winbindd: rename winbindd_getgrnam_lookupsid_done...
2013-01-30 Karolin SeegerMerge commit 'samba-4.0.2' into v4-0-test
2013-01-28 Günther Deschners3-winbind: fix the build of idmap_ldap.
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-12-03 Christian Ambachs3:winbindd fix a compiler warning
2012-12-03 Christian Ambachs3:winbindd fix a compiler warning
2012-12-03 Michael Adams3:winbind:idmap_tdb_common: improve readability of...
2012-12-03 Michael Adams3:winbind:idmap_tdb_common: improve readability of...
2012-12-03 Volker Lendeckes3: Fix idmap_hash
2012-12-03 Günther Deschners3-winbind: use new reconnect logic in rpc_lookup_sids...
2012-12-03 Günther Deschners3-winbindd: rework reconnect logic in winbindd_lookup_...
2012-12-03 Günther Deschners3-winbindd: rework reconnect logic in winbindd_lookup_...
2012-12-03 Günther Deschners3-winbindd: remove lookup_sids_fn_t.
2012-12-03 Günther Deschners3-winbindd: remove lookup_names_fn_t.
2012-12-03 Günther Deschners3-winbindd: add cm_connect_lsat().
2012-11-29 Andreas SchneiderBUG 9436: Fix leaking sockets of SMB connections to...
2012-11-13 Andreas Schneiders3:winbind: BUG 9386: Failover if netlogon pipe is...
2012-11-12 David DisseldorpRevert "s3-winbindd: make sure we obey the -n switch...
2012-11-05 Christof Schmittwinbind: Extend wbcAuthenticateUserEx to provide PAC
2012-11-05 Stefan Metzmachers3:winbindd: use PROTOCOL_LATEST instead of PROTOCOL_SM...
2012-11-05 Stefan Metzmachers3:winbindd: disconnection after getting NETWORK_SESSIO...
2012-11-02 Andrew Bartlettbuild: Fix enabled handling for HAVE_LDAP, we need...
2012-11-02 Michael Adams3:winbindd:cache: fix offline logons with cached crede...
2012-10-02 Günther Deschners3-winbindd: Adjust error code loop logic in rpc_truste...
2012-10-02 Sumit Boses3-winbindd: Allow DNS resolution of trusted domains...
2012-10-01 Alexander Bokovoys3: make smbldaphelper subsystem an internal library
2012-09-23 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.
2012-07-14 Jeremy AllisonFix bug #9016 - Connection to outbound trusted domain...
2012-07-12 Michael Adams3: rename sid_check_is_in_our_domain() to sid_check_is...
2012-07-12 Michael Adams3: rename sid_check_is_domain() to sid_check_is_our_sam()
2012-07-03 Andreas Schneiders3-winbind: Remove obsolte idmap_adex.
2012-06-22 Rusty Russelldbwrap: remove get_flags().
2012-06-21 Stefan Metzmachers3:winbindd: do not expose negative cache idmap entries...
2012-06-21 Stefan Metzmachers3:winbindd: discard the expired gid cache if we're...
2012-06-21 Volker Lendeckes3: Remove an unnecessary ()
2012-06-20 Volker Lendeckeidmap-hash: Attempt to fix Coverity ID 709116 Overflowe...
2012-06-20 Volker Lendeckeidmap-hash: Fix Coverity ID 709117 Dereference before...
2012-06-20 Volker Lendeckeidmap-hash: Fix Coverity 709118 Dereference before...
2012-06-20 Volker Lendeckeidmap-hash: Adapt mapfile_read_line to README.Coding
2012-06-20 Volker Lendeckeidmap-hash: Fix Coverity ID 709119 Unused pointer value
next