summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_misc.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-05winbind: Fix samba3.winbind.struct test.Andreas Schneider1-1/+1
2013-03-05winbind: Correctly use names in the domain struct.Andreas Schneider1-1/+3
2012-05-14s3: Fix Coverity ID 241320 Array compared against 0Volker Lendecke1-1/+1
2011-08-17s3: Next step to fix MIT trustsVolker Lendecke1-0/+4
2011-07-26s3: Fix MIT trustsVolker Lendecke1-0/+5
2011-06-09s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett1-1/+1
2011-03-16s3: Fix Coverity ID 2100, BAD_SIZEOFVolker Lendecke1-1/+1
2011-01-19s3: Add wbinfo --dc-infoVolker Lendecke1-0/+50
2011-01-13s3-winbind: prefer dcerpc_netr_X functions.Günther Deschner1-1/+0
2010-09-09s3: Remove unused winbindd_dual_show_sequence()Volker Lendecke1-19/+0
2010-04-19winbindd: Fill in num_entries where availableVolker Lendecke1-0/+2
2009-12-28s3: Pass netr_DomainTrustList instead of names and sids through (*trusted_dom...Volker Lendecke1-29/+19
2009-12-28s3: Simplify winbindd_list_trusted_domains() slightlyVolker Lendecke1-31/+23
2009-12-21s3: Fix some nonempty blank linesVolker Lendecke1-10/+10
2009-12-21s3: Remove unused winbindd_dual_getdcnameVolker Lendecke1-72/+0
2009-11-26s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner1-0/+1
2009-10-19Fix typo.Karolin Seeger1-1/+1
2009-09-07s3:winbind: Convert WINBINDD_CHECK_MACHACC to the new APIVolker Lendecke1-68/+0
2009-09-04s3:winbind: Fix Coverity ID 933: FORWARD_NULLVolker Lendecke1-0/+1
2009-08-29s3:winbind: Convert WINBINDD_LIST_GROUPS to the new APIVolker Lendecke1-122/+0
2009-08-29s3:winbind: Convert the GETDCNAME routines to the new APIVolker Lendecke1-20/+0
2009-08-16s3:winbind: Convert winbindd_show_sequence to the new APIVolker Lendecke1-111/+0
2009-08-05s3:winbind: Remove old version of WINBINDD_PINGVolker Lendecke1-6/+0
2009-06-14Make winbindd_cli_state->response a pointer instead of a struct memberVolker Lendecke1-34/+34
2009-06-14Convert winbindd_domain_info to wb_domain_request_sendVolker Lendecke1-59/+75
2009-06-14Make winbindd_cli_state->request a pointer instead of a struct memberVolker Lendecke1-22/+22
2009-05-12Convert response.extra_data.data from malloc to tallocVolker Lendecke1-14/+8
2009-01-15s3: make better use of ccache by not including version.h in every C-file.Michael Adam1-1/+1
2008-11-01Rename dos_errstr() to win_errstr() for consistency with Samba 4.Jelmer Vernooij1-1/+1
2008-08-25winbindd: use set_auth_errors() in winbindd_dual_check_machine_acct as well.Günther Deschner1-4/+1
2008-06-26From Steve Danneman @ Isilon.Jeremy Allison1-0/+123
2008-04-23Mark a domain offline in the wbcDomainInfo structure using the domain_flags.Gerald W. Carter1-4/+14
2008-04-20Introduce rpccli_set_timeout()Volker Lendecke1-2/+2
2008-03-31Augmented "wbinfo -m" to list additional information about the type, directio...Steven Danneman1-13/+91
2008-02-07Use rpccli_netr_GetAnyDCName and rpccli_netr_GetDCName everywhere.Günther Deschner1-10/+20
2007-12-21Kill fstring in getdcname & getanydcname return.Günther Deschner1-3/+3
2007-12-15s/sid_to_string/sid_to_fstring/Volker Lendecke1-2/+2
2007-12-15Use sid_to_string directlyVolker Lendecke1-4/+2
2007-12-15Use sid_string_talloc where we have a tmp talloc ctxVolker Lendecke1-23/+24
2007-10-22r25570: move code of the locator child into its own fileStefan Metzmacher1-64/+0
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-5/+5
2007-10-10Added missing is_ipaddress is_ipaddress_v4 not in initialJeremy Allison1-1/+1
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-0/+64
2007-10-10r25570: move code of the locator child into its own fileStefan Metzmacher1-64/+0
2007-10-10r25275: w2k3 (as PDC emulator) returns WERR_NO_SUCH_DOMAIN to netlogon_getany...Stefan Metzmacher1-3/+13
2007-10-10r25270: for internal domains we should not ask a remote DC.Stefan Metzmacher1-0/+9
2007-10-10r25241: remove sequence_number out of WINBINDD_DOMAIN_INFO callStefan Metzmacher1-6/+2
2007-10-10r25154: move winbindd code into winbindd/Stefan Metzmacher1-0/+634