summaryrefslogtreecommitdiffstats
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3-winbind: always use samlogon cache for wbinfo -r, even when caching isGünther Deschner2011-06-081-4/+0
* s3-winbindd: make sure we obey the -n switch also for samlogon cache access.Günther Deschner2011-06-085-3/+17
* s3:idmap_autorid: fail initialization if the domain is not "*"Michael Adam2011-06-071-0/+8
* s3:idmap_autorid: use "idmap config <DOMAIN> : rangesize" instead of "autorid...Michael Adam2011-06-071-1/+9
* s3:idmap_autorid: add a talloc_stackframe() to idmap_autorid_initialize()Michael Adam2011-06-071-5/+6
* s3:winbind: Convert WINBINDD_WINS_BYIP to the async APIVolker Lendecke2011-06-054-73/+143
* s3:idmap_ldap: allow creation of ldap stored mappings for explicitly configur...Michael Adam2011-06-011-1/+1
* s3:idmap_ldap: rename idmap_ldap_get_new_id to idmap_ldap_allocate_idMichael Adam2011-06-011-6/+6
* s3:idmap_ldap: rename idmap_ldap_allocate_id to idmap_ldap_allocate_id_internalMichael Adam2011-06-011-3/+3
* s3:winbindd_nrd: include ../librpc/ndr/libndr.h instead of librpc/ndr/util.hMichael Adam2011-05-311-1/+1
* s3:winbindd/idmap_proto.h: add _WINBINDD_IDMAP_PROTO_H_ guardMichael Adam2011-05-311-0/+4
* s3:winbindd/idmap_proto.h: add GPL/Copyright headerMichael Adam2011-05-311-0/+25
* Fix numerous missing dependencies in WAF build scriptsSean Finney2011-05-251-0/+9
* s3-winbind: BUG 8166 - Don't lockout users when offline.Jim McDonough2011-05-251-1/+4
* s3-lib Replace StrnCaseCmp() with strncasecmp_m()Andrew Bartlett2011-05-182-3/+3
* s3: Use tevent_req_ntstatus properly in a few placesVolker Lendecke2011-05-1030-98/+49
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-061-0/+1
* s3: only include tdb headers where needed.Günther Deschner2011-05-064-0/+4
* s3-winbind: another strlcpy()/fstring fixAndrew Tridgell2011-05-061-2/+2