summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/winbindd_misc.c
Commit message (Expand)AuthorAgeFilesLines
* log winbind version (when requested) in winbindd logNoel Power2014-01-221-2/+2
* winbind: Fix samba3.winbind.struct test.Andreas Schneider2013-03-051-1/+1
* winbind: Correctly use names in the domain struct.Andreas Schneider2013-03-051-1/+3
* s3: Fix Coverity ID 241320 Array compared against 0Volker Lendecke2012-05-141-1/+1
* s3: Next step to fix MIT trustsVolker Lendecke2011-08-171-0/+4
* s3: Fix MIT trustsVolker Lendecke2011-07-261-0/+5
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-091-1/+1
* s3: Fix Coverity ID 2100, BAD_SIZEOFVolker Lendecke2011-03-161-1/+1
* s3: Add wbinfo --dc-infoVolker Lendecke2011-01-191-0/+50
* s3-winbind: prefer dcerpc_netr_X functions.Günther Deschner2011-01-131-1/+0
* s3: Remove unused winbindd_dual_show_sequence()Volker Lendecke2010-09-091-19/+0
* winbindd: Fill in num_entries where availableVolker Lendecke2010-04-191-0/+2
* s3: Pass netr_DomainTrustList instead of names and sids through (*trusted_dom...Volker Lendecke2009-12-281-29/+19
* s3: Simplify winbindd_list_trusted_domains() slightlyVolker Lendecke2009-12-281-31/+23
* s3: Fix some nonempty blank linesVolker Lendecke2009-12-211-10/+10
* s3: Remove unused winbindd_dual_getdcnameVolker Lendecke2009-12-211-72/+0
* s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner2009-11-261-0/+1
* Fix typo.Karolin Seeger2009-10-191-1/+1
* s3:winbind: Convert WINBINDD_CHECK_MACHACC to the new APIVolker Lendecke2009-09-071-68/+0
* s3:winbind: Fix Coverity ID 933: FORWARD_NULLVolker Lendecke2009-09-041-0/+1
* s3:winbind: Convert WINBINDD_LIST_GROUPS to the new APIVolker Lendecke2009-08-291-122/+0
* s3:winbind: Convert the GETDCNAME routines to the new APIVolker Lendecke2009-08-291-20/+0
* s3:winbind: Convert winbindd_show_sequence to the new APIVolker Lendecke2009-08-161-111/+0
* s3:winbind: Remove old version of WINBINDD_PINGVolker Lendecke2009-08-051-6/+0
* Make winbindd_cli_state->response a pointer instead of a struct memberVolker Lendecke2009-06-141-34/+34
* Convert winbindd_domain_info to wb_domain_request_sendVolker Lendecke2009-06-141-59/+75
* Make winbindd_cli_state->request a pointer instead of a struct memberVolker Lendecke2009-06-141-22/+22
* Convert response.extra_data.data from malloc to tallocVolker Lendecke2009-05-121-14/+8
* s3: make better use of ccache by not including version.h in every C-file.Michael Adam2009-01-151-1/+1
* Rename dos_errstr() to win_errstr() for consistency with Samba 4.Jelmer Vernooij2008-11-011-1/+1
* winbindd: use set_auth_errors() in winbindd_dual_check_machine_acct as well.Günther Deschner2008-08-251-4/+1
* From Steve Danneman @ Isilon.Jeremy Allison2008-06-261-0/+123
* Mark a domain offline in the wbcDomainInfo structure using the domain_flags.Gerald W. Carter2008-04-231-4/+14
* Introduce rpccli_set_timeout()Volker Lendecke2008-04-201-2/+2
* Augmented "wbinfo -m" to list additional information about the type, directio...Steven Danneman2008-03-311-13/+91
* Use rpccli_netr_GetAnyDCName and rpccli_netr_GetDCName everywhere.Günther Deschner2008-02-071-10/+20
* Kill fstring in getdcname & getanydcname return.Günther Deschner2007-12-211-3/+3
* s/sid_to_string/sid_to_fstring/Volker Lendecke2007-12-151-2/+2
* Use sid_to_string directlyVolker Lendecke2007-12-151-4/+2
* Use sid_string_talloc where we have a tmp talloc ctxVolker Lendecke2007-12-151-23/+24
* r25570: move code of the locator child into its own fileStefan Metzmacher2007-10-221-64/+0
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-5/+5
* Added missing is_ipaddress is_ipaddress_v4 not in initialJeremy Allison2007-10-101-1/+1
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-101-0/+64
* r25570: move code of the locator child into its own fileStefan Metzmacher2007-10-101-64/+0
* r25275: w2k3 (as PDC emulator) returns WERR_NO_SUCH_DOMAIN to netlogon_getany...Stefan Metzmacher2007-10-101-3/+13
* r25270: for internal domains we should not ask a remote DC.Stefan Metzmacher2007-10-101-0/+9
* r25241: remove sequence_number out of WINBINDD_DOMAIN_INFO callStefan Metzmacher2007-10-101-6/+2
* r25154: move winbindd code into winbindd/Stefan Metzmacher2007-10-101-0/+634