summaryrefslogtreecommitdiffstats
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
...
* Use rpccli_samr_GetAliasMembership() in winbindd and rpcclient.Günther Deschner2008-02-051-16/+21
* Use rpccli_samr_Connect2() all over the place.Günther Deschner2008-02-041-12/+15
* Fix a typo in a debug message.Michael Adam2008-02-041-1/+1
* Convert read_data() to NTSTATUSVolker Lendecke2008-02-021-9/+11
* Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testSimo Sorce2008-02-0117-315/+1767
|\
| * Use rpccli_samr_OpenUser() all over the place.Günther Deschner2008-02-012-9/+15
| * Use rpccli_samr_OpenGroup() all over the place.Günther Deschner2008-02-011-2/+5
| * Use rpccli_samr_OpenDomain() all over the place.Günther Deschner2008-02-011-6/+6
| * Remove rpccli_samr_close and use pidl generated function instead.Günther Deschner2008-01-312-6/+6
| * Remove include/rpc_ds.h and all references to it completly.Günther Deschner2008-01-295-27/+27
| * Use another pidl generated call to enumerate ds trusted domains in winbindd.Günther Deschner2008-01-291-26/+23
| * Use pidl generated call to enumerate ds trusted domains in winbindd.Günther Deschner2008-01-291-12/+19
| * Eliminate remote tree of dsgetdcname (which will happen in libnetapi then).Günther Deschner2008-01-291-1/+1
| * Always trust the domain flags in the wcache trusted domain cache.Gerald W. Carter2008-01-251-13/+33
| * Use the correct domain name when looking up the trust password.Gerald W. Carter2008-01-251-1/+15
| * Fix winbindd_can_contact_domain() on a samba DC.Michael Adam2008-01-251-3/+6
| * Use generated DSSETUP client & server rpc functions and remove the hand-writt...Günther Deschner2008-01-251-15/+16
| * Add debug message: show which domain_child is being forked.Michael Adam2008-01-251-0/+7
| * 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
| * Fix winbindd build w/o ADS.Günther Deschner2008-01-241-3/+7
| * Add winbind_msg_dump_domain_list to winbindd.Günther Deschner2008-01-242-0/+88
| * Add winbindd debugging ndr_print helpers.Günther Deschner2008-01-241-0/+149
| * Windows 2008 (Longhorn) auth2 flag fixes.Andreas Schneider2008-01-231-1/+1
| * Fix panic: Don't free the logfilename in winbind_child_died().Michael Adam2008-01-231-1/+0
| * Initialize _domain_list to NULL.Michael Adam2008-01-231-1/+1
| * Fix get_trust_creds() to return always an upper-cased krb5 principal (thisGünther Deschner2008-01-231-4/+8
| * winbindd: remove useless strcpyStefan Metzmacher2008-01-211-4/+1
| * Fix a segfaultVolker Lendecke2008-01-201-3/+10
| * Finally enable pidl generated SAMR & NETLOGON headers and clients.Günther Deschner2008-01-172-4/+4
| * Convert old sid-string handling in idmap_tdb2 to a new oneAlexander Bokovoy2008-01-161-4/+7
| * idmap TDB2 backend, used for clustered Samba setups.Alexander Bokovoy2008-01-161-0/+1014
| * Apply const to rpccli_lsa_query_info_policy() and rpccli_lsa_query_info_polic...Günther Deschner2008-01-151-3/+3
| * Ensure we don't access an uninitialized variableJeremy Allison2008-01-111-1/+1
| * As long as DsGetDcName is not part of libnetapi, lowercase the fn name.Günther Deschner2008-01-111-3/+3
| * Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.Michael Adam2008-01-095-46/+58
| * Fix prototype: Add a void to an empty function parameter list.Michael Adam2008-01-091-1/+1
| * Fix build warning.Günther Deschner2008-01-071-16/+18
| * Use the proper boolean constants.Michael Adam2008-01-071-93/+93
| * Fix a comment.Michael Adam2008-01-071-1/+2
| * Make wcache_invalidate_cache() return bool, not int.Michael Adam2008-01-072-4/+4
| * Add some braces to if statement.Michael Adam2008-01-071-1/+2
| * Prevent winbindd from segfaulting due to corrupted cache tdb.Andreas Schneider2008-01-072-4/+36
| * Fix the inherited trust flags when spidering the trust heirarchy.Gerald (Jerry) Carter2008-01-042-3/+19
| * Add a missing check for dealing with a one-way trust in query_user().Gerald (Jerry) Carter2008-01-041-0/+6
| * Ensure that winbindd_getgroups() can deal with a UPN name.Gerald (Jerry) Carter2008-01-041-1/+10
| * When connecting to an AD DC, use the DsGetDCName variant.Gerald (Jerry) Carter2008-01-041-2/+36
| * Use correct size value for linearize call.Jeremy Allison2007-12-291-1/+1
| * Remove tiny code duplicationVolker Lendecke2007-12-291-4/+7
| * Add NT error to debug to try and track this down.Jeremy Allison2007-12-211-1/+4