summaryrefslogtreecommitdiffstats
path: root/source/winbindd
Commit message (Expand)AuthorAgeFilesLines
* Fix denial of service - memory corruption.Karolin Seeger2011-02-282-1/+18
* s3:winbind: Fix bug 5626Volker Lendecke2010-02-243-29/+23
* s3:winbindd: never mark external domains as internal!Stefan Metzmacher2010-02-231-4/+1
* Prevent NULL dereference if group has no membersJim McDonough2010-01-041-4/+4
* s3-kerberos: only use krb5 headers where required.Günther Deschner2009-12-022-0/+4
* s3:idmap_ldap: trim the " chars from the location string in idmap_ldap_db_initMichael Adam2009-11-231-0/+2
* s3:winbind: Fix bug 6793 -- segfault in winbindd_pam_authVolker Lendecke2009-10-161-7/+8
* s3:winbind: Only ever handle one event after a select callVolker Lendecke2009-10-081-2/+6
* s3:winbindd_cm: don't invalidate the whole connection when just samr gave ACC...Stefan Metzmacher2009-10-081-1/+12
* s3:winbind: Fix an uninitialized variable (cherry picked from commit 0724649a...Volker Lendecke2009-10-081-1/+1
* s3-winbindd: Fix Bug #6711: trusts to windows 2008 (2008 r2) not working.Günther Deschner2009-10-083-5/+63
* s3-winbindd: add cm_connect_lsa_tcp().Günther Deschner2009-10-083-0/+63
* s3-winbindd: add and use winbindd_lookup_names().Günther Deschner2009-10-082-20/+47
* s3-winbindd: add and use winbindd_lookup_sids().Günther Deschner2009-10-083-96/+78
* s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_schannel().Günther Deschner2009-10-081-3/+4
* s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_spnego_ntlmssp and...Günther Deschner2009-10-081-1/+2
* s3-winbindd: Fix Bug #6700: Use dns domain name when needing to guess server ...Günther Deschner2009-09-091-1/+1
* s3:winbindd: raise the timeout for lsa_Lookup*() calls from 10 to 35 seconds.Stefan Metzmacher2009-08-112-1/+57
* handling upnBo Yang2009-07-272-1/+7
* s3:idmap_tdb: filter out of range mappings in default idmap configMichael Adam2009-05-281-16/+57
* s3:idmap_ldap: filter out of range mappings in default idmap configMichael Adam2009-05-281-16/+55
* s3:idmap_tdb2: filter out of range mappings in default idmap configMichael Adam2009-05-281-12/+49
* Fix a race condition in winbind leading to a panicVolker Lendecke2009-05-271-0/+1
* s3-idmap: Fix bug #6286: Call init function for builtin idmap modules before ...Günther Deschner2009-04-241-0/+2
* =?utf-8?q?=D1=953/winbind=5Fpam:=20fix=20gcc=204.4=20compile=20warningBjörn Jacke2009-03-231-1/+1
* Fix #6130: Don't crash in winbindd_rpc lookup_groupmem() on unmapped membersVolker Lendecke2009-03-171-7/+8
* Fix a valgrind errorVolker Lendecke2009-03-171-1/+1
* Fix #6167: winbindd -n should disable the winbind idmap cacheVolker Lendecke2009-03-121-20/+50
* Make opt_nocache static to winbindd.cVolker Lendecke2009-03-124-7/+17
* More fix to initialize idmap statusesBo Yang2009-03-027-0/+70
* Initialize the id_map status in idmap_ldap to avoid surpriseBo Yang2009-02-271-0/+8
* More warning fixes for Solaris.Jeremy Allison2009-02-233-11/+11
* Revert "s3:winbindd_user: create domain connection in winbindd_fill_pwent if ...Michael Adam2009-02-091-1/+1
* s3:winbindd_user: create domain connection in winbindd_fill_pwent if necessary.Michael Adam2009-02-091-1/+1
* s3:winbindd_user: fix a debug message.Michael Adam2009-02-091-2/+2
* Fix coverity ID 876 (FORWARD_NULL)Volker Lendecke2009-02-091-0/+1
* s3 build: Fix "assignment discards qualifiers from pointer target type" warningsTim Prouty2009-02-022-13/+6
* s3:winbind_group: fix "getent group" to allocate new gids.Michael Adam2009-02-021-2/+8
* s3:winbind_user: fix "getent passwd" to allocate new uids.Michael Adam2009-02-021-2/+7
* s3:winbind_user: move initialization of domain up in winbindd_fill_pwent()Michael Adam2009-02-021-11/+9
* Memory leaks and other fixes found by Coveritytodd stecher2009-01-224-6/+32
* Fix bug in get_dc_name_via_netlogon(), null pointer refrence.Bo Yang2009-01-141-1/+1
* Don't send message to any other child in child process.Bo Yang2009-01-141-1/+33
* From boyang - ensure we never "return" from a forked child, always _exit().Jeremy Allison2009-01-132-5/+5
* Don't set child->requests to NULL in parent after forkBo Yang2009-01-101-1/+0
* refresh sequence number as soon as possible when domain->sequence_number == -...boyang2009-01-071-3/+8
* Make winbindd_cm.c use winbindd_reinit_after_fork().Jeremy Allison2009-01-064-31/+37
* Add winbindd_reinit_after_fork(), cleaning out all possible eventsJeremy Allison2009-01-061-52/+76
* Factor out lots of common code into a function.Jeremy Allison2009-01-061-37/+27
* s3:events: change event_add_timed() prototype to match samba4Stefan Metzmacher2009-01-063-27/+8