Age | Commit message (Expand) | Author | Files | Lines |
2009-03-17 | Fix a valgrind error | Volker Lendecke | 1 | -1/+1 |
2009-03-13 | Remove pwd_cache.c, it was doing nothing. Make user_name, domain, and | Jeremy Allison | 1 | -14/+25 |
2009-03-12 | Fix #6167: winbindd -n should disable the winbind idmap cache | Volker Lendecke | 1 | -20/+50 |
2009-03-12 | Make opt_nocache static to winbindd.c | Volker Lendecke | 4 | -7/+17 |
2009-03-07 | Shape up pdb_search a bit by making it a talloc ctx with a destructor | Volker Lendecke | 1 | -6/+6 |
2009-03-06 | s3:winbindd_cm: remove useless cli_setup_signing_state(*cli, Undefined) call | Stefan Metzmacher | 1 | -2/+0 |
2009-03-04 | Fix careless mistake in winbindd_setup_sig_usr2_handler | Bo Yang | 1 | -1/+1 |
2009-03-02 | More fix to initialize idmap statuses | Bo Yang | 7 | -0/+70 |
2009-02-27 | Initialize the id_map status in idmap_ldap to avoid surprise | Bo Yang | 1 | -0/+8 |
2009-02-23 | More warning fixes for Solaris. | Jeremy Allison | 3 | -11/+11 |
2009-02-17 | s3:winbindd: make do_async_domain() static. | Michael Adam | 2 | -12/+6 |
2009-02-11 | s3: Implement wbcGetSidAliases | Dan Sledz | 5 | -88/+126 |
2009-02-11 | s3: Implement wbcGetpwsid | Dan Sledz | 3 | -4/+26 |
2009-02-09 | Revert "s3:winbindd_user: create domain connection in winbindd_fill_pwent if ... | Michael Adam | 1 | -1/+1 |
2009-02-09 | s3:winbindd_user: create domain connection in winbindd_fill_pwent if necessary. | Michael Adam | 1 | -1/+1 |
2009-02-09 | s3:winbindd_user: fix a debug message. | Michael Adam | 1 | -2/+2 |
2009-02-09 | async_sock: Use unix errnos instead of NTSTATUS | Kai Blin | 1 | -21/+0 |
2009-02-07 | Fix coverity ID 876 (FORWARD_NULL) | Volker Lendecke | 1 | -0/+1 |
2009-02-06 | s3:idmap_tdb2: untangle assignment and check in idmap_tdb2_alloc_load() | Michael Adam | 1 | -6/+4 |
2009-02-06 | s3:idmap_tdb2: factor lodaing of ranges out into idmap_tdb2_load_ranges() | Michael Adam | 1 | -25/+41 |
2009-02-06 | s3:idmap_tdb2: move together code that belongs together in idmap_tdb2_alloc_load | Michael Adam | 1 | -7/+8 |
2009-02-06 | s3:idmap_tdb2: streamline idmap_tdb2_sid_to_id, | Michael Adam | 1 | -6/+7 |
2009-02-06 | s3:idmap_tdb: simplify talloc usage with temp context from talloc_stackframe | Michael Adam | 1 | -6/+2 |
2009-02-06 | s3:idmap_tdb: refactor out new function idmap_tdb_load_ranges() | Michael Adam | 1 | -22/+30 |
2009-02-06 | s3:idmap_tdb: use transactions in idmap_tdb_allocate_id() | Michael Adam | 1 | -1/+18 |
2009-02-06 | s3:idmap_tdb: add tmp talloc ctx to idmap_tdb_sid_to_id and remove an fstring | Michael Adam | 1 | -7/+5 |
2009-02-02 | s3 build: Fix "assignment discards qualifiers from pointer target type" warnings | Tim Prouty | 2 | -13/+6 |
2009-02-01 | Add two new parameters to control how we verify kerberos tickets. Removes lp_... | Dan Sledz | 1 | -1/+1 |
2009-02-02 | s3:winbind_group: fix "getent group" to allocate new gids. | Michael Adam | 1 | -2/+8 |
2009-02-02 | s3:winbind_user: fix "getent passwd" to allocate new uids. | Michael Adam | 1 | -2/+7 |
2009-02-02 | s3:winbind_user: move initialization of domain up in winbindd_fill_pwent() | Michael Adam | 1 | -11/+9 |
2009-01-30 | Make cli_tcon_andx async | Volker Lendecke | 1 | -7/+2 |
2009-01-30 | s3:idmap: move IDMAP_VERSION to the idmap tdb backend, where it belogns. | Michael Adam | 1 | -0/+5 |
2009-01-28 | s3:winbind: remove prototype for non-existent function from winbind_proto.h | Michael Adam | 1 | -1/+0 |
2009-01-28 | s3: separate tdb validation code out into its own source file | Michael Adam | 1 | -0/+1 |
2009-01-27 | s3: Fix shadowed declaration | Tim Prouty | 1 | -1/+1 |
2009-01-27 | s3:winbindd: handle SIG_TERM, SIGHUP, SIGCHLD and SIGUSR2 via tevent | Stefan Metzmacher | 3 | -77/+165 |
2009-01-22 | s3:winbindd: we don't need to call message_dispatch() anymore it's event trig... | Stefan Metzmacher | 2 | -10/+0 |
2009-01-22 | s3: always call run_events() before and after sys_select() | Stefan Metzmacher | 2 | -9/+26 |
2009-01-21 | Memory leaks and other fixes found by Coverity | todd stecher | 4 | -6/+32 |
2009-01-19 | s3:idmap_tdb: convert to the dbwrap api | Stefan Metzmacher | 1 | -244/+223 |
2009-01-19 | Fix the same bug as 8b618d0 fixes, this time in winbindd_passdb.c | Volker Lendecke | 1 | -2/+4 |
2009-01-16 | s3:winbindd: put winbindd_cache.tdb into cache_dir, not lock_dir. | Michael Adam | 1 | -6/+6 |
2009-01-15 | s3: make better use of ccache by not including version.h in every C-file. | Michael Adam | 2 | -2/+2 |
2009-01-14 | Fix bug in get_dc_name_via_netlogon(), null pointer refrence. | Bo Yang | 1 | -1/+1 |
2009-01-14 | Clean up comments a little. | Jeremy Allison | 1 | -11/+13 |
2009-01-14 | Don't send message to any other child in child process. | Bo Yang | 1 | -0/+30 |
2009-01-13 | From boyang - ensure we never "return" from a forked child, always _exit(). | Jeremy Allison | 2 | -5/+5 |
2009-01-10 | Don't set child->requests to NULL in parent after fork | Bo Yang | 1 | -1/+0 |
2009-01-07 | refresh sequence number as soon as possible when domain->sequence_number == -... | boyang | 1 | -3/+8 |