summaryrefslogtreecommitdiffstats
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
* s3-libads: avoid NULL talloc context with ads_get_dn().Günther Deschner2009-04-072-2/+2
* s3:libads Make ads_get_dn() take a talloc contextAndrew Bartlett2009-04-064-11/+11
* ѕ3/winbind_pam: fix gcc 4.4 compile warningBjörn Jacke2009-03-231-1/+1
* s3: remove POLICY_HND.Günther Deschner2009-03-186-25/+25
* s3:winbindd: accept new connections via fd eventsStefan Metzmacher2009-03-181-52/+100
* s3:winbindd: move non event related code out of process_loop() in the the callerStefan Metzmacher2009-03-181-22/+21
* s3:winbindd: remove unused close_winbindd_socket() functionStefan Metzmacher2009-03-182-19/+0
* 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
* Remove pwd_cache.c, it was doing nothing. Make user_name, domain, andJeremy Allison2009-03-131-14/+25
* 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
* Shape up pdb_search a bit by making it a talloc ctx with a destructorVolker Lendecke2009-03-071-6/+6
* s3:winbindd_cm: remove useless cli_setup_signing_state(*cli, Undefined) callStefan Metzmacher2009-03-061-2/+0
* Fix careless mistake in winbindd_setup_sig_usr2_handlerBo Yang2009-03-041-1/+1
* 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
* s3:winbindd: make do_async_domain() static.Michael Adam2009-02-172-12/+6
* s3: Implement wbcGetSidAliasesDan Sledz2009-02-115-88/+126
* s3: Implement wbcGetpwsidDan Sledz2009-02-113-4/+26
* 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
* async_sock: Use unix errnos instead of NTSTATUSKai Blin2009-02-091-21/+0
* Fix coverity ID 876 (FORWARD_NULL)Volker Lendecke2009-02-071-0/+1
* s3:idmap_tdb2: untangle assignment and check in idmap_tdb2_alloc_load()Michael Adam2009-02-061-6/+4
* s3:idmap_tdb2: factor lodaing of ranges out into idmap_tdb2_load_ranges()Michael Adam2009-02-061-25/+41
* s3:idmap_tdb2: move together code that belongs together in idmap_tdb2_alloc_loadMichael Adam2009-02-061-7/+8
* s3:idmap_tdb2: streamline idmap_tdb2_sid_to_id,Michael Adam2009-02-061-6/+7
* s3:idmap_tdb: simplify talloc usage with temp context from talloc_stackframeMichael Adam2009-02-061-6/+2
* s3:idmap_tdb: refactor out new function idmap_tdb_load_ranges()Michael Adam2009-02-061-22/+30
* s3:idmap_tdb: use transactions in idmap_tdb_allocate_id()Michael Adam2009-02-061-1/+18
* s3:idmap_tdb: add tmp talloc ctx to idmap_tdb_sid_to_id and remove an fstringMichael Adam2009-02-061-7/+5
* s3 build: Fix "assignment discards qualifiers from pointer target type" warningsTim Prouty2009-02-022-13/+6
* Add two new parameters to control how we verify kerberos tickets. Removes lp_...Dan Sledz2009-02-011-1/+1
* 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
* Make cli_tcon_andx asyncVolker Lendecke2009-01-301-7/+2
* s3:idmap: move IDMAP_VERSION to the idmap tdb backend, where it belogns.Michael Adam2009-01-301-0/+5
* s3:winbind: remove prototype for non-existent function from winbind_proto.hMichael Adam2009-01-281-1/+0
* s3: separate tdb validation code out into its own source fileMichael Adam2009-01-281-0/+1
* s3: Fix shadowed declarationTim Prouty2009-01-271-1/+1
* s3:winbindd: handle SIG_TERM, SIGHUP, SIGCHLD and SIGUSR2 via teventStefan Metzmacher2009-01-273-77/+165
* s3:winbindd: we don't need to call message_dispatch() anymore it's event trig...Stefan Metzmacher2009-01-222-10/+0
* s3: always call run_events() before and after sys_select()Stefan Metzmacher2009-01-222-9/+26
* Memory leaks and other fixes found by Coveritytodd stecher2009-01-214-6/+32
* s3:idmap_tdb: convert to the dbwrap apiStefan Metzmacher2009-01-191-244/+223
* Fix the same bug as 8b618d0 fixes, this time in winbindd_passdb.cVolker Lendecke2009-01-191-2/+4