summaryrefslogtreecommitdiffstats
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
* 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
* tdb_compat: use tdb_errorstr_compat()Rusty Russell2011-06-201-2/+2
* tdb_traverse/tdb_traverse_read: check returns for negative, not -1.Rusty Russell2011-06-201-1/+1
* tdb_delete: check returns for 0, not -1.Rusty Russell2011-06-201-1/+1
* tdb_fetch_compat: use instead of tdb_fetch.Rusty Russell2011-06-201-5/+5
* s3-winbind Move winbind privileged socket dir into state_path()Andrew Bartlett2011-06-201-1/+1
* s3:wb_lookupsids: add some paranoia checks to wb_lookupsids_recv()Stefan Metzmacher2011-06-161-0/+18
* s3:wb_lookupsids: don't ignore 'result' and check if we got useable valuesStefan Metzmacher2011-06-161-4/+48
* Revert "s3-winbind: Fix paranoia checks in winbindd_samr.c."Stefan Metzmacher2011-06-161-2/+2
* s3-winbind: Fix paranoia checks in winbindd_samr.c.Andreas Schneider2011-06-151-2/+2
* s3: Remove "struct ip_service" from resolve_winsVolker Lendecke2011-06-121-15/+3
* Revert "s3:idmap_autorid: add a talloc_stackframe() to idmap_autorid_initiali...Michael Adam2011-06-111-6/+5
* Revert "s3:idmap_autorid: use "idmap config <DOMAIN> : rangesize" instead of ...Michael Adam2011-06-111-9/+1
* Revert "s3:idmap_autorid: fail initialization if the domain is not "*""Michael Adam2011-06-111-9/+1
* bug in source3/winbindd/winbindd_sids_to_xids.cHerb Lewis2011-06-101-1/+4
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-095-10/+10
* s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett2011-06-096-17/+17
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-0915-20/+20
* s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett2011-06-092-3/+3
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-098-24/+24
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-096-14/+14