summaryrefslogtreecommitdiffstats
path: root/source/rpc_client
Commit message (Expand)AuthorAgeFilesLines
* r12853: Fix segfault in "net rpc vampire|samdump" (Bugzilla #3390).Günther Deschner2006-01-111-4/+1
* r12275: Fix memory leak found by Mikhail Kshevetskiy <kl@laska.dorms.spbu.ru>Jeremy Allison2005-12-161-0/+2
* r12236: r11740@cabra: derrell | 2005-12-14 13:16:58 -0500Derrell Lipman2005-12-141-1/+1
* r12225: r11729@cabra: derrell | 2005-12-13 22:59:45 -0500Derrell Lipman2005-12-141-0/+9
* r12106: Fix return valueGünther Deschner2005-12-061-1/+1
* r11963: add rpccli_samr_chgpasswd3 from samba4.Günther Deschner2005-11-291-0/+89
* r11854: Remove unused DOM_SID.Günther Deschner2005-11-221-1/+1
* r11853: Add Dsr_GetSiteName (handy for experimenting with GPOs).Günther Deschner2005-11-221-0/+41
* r11852: Fill in samr_get_dom_pwinfo based on Samba4.Günther Deschner2005-11-221-5/+5
* r11706: Implement dsr_getdcname client code. It's handy: It not only gives yo...Volker Lendecke2005-11-131-0/+123
* r11573: Adding Andrew Bartlett's patch to make machine accountJeremy Allison2005-11-081-8/+10
* r11492: Fix bug #3224 (I hope). Correctly use machine_account_nameJeremy Allison2005-11-042-10/+16
* r11491: If we get a reject ensure we're printing out the server/domain/machineJeremy Allison2005-11-031-2/+2
* r11443: Fix error code returns on client spoolss code. Fix themJeremy Allison2005-11-011-117/+280
* r11338: Move knowledge of \\ needed into rpc_client/cli_netlogonJeremy Allison2005-10-271-1/+3
* r11336: Start to get my control back :-). Volker, I thinkJeremy Allison2005-10-272-22/+62
* r11320: Fix error handling for rpccli_netlogon_getdcname. Jeremy, the other f...Volker Lendecke2005-10-271-2/+2
* r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2005-10-182-15/+15
* r10908: Fix PIPE mismatch to make wbinfo -m work againGünther Deschner2005-10-111-1/+1
* r10801: Janitor for tpot - remember to keep 3.0 in sync.Jeremy Allison2005-10-071-0/+4
* r10780: Fix typo noticed by Volker.Jeremy Allison2005-10-061-1/+1
* r10778: Allow schannel setup over NTLMSSP authenticated pipes.Jeremy Allison2005-10-061-0/+106
* r10747: Remove overparanoid check that broke RPC function calls with no Jelmer Vernooij2005-10-051-5/+0
* r10745: Fix artificial 1k restriction.Jeremy Allison2005-10-051-1/+3
* r10656: BIG merge from trunk. Features not copied overGerald Carter2005-09-3014-3934/+3288
* r10269: Server-side fix for creds change - revert jcmd's change.Jeremy Allison2005-09-161-1/+0
* r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to useGerald Carter2005-08-291-2/+0
* r9041: typo. Thanks jerry.Günther Deschner2005-08-041-1/+1
* r9040: revert pointer checks that I had removed; fixes crash in calls to enum...Gerald Carter2005-08-041-3/+5
* r8833: Fix some uninitialized variables.Volker Lendecke2005-07-281-2/+2
* r8805: Merge a duplicate struct. Get ready to support SPNEGO rpc binds.Jeremy Allison2005-07-271-3/+4
* r8654: merging cli_spoolss_XX() updates from trunkGerald Carter2005-07-201-1722/+1017
* r7995: * privileges are local except when they're *not*Gerald Carter2005-06-291-7/+7
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2005-06-241-3/+3
* r7878: mostly just a rename of REG_INFO to REG_QUERY_VALUE for better clarityGerald Carter2005-06-241-7/+7
* r7691: * add .gdbinit to the svn:ignore filesGerald Carter2005-06-172-2/+1
* r7664: add access check hooks to _reg_open_entry which are passed off Gerald Carter2005-06-171-1/+1
* r7649: * fix compile breakage (sorry, should have done a make clean before theGerald Carter2005-06-161-4/+4
* r7645: adding server stubs for RegCreateKey() and RegSetValue()Gerald Carter2005-06-161-2/+2
* r7632: Cleanup "net share migrate"-code. Günther Deschner2005-06-161-0/+57
* r7534: Add missing cli_srvsvc_net_share_set_info-function andGünther Deschner2005-06-131-0/+50
* r7415: * big change -- volker's new async winbindd from trunkGerald Carter2005-06-085-242/+746
* r7391: - Added client-support for various lsa_query_trust_dom_info-calls and aGünther Deschner2005-06-081-0/+195
* r7385: Rewrite the RPC bind parsing functions to follow the spec. I haven't yetJeremy Allison2005-06-081-5/+10
* r6995: * fixing segfault when writing out registry values of zero lengthGerald Carter2005-05-261-0/+25
* r6942: * merging the registry changes back to the 3.0 treeGerald Carter2005-05-231-558/+441
* r6601: fixing query and set alias info calls (level 1 from theGerald Carter2005-05-031-1/+1
* r6445: Make us survive the PARANOID_MALLOC_CHECKER. Should we enable that forVolker Lendecke2005-04-231-1/+1
* r6232: more cleanups; remove BUFFER3; rename BUFFER4 -> RPC_DATA_BLOB; rename...Gerald Carter2005-04-071-8/+8
* r6228: remove BUFHDR2 and clean up LsaEnumTrustedDomains()Gerald Carter2005-04-061-55/+35