summaryrefslogtreecommitdiff
path: root/source/rpc_client
Commit message (Expand)AuthorAgeFilesLines
* patch from jf who was having difficulty doing cvs commits on TNG.Luke Leighton2000-03-071-93/+121
* turns out that POLICY_HND actually contains an RPC_UUID. only found thisLuke Leighton2000-03-066-77/+1
* DCE/RPC header - pack type testsLuke Leighton2000-02-281-2/+2
* From Elrond@Wunder-Nett.org Tue Feb 29 05:53:10 2000Luke Leighton2000-02-281-1/+4
* adding pack_type data representation. tested as-was (i.e. not againstLuke Leighton2000-02-281-23/+12
* testing password change showed up some bugs in NTLMSSP calcs, plus one inLuke Leighton2000-02-271-1/+1
* const issuesLuke Leighton2000-02-251-5/+6
* set_secret_data() parameter typecast constant (16) to a pointer. nggggh!Luke Leighton2000-02-251-1/+1
* trying to track down login issues.Luke Leighton2000-02-243-8/+12
* From Elrond@Wunder-Nett.org Thu Feb 24 08:11:57 2000Luke Leighton2000-02-231-2/+6
* update to use secret as a Unicode cleartext NOT NT#Luke Leighton2000-02-231-8/+16
* dammit! lsa_set_secret() works DIFFERENTLY depending on the target!Luke Leighton2000-02-232-0/+70
* trying to track down why createuser -j option doesn't work on nt5, itLuke Leighton2000-02-222-2/+20
* fixed HAVE_SETUID autoconf problems.Luke Leighton2000-02-221-1/+1
* creating a libsurs so we can hide the damn messy uid/gid to sid junk behindLuke Leighton2000-02-211-1/+0
* patch from elrond for rpcclient shareinfo command (netr_share_info) atLuke Leighton2000-02-211-0/+54
* proper job on set secret stuff. added idle function to msrpc fn table.Luke Leighton2000-02-201-6/+1
* updating trust account password in idle-loop of lsarpcd not smbd.Luke Leighton2000-02-194-119/+164
* - removed smbpassd "remote" commands relating to trust accounts, addedLuke Leighton2000-02-184-309/+401
* From Elrond@Wunder-Nett.org Sat Feb 19 06:56:45 2000Luke Leighton2000-02-181-0/+5
* From Elrond@Wunder-Nett.org Sat Feb 19 04:14:38 2000Luke Leighton2000-02-185-14/+14
* after seeing a message where it looked like someone was connection toLuke Leighton2000-02-171-1/+1
* trying to get connection reuse working. use \\someserver -U admin%passLuke Leighton2000-02-173-4/+13
* From Elrond@Wunder-Nett.org Thu Feb 17 07:13:17 2000Luke Leighton2000-02-161-2/+2
* added deluser command to rpcclient and samedit. not sure if it works!Luke Leighton2000-02-161-2/+112
* From Elrond@Wunder-Nett.org Tue Feb 15 07:53:25 2000Luke Leighton2000-02-142-8/+3
* add connection was ok, delete wasn't. ncacn_np_use_del fixed; _use_ ofLuke Leighton2000-02-132-15/+32
* hmm, connections being closed, but use-list doesn't show that correctly.Luke Leighton2000-02-132-11/+27
* hooray, i think i finally have it. couple of bugs (like forgetting toLuke Leighton2000-02-134-9/+28
* debugging.Luke Leighton2000-02-131-20/+20
* ok. this introduces the following structures:Luke Leighton2000-02-134-119/+492
* oops.Luke Leighton2000-02-121-0/+381
* this one serious-attitude bug-fix.Luke Leighton2000-02-123-404/+503
* renamed msrpc_state to msrpc_local.Luke Leighton2000-02-121-1/+1
* updated rpctorture.Luke Leighton2000-02-111-23/+2
* did someone mention a code-freeze? oh well.Luke Leighton2000-02-111-0/+64
* yes, it's a biggie. another semi-automated job, sed script by sander striker.Luke Leighton2000-02-1111-414/+206
* missed one - msrpc_trust_account_passwd takes $MACHINE.ACC as arg.Luke Leighton2000-02-101-1/+2
* moving away from trust_get_passwd(), using lsa_query_secret() on eitherLuke Leighton2000-02-102-6/+6
* yess :) fixed the client / server reusage mixup by adding code to msrpc_findLuke Leighton2000-02-101-4/+0
* interesting. this is quite a problem, i don't know the solution, yet.Luke Leighton2000-02-101-1/+5
* yess! rpcclient no longer links with libsmbpw.so, which was so grosslyLuke Leighton2000-02-102-4/+33
* stub _lsa_create_secret.Luke Leighton2000-02-102-5/+7
* well _that_ was unbelievably easy!!! switched off read-only in netmon,Luke Leighton2000-02-102-0/+85
* finally got it. lsa_set_secret(). now only need lsa_create_secret().Luke Leighton2000-02-101-2/+2
* finally getting somewhere with querysecret, setsecretLuke Leighton2000-02-103-15/+30
* attempting to add an lsa_set_secret(), client-side. consequently,Luke Leighton2000-02-102-2/+103
* tracking down memory leaks with yamd.Luke Leighton2000-02-103-12/+12
* disabled samtdb user alias lookup, it's broken.Luke Leighton2000-02-091-10/+9
* creating user alias groups and user domain groups.Luke Leighton2000-02-081-3/+0