summaryrefslogtreecommitdiffstats
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* s3:winbindd: put winbindd_cache.tdb into cache_dir, not lock_dir.Michael Adam2009-01-161-6/+6
* s3: make better use of ccache by not including version.h in every C-file.Michael Adam2009-01-152-2/+2
* Fix bug in get_dc_name_via_netlogon(), null pointer refrence.Bo Yang2009-01-141-1/+1
* Clean up comments a little.Jeremy Allison2009-01-141-11/+13
* Don't send message to any other child in child process.Bo Yang2009-01-141-0/+30
* 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
* Remove unused struct CLI_POLICY_HNDVolker Lendecke2009-01-071-7/+0
* 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-samr: avoid all init_samr_Domain* functions.Günther Deschner2009-01-061-18/+12
* set entry->refresh_time to make ccache_regain_all_now() work correctly.Bo Yang2009-01-051-2/+11
* s3:winbindd: also handle fd events from the winbind_event_context()Stefan Metzmacher2009-01-051-0/+9
* s3:events: change event_add_timed() prototype to match samba4Stefan Metzmacher2009-01-053-27/+8
* s3:winbindd: regain tickets for all ccache entries, when we go onlineStefan Metzmacher2009-01-053-7/+52
* s3:winbindd: cancel all ccache entry events and not just oneStefan Metzmacher2009-01-053-6/+19
* s3:winbindd: recreate the per domain check_online_event without relying on gl...Stefan Metzmacher2009-01-051-19/+20
* s3:winbindd: rename fd_event => winbindd_fd_eventStefan Metzmacher2009-01-053-26/+22
* s3:winbindd: move WINBINDD_CCACHE_ENTRY and WINBINDD_MEMORY_CREDS to winbindd.hStefan Metzmacher2009-01-051-1/+28
* Fix broken krb5 refresh chainBo Yang2009-01-053-39/+236
* clean event context after child is forked.Bo Yang2009-01-053-18/+28
* Remove wb_trans_send/recvVolker Lendecke2009-01-041-9/+0
* Move winbindd/winbindd_reqtrans.c to lib/wb_reqtrans.cVolker Lendecke2009-01-041-685/+0
* struct async_req doesn't really need to carry an event_contextVolker Lendecke2009-01-031-5/+5
* Alternative fix for 45db33e73 and 0d443ae7931Volker Lendecke2009-01-021-1/+2
* Revert "s:Fix uid_to_sid mapping when the idmap cache is empty."Volker Lendecke2009-01-021-7/+8
* Revert "s3:idmap: Remove passd check from idmap_backends_unixid_to_sid()."Volker Lendecke2009-01-021-0/+9
* Fix more asprintf and "ignoring return code" warnings from gcc 4.3.Jeremy Allison2008-12-312-2/+7
* s3:winbindd: we don't need to call messaging_reinit() twiceStefan Metzmacher2008-12-311-7/+0