tevent debug
[metze/samba/wip.git] / source3 / winbindd /
2013-04-18 Stefan Metzmachers3:winbindd: avoid usage of procid_self()
2013-04-09 Volker Lendeckewinbindd: Avoid a fd leak when we can not fork
2013-04-09 Andreas SchneiderBUG 9766: Cache name_to_sid/sid_to_name correctly.
2013-03-09 Christof Schmitts3-winbindd: Add new module idmap_rfc2307
2013-03-09 Christof Schmitts3-winbindd: Move connection to AD server from idmap_ad
2013-03-09 Christof Schmitts3-winbindd: Use common helper function for connecting...
2013-03-09 Christof Schmitts3-winbindd: Move code for verifying ADS connection...
2013-03-09 Christof Schmitts3-winbindd: Move idmap_fetch_secret to idmap_utils...
2013-03-09 Christof Schmitts3-winbindd: Move common code for LDAP id mapping to...
2013-03-08 Michael Adams3:idmap: fix a debug message and lower its level
2013-03-05 Andreas Schneiderwinbind: Fix no memory check in _wbint_PingDc().
2013-03-05 Andreas Schneiderwinbind: Fix samba3.winbind.struct test.
2013-03-05 Andreas Schneiderwinbind: Correctly use names in the domain struct.
2013-03-05 Andreas Schneiderwinbind: Use talloc for allocating domain, dns, forest...
2013-02-22 Andreas Schneiderwinbind: Don't leak centry memory.
2013-02-22 Andreas Schneiderwinbind: Don't leak memory on return.
2013-02-22 Andreas Schneiderwinbind: Correctly cast name to messaging_send_buf().
2013-02-22 Andreas Schneiderwinbind: Use uint8_t type and use const where needed.
2013-02-22 Andreas Schneiderwinbind: Make domain_name const in wcache_ndr_key().
2013-02-19 Stefan Metzmachers3:winbindd: s/event_add_timed/tevent_add_timer
2013-02-19 Stefan Metzmachers3:winbindd: s/struct timed_event/struct tevent_timer
2013-02-19 Stefan Metzmachers3:winbindd: s/struct event_context/struct tevent_context
2013-02-19 Stefan Metzmachers3:winbindd: make use of samba_tevent_context_init()
2013-02-13 Michael Adams3:idmap_autorid: fix freeing of non-talloced memory...
2013-02-08 Volker Lendeckewinbind: Fix an incompatible pointer type warning
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
next