summaryrefslogtreecommitdiffstats
path: root/source/winbindd/winbindd_util.c
Commit message (Expand)AuthorAgeFilesLines
* handling upnBo Yang2009-07-271-1/+2
* Memory leaks and other fixes found by Coveritytodd stecher2009-01-231-2/+10
* Fix "allow trusted domain" so it disables trusted domains.Gerald (Jerry) Carter2009-01-021-2/+11
* winbindd_util: add fill_domain_username_talloc().Michael Adam2008-11-261-0/+27
* winbind_util: fix an implicit cast compile warning.Michael Adam2008-11-191-1/+1
* Fix use of DLIST_REMOVE as spotted by Constantine Vetoshev <gepardcv@gmail.com>.Jeremy Allison2008-10-021-2/+1
* re-added "winbind:ignore domains" patchAndrew Tridgell2008-10-011-0/+17
* winbindd: Add support for name aliasing.Gerald (Jerry) Carter2008-09-211-17/+90
* Fix for bug 5571Simo Sorce2008-09-161-0/+25
* winbindd: move set_auth_errors to util functions.Günther Deschner2008-08-251-0/+12
* Here is a re-working of the winbinddJeremy Allison2008-08-221-1/+1
* I think the problem with these functions is that lookup_usergroupsHerb Lewis2008-08-191-1/+1
* idmap rewriteVolker Lendecke2008-08-121-0/+34
* Fix bug #5533. Winbindd fails to cope correctly with a workgroup name contain...Jeremy Allison2008-06-201-9/+3
* Split the winbindd_passdb backend into a 'builtin' and a 'sam'Jeremy Allison2008-05-301-3/+5
* Fix winbindd on a PDC by reverting : 83b04c60fac76ccd2d5aecb14f8896a07d488b1f...Jeremy Allison2008-05-291-0/+6
* Use sid_array_from_info3 in lookup_usergroups_cached().Günther Deschner2008-04-041-40/+10
* Forest root trust flags won't overwrite child trust flagsSteven Danneman2008-03-311-3/+3
* Use netr_SamInfo3 everywhere in winbindd.Günther Deschner2008-02-171-9/+9
* Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testSimo Sorce2008-02-011-36/+68
|\
| * Remove include/rpc_ds.h and all references to it completly.Günther Deschner2008-01-291-11/+11
| * Always trust the domain flags in the wcache trusted domain cache.Gerald W. Carter2008-01-251-13/+33
| * Fix winbindd_can_contact_domain() on a samba DC.Michael Adam2008-01-251-3/+6
| * Add a debug message winbindd_can_contact_domain()Michael Adam2008-01-251-0/+2
| * Fix assignment to request->data.init_conn.is_primary in init_child_connection().Michael Adam2008-01-251-1/+1
| * Initialize _domain_list to NULL.Michael Adam2008-01-231-1/+1
| * Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.Michael Adam2008-01-091-9/+12
| * Fix the inherited trust flags when spidering the trust heirarchy.Gerald (Jerry) Carter2008-01-041-3/+7
* | Fix winbindd running on a Samba DC,Simo Sorce2008-02-011-6/+0
|/
* s/sid_to_string/sid_to_fstring/Volker Lendecke2007-12-151-1/+1
* Use sid_to_string directlyVolker Lendecke2007-12-151-2/+1
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-3/+2
* winbindd: move domain child specific stuff into its own fileStefan Metzmacher2007-12-141-15/+5
* Remove some globalsVolker Lendecke2007-12-051-4/+4
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-241-2/+4
* r25571: split up child_dispatch_table into domain, idmap and locator tablesStefan Metzmacher2007-10-221-6/+21
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-22/+22
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.samba-misc-tags/initial-v3-2-testGerald (Jerry) Carter2007-10-101-21/+54
* r25571: split up child_dispatch_table into domain, idmap and locator tablesStefan Metzmacher2007-10-101-6/+21
* r25260: add trusted domains always to the end of the list.Stefan Metzmacher2007-10-101-20/+20
* r25241: remove sequence_number out of WINBINDD_DOMAIN_INFO callStefan Metzmacher2007-10-101-4/+0
* r25236: make it possible to alter WINBINDD_SOCKET_DIR viaStefan Metzmacher2007-10-101-0/+5
* r25154: move winbindd code into winbindd/Stefan Metzmacher2007-10-101-0/+1460