summaryrefslogtreecommitdiffstats
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
...
* Fix winbindd msrpc_lookup_useraliases.Günther Deschner2008-02-081-1/+1
* Use rpccli_lsa_QueryInfoPolicy() all over the place.Günther Deschner2008-02-081-14/+17
* Use rpccli_lsa_QueryInfoPolicy2 in winbindd.Günther Deschner2008-02-081-16/+19
* Use rpccli_samr_QueryDisplayInfo() all over the place.Günther Deschner2008-02-081-19/+20
* Use rpccli_samr_GetGroupsForUser() all over the place.Günther Deschner2008-02-071-5/+7
* Use rpccli_netr_GetAnyDCName and rpccli_netr_GetDCName everywhere.Günther Deschner2008-02-072-22/+38
* Let rpccli_samr_chgpasswd3 use rpccli_samr_ChangePasswordUser3 internally.Günther Deschner2008-02-071-16/+21
* Use rpccli_samr_QueryDomainInfo() in winbindd.Günther Deschner2008-02-067-85/+106
* Small whitespace cleanup + check for null returns on talloc_strdup.Jeremy Allison2008-02-051-8/+12
* Use rpccli_samr_QueryGroupMember() all over the place.Günther Deschner2008-02-051-3/+7
* 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