summaryrefslogtreecommitdiffstats
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
* s3: fix various samr callers.Günther Deschner2008-10-151-1/+1
* Remove smb_np_structVolker Lendecke2008-10-131-2/+0
* Cope with changed signature of http_timestring().Jelmer Vernooij2008-10-111-1/+1
* s3-winbindd: use new, richer structures in WINBINDD_DSGETDCNAME implementation.Günther Deschner2008-10-091-21/+40
* Fix bug #5814 - Winbindd dumping core in a strange manner while doing "rescan...Jeremy Allison2008-10-081-0/+23
* idmap_adex: Add more debugging to the basic search function.Gerald (Jerry) Carter2008-10-061-0/+18
* idmap_adex: Add log messages to dc_add_domain for easier debugging.Gerald (Jerry) Carter2008-10-061-0/+8
* Log in the parent winbind log where a request is goingVolker Lendecke2008-10-061-0/+4
* Fix use of DLIST_REMOVE as spotted by Constantine Vetoshev <gepardcv@gmail.com>.Jeremy Allison2008-10-011-2/+1
* re-added "winbind:ignore domains" patchAndrew Tridgell2008-09-291-0/+17
* removed unused variablesAndrew Tridgell2008-09-291-2/+1
* fixed segv on startup with trusted domainsAndrew Tridgell2008-09-291-0/+16
* idmap: Fix typo is gid2sid() that was caching using idmap_cache_set_sid2uid()Gerald W. Carter2008-09-251-1/+1
* s3: fix idmap_adex.Günther Deschner2008-09-243-3/+3
* Fix winbindd crash in an unusual failure mode. Bug #5737. Based on original p...Jeremy Allison2008-09-231-5/+9
* s3: fix NETLOGON_NT_VERSION version flags.Günther Deschner2008-09-231-1/+1
* [s3]winbindd_group: don't list the domain twice when expanding internal aliasesMichael Adam2008-09-231-1/+1
* [s3]winbindd_group: sanely handle NULL domain in add_member().Michael Adam2008-09-231-1/+5
* [s3]winbindd_ads: honour "winbind use default domain" in lookup_groupmem().Michael Adam2008-09-231-9/+11
* [s3]winbindd_rpc: add domain prefix to username in lookup_groupmem().Michael Adam2008-09-231-1/+4
* [s3]winbindd_util: add fill_domain_username_talloc().Michael Adam2008-09-231-0/+27
* [s3]winbindd_util: add prototype for fill_domain_username_talloc().Michael Adam2008-09-231-0/+4
* [s3]winbindd: fix a comment typoMichael Adam2008-09-231-1/+1
* [s3]winbind_util: fix an implicit cast compile warning.Michael Adam2008-09-231-1/+1
* s3: use samba4 prototype for ndr_push/pull_struct_blob.Günther Deschner2008-09-231-1/+1
* idmap_adex: Add new idmap plugin for support RFC2307 enabled AD forests.Gerald (Jerry) Carter2008-09-227-0/+3740
* * Allow an admin to define the "uid" attribute for a RFC2307Gerald (Jerry) Carter2008-09-161-9/+168
* idmap_hash: Add the idmap/nss-info provider from Likewise Open.Gerald (Jerry) Carter2008-09-163-0/+628
* winbindd: Update the calls to ws_name_XX() to reflect API changes.Gerald (Jerry) Carter2008-09-164-46/+314
* winbindd: Add support for name aliasing.Gerald (Jerry) Carter2008-09-165-22/+425
* idmap_ad: Fix a segfault when calling nss_get_info() with a NULL ads structure.Gerald W. Carter2008-09-151-12/+69
* Fix for bug 5571Simo Sorce2008-09-113-1/+27
* Revert "winbindd: the ad trusted_domains call should return talloced strings."Günther Deschner2008-09-051-5/+2
* Fix a memleakQiao Yang2008-09-051-1/+2
* Fix winbindd crash bug with trusted domains. Bug #5736James Ding2008-09-041-0/+2
* get rid of unneeded argument in get_methods and get_alloc_methodsHerb Lewis2008-09-041-14/+9
* Cleanup of DC enumeration in get_dcs()Steven Danneman2008-09-041-24/+74
* Revert "Split lookup_name() and create a new functiong called"Simo Sorce2008-09-031-13/+15
* Merge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-develSimo Sorce2008-09-034-6/+34
|\
| * winbindd: the ad trusted_domains call should return talloced strings.Günther Deschner2008-09-021-2/+5
| * Fix Coverity ID 592Volker Lendecke2008-08-311-0/+4
| * winbindd: fix invalid sid copy (hit when enumerating sibling domains).Günther Deschner2008-08-281-1/+1
| * Fix the wcache_invalidate_samlogon calls.Jeremy Allison2008-08-272-3/+24
* | Merge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-develSimo Sorce2008-08-269-543/+409
|\|
| * Move idmap_cache.c from winbindd/ to lib/Volker Lendecke2008-08-261-261/+0
| * winbindd: use set_auth_errors() in winbindd_dual_check_machine_acct as well.Günther Deschner2008-08-251-4/+1
| * winbindd: move set_auth_errors to util functions.Günther Deschner2008-08-253-12/+13
| * winbindd: only create machine pwd change event when in primary domain child.Günther Deschner2008-08-251-1/+1
| * Fix some nonempty blank linesVolker Lendecke2008-08-231-26/+26
| * Use talloc_stackframe() in machine_password_change_handlerVolker Lendecke2008-08-231-9/+5