summaryrefslogtreecommitdiff
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
* s3-winbind: We need to use internal rpc connections in winbind.Andreas Schneider2011-08-211-2/+2
* s3: Next step to fix MIT trustsVolker Lendecke2011-08-171-0/+4
* Replace calls to sid_equal with calls to dom_sid_equalVolker Lendecke2011-08-172-2/+2
* s3-messaging: Fix messaging classes.Simo Sorce2011-08-111-1/+3
* s3:idmap_tdb2: fix bug 8368 : correctly initialize "idmap config * : script" ...Michael Adam2011-08-101-1/+1
* s3:winbindd_cm: use cli_session_setup() instead of cli_session_setup_spnego()Stefan Metzmacher2011-08-101-15/+18
* s3:libsmb: store the remote_realm on the cli_stateStefan Metzmacher2011-08-101-1/+3
* s3:winbindd_cm: make use of cli_set_timeout()Stefan Metzmacher2011-08-031-1/+1
* s3:winbindd_cm: make use of cli_state_protocol()Stefan Metzmacher2011-08-021-1/+1
* s3:winbindd_cm: make use of cli_state_capabilities()Stefan Metzmacher2011-08-021-1/+1
* s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam2011-07-293-3/+3
* s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.Michael Adam2011-07-293-0/+3
* s3:winbindd: use lp_load_global() - winbindd does not need shares or IPC$Michael Adam2011-07-281-1/+1
* s3-waf: the passdb subsystem needs to be called pdbAndrew Tridgell2011-07-281-1/+1
* s3:idmap_tdb2: remove the undocumented option of the silly name "tdb:idmap2.tdb"Michael Adam2011-07-271-5/+1
* s3:idmap_tdb2: remove a legacy commentMichael Adam2011-07-271-1/+0
* s3:idmap_tdb2: remove legacy commentMichael Adam2011-07-271-2/+0
* s3:idmap_tdb2: remove superfluous initialization with bogus commentMichael Adam2011-07-271-3/+0
* s3:idmap_tdb2: fix a legacy comment that does not apply any moreMichael Adam2011-07-271-2/+1
* s3:idmap_tdb2: deprecate the idmap:script parameter and use "idmap config * :...Michael Adam2011-07-271-18/+21
* s3: Fix MIT trustsVolker Lendecke2011-07-261-0/+5
* s3:winbindd_cm: use controller instead of cli->desthostStefan Metzmacher2011-07-221-2/+2
* s3:winbindd_cm: use cli_state_[local|remote]_sockaddr()Stefan Metzmacher2011-07-221-14/+4
* s3:winbindd_cm: remove unused checks for address familyStefan Metzmacher2011-07-211-37/+0
* s3:libsmb: replace cli_initialise[_ex]() by cli_state_create()Stefan Metzmacher2011-07-211-7/+2
* s3:winbindd remove an unused variableChristian Ambach2011-07-211-2/+0
* s3-auth Use the common auth_session_infoAndrew Bartlett2011-07-201-4/+4
* s3-auth Use struct auth3_session_info outside the auth subsystemAndrew Bartlett2011-07-201-4/+4
* debug: log early messages to stdout, and keep it openAndrew Bartlett2011-07-201-0/+3
* s3:winbindd_cm: make use of cli->src_ss instead of calling getsockname()Stefan Metzmacher2011-07-111-2/+8
* s3:winbindd_cm: make use of cli->dest_ss instead calling getpeername()Stefan Metzmacher2011-07-111-1/+7
* s3:winbindd_cm: make use of cli_state_disconnect()Stefan Metzmacher2011-07-111-4/+2
* s3:winbindd_cm: make use of cli_state_is_connected()Stefan Metzmacher2011-07-111-9/+6
* s3-auth: Pass the remote_address down to user_info.Andreas Schneider2011-07-041-2/+13
* s3-build Prepare to require fully defined modulesAndrew Bartlett2011-07-031-6/+9
* s3-winbind: Fix bug 7888 -- deal with buggy 3.0 based PDCsGünther Deschner2011-06-301-7/+19
* s3-waf: add some missing tdb dependencies.Günther Deschner2011-06-281-2/+2
* s3: explicitly pass domain_sid to wbint_LookupRids() (bug #7841)Volker Lendecke2011-06-273-9/+10
* s3: Fix winbindd_wins_bynameVolker Lendecke2011-06-251-2/+3
* s3: Remove unused codeVolker Lendecke2011-06-211-125/+0
* s3: Convert WINBINDD_WINS_BYNAME to the async APIVolker Lendecke2011-06-213-4/+157
* lib/util Remove samba-util-common!Andrew Bartlett2011-06-211-9/+9
* s3: Fix a winbind messageVolker Lendecke2011-06-201-1/+1
* s3:idmap_autorid: remove redundant codeMichael Adam2011-06-201-4/+0
* s3:idmap_autorid: in initialize, don't leak storedconfig to talloc_tos() in t...Michael Adam2011-06-201-2/+4
* s3:idmap_autorid: use "idmap config * : rangesize" instead of "autorid : rang...Michael Adam2011-06-201-1/+1
* s3:idmap_autorid: fail initialization if the domain is not "*"Michael Adam2011-06-201-0/+7
* Use tevent_req_oomVolker Lendecke2011-06-203-5/+5
* tdb_compat: Higher level API fixes.Rusty Russell2011-06-201-1/+1
* source3/winbindd/idmap_tdb.c: tdb2 support for wrong endian.Rusty Russell2011-06-201-2/+16