Age | Commit message (Expand) | Author | Files | Lines |
2011-08-10 | s3:idmap_tdb2: fix bug 8368 : correctly initialize "idmap config * : script" ... | Michael Adam | 1 | -1/+1 |
2011-08-10 | s3:winbindd_cm: use cli_session_setup() instead of cli_session_setup_spnego() | Stefan Metzmacher | 1 | -15/+18 |
2011-08-10 | s3:libsmb: store the remote_realm on the cli_state | Stefan Metzmacher | 1 | -1/+3 |
2011-08-03 | s3:winbindd_cm: make use of cli_set_timeout() | Stefan Metzmacher | 1 | -1/+1 |
2011-08-02 | s3:winbindd_cm: make use of cli_state_protocol() | Stefan Metzmacher | 1 | -1/+1 |
2011-08-02 | s3:winbindd_cm: make use of cli_state_capabilities() | Stefan Metzmacher | 1 | -1/+1 |
2011-07-29 | s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/ | Michael Adam | 3 | -3/+3 |
2011-07-29 | s3:dbwrap: move db_open() to a file dbwrap_open.c of its own. | Michael Adam | 3 | -0/+3 |
2011-07-28 | s3:winbindd: use lp_load_global() - winbindd does not need shares or IPC$ | Michael Adam | 1 | -1/+1 |
2011-07-28 | s3-waf: the passdb subsystem needs to be called pdb | Andrew Tridgell | 1 | -1/+1 |
2011-07-27 | s3:idmap_tdb2: remove the undocumented option of the silly name "tdb:idmap2.tdb" | Michael Adam | 1 | -5/+1 |
2011-07-27 | s3:idmap_tdb2: remove a legacy comment | Michael Adam | 1 | -1/+0 |
2011-07-27 | s3:idmap_tdb2: remove legacy comment | Michael Adam | 1 | -2/+0 |
2011-07-27 | s3:idmap_tdb2: remove superfluous initialization with bogus comment | Michael Adam | 1 | -3/+0 |
2011-07-27 | s3:idmap_tdb2: fix a legacy comment that does not apply any more | Michael Adam | 1 | -2/+1 |
2011-07-27 | s3:idmap_tdb2: deprecate the idmap:script parameter and use "idmap config * :... | Michael Adam | 1 | -18/+21 |
2011-07-26 | s3: Fix MIT trusts | Volker Lendecke | 1 | -0/+5 |
2011-07-22 | s3:winbindd_cm: use controller instead of cli->desthost | Stefan Metzmacher | 1 | -2/+2 |
2011-07-22 | s3:winbindd_cm: use cli_state_[local|remote]_sockaddr() | Stefan Metzmacher | 1 | -14/+4 |
2011-07-21 | s3:winbindd_cm: remove unused checks for address family | Stefan Metzmacher | 1 | -37/+0 |
2011-07-21 | s3:libsmb: replace cli_initialise[_ex]() by cli_state_create() | Stefan Metzmacher | 1 | -7/+2 |
2011-07-21 | s3:winbindd remove an unused variable | Christian Ambach | 1 | -2/+0 |
2011-07-20 | s3-auth Use the common auth_session_info | Andrew Bartlett | 1 | -4/+4 |
2011-07-20 | s3-auth Use struct auth3_session_info outside the auth subsystem | Andrew Bartlett | 1 | -4/+4 |
2011-07-20 | debug: log early messages to stdout, and keep it open | Andrew Bartlett | 1 | -0/+3 |
2011-07-11 | s3:winbindd_cm: make use of cli->src_ss instead of calling getsockname() | Stefan Metzmacher | 1 | -2/+8 |
2011-07-11 | s3:winbindd_cm: make use of cli->dest_ss instead calling getpeername() | Stefan Metzmacher | 1 | -1/+7 |
2011-07-11 | s3:winbindd_cm: make use of cli_state_disconnect() | Stefan Metzmacher | 1 | -4/+2 |
2011-07-11 | s3:winbindd_cm: make use of cli_state_is_connected() | Stefan Metzmacher | 1 | -9/+6 |
2011-07-04 | s3-auth: Pass the remote_address down to user_info. | Andreas Schneider | 1 | -2/+13 |
2011-07-03 | s3-build Prepare to require fully defined modules | Andrew Bartlett | 1 | -6/+9 |
2011-06-30 | s3-winbind: Fix bug 7888 -- deal with buggy 3.0 based PDCs | Günther Deschner | 1 | -7/+19 |
2011-06-28 | s3-waf: add some missing tdb dependencies. | Günther Deschner | 1 | -2/+2 |
2011-06-27 | s3: explicitly pass domain_sid to wbint_LookupRids() (bug #7841) | Volker Lendecke | 3 | -9/+10 |
2011-06-25 | s3: Fix winbindd_wins_byname | Volker Lendecke | 1 | -2/+3 |
2011-06-21 | s3: Remove unused code | Volker Lendecke | 1 | -125/+0 |
2011-06-21 | s3: Convert WINBINDD_WINS_BYNAME to the async API | Volker Lendecke | 3 | -4/+157 |
2011-06-21 | lib/util Remove samba-util-common! | Andrew Bartlett | 1 | -9/+9 |
2011-06-20 | s3: Fix a winbind message | Volker Lendecke | 1 | -1/+1 |
2011-06-20 | s3:idmap_autorid: remove redundant code | Michael Adam | 1 | -4/+0 |
2011-06-20 | s3:idmap_autorid: in initialize, don't leak storedconfig to talloc_tos() in t... | Michael Adam | 1 | -2/+4 |
2011-06-20 | s3:idmap_autorid: use "idmap config * : rangesize" instead of "autorid : rang... | Michael Adam | 1 | -1/+1 |
2011-06-20 | s3:idmap_autorid: fail initialization if the domain is not "*" | Michael Adam | 1 | -0/+7 |
2011-06-20 | Use tevent_req_oom | Volker Lendecke | 3 | -5/+5 |
2011-06-20 | tdb_compat: Higher level API fixes. | Rusty Russell | 1 | -1/+1 |
2011-06-20 | source3/winbindd/idmap_tdb.c: tdb2 support for wrong endian. | Rusty Russell | 1 | -2/+16 |
2011-06-20 | tdb_compat: use tdb_errorstr_compat() | Rusty Russell | 1 | -2/+2 |
2011-06-20 | tdb_traverse/tdb_traverse_read: check returns for negative, not -1. | Rusty Russell | 1 | -1/+1 |
2011-06-20 | tdb_delete: check returns for 0, not -1. | Rusty Russell | 1 | -1/+1 |
2011-06-20 | tdb_fetch_compat: use instead of tdb_fetch. | Rusty Russell | 1 | -5/+5 |