summaryrefslogtreecommitdiff
path: root/source/include/proto.h
Commit message (Expand)AuthorAgeFilesLines
* jean-francois' tng patch, updated. cleaned up some of theLuke Leighton2000-03-071-652/+652
* more of those wonderful connection-related issues, found by rpctortureLuke Leighton2000-03-071-789/+732
* make protoLuke Leighton2000-03-071-1/+0
* solving issue of cascade joining domain. it's decided that theLuke Leighton2000-03-071-5/+9
* turns out that POLICY_HND actually contains an RPC_UUID. only found thisLuke Leighton2000-03-061-659/+661
* DCE/RPC header - pack type testsLuke Leighton2000-02-281-82/+104
* adding pack_type data representation. tested as-was (i.e. not againstLuke Leighton2000-02-281-0/+1
* added bind nack to server-side.Luke Leighton2000-02-271-28/+28
* testing password change showed up some bugs in NTLMSSP calcs, plus one inLuke Leighton2000-02-271-1/+2
* set_secret_data() parameter typecast constant (16) to a pointer. nggggh!Luke Leighton2000-02-251-3/+3
* added previously_granted_access parameter to se_access_check(). itLuke Leighton2000-02-241-1/+2
* se_access_check function.Luke Leighton2000-02-241-0/+6
* From Elrond@Wunder-Nett.org Thu Feb 24 08:11:57 2000Luke Leighton2000-02-231-1/+1
* update to use secret as a Unicode cleartext NOT NT#Luke Leighton2000-02-231-1/+1
* dammit! lsa_set_secret() works DIFFERENTLY depending on the target!Luke Leighton2000-02-231-0/+4
* fixed HAVE_SETUID autoconf problems.Luke Leighton2000-02-221-4/+13
* creating a libsurs so we can hide the damn messy uid/gid to sid junk behindLuke Leighton2000-02-211-5/+10
* patch from elrond for rpcclient shareinfo command (netr_share_info) atLuke Leighton2000-02-211-6/+12
* proper job on set secret stuff. added idle function to msrpc fn table.Luke Leighton2000-02-201-46/+41
* updating trust account password in idle-loop of lsarpcd not smbd.Luke Leighton2000-02-191-22/+9
* - removed smbpassd "remote" commands relating to trust accounts, addedLuke Leighton2000-02-181-206/+181
* ok. a test previously showed that joining an NT5rtm to a domain withLuke Leighton2000-02-181-4/+5
* fixed samedit link problems.Luke Leighton2000-02-171-2/+0
* trying to get connection reuse working. use \\someserver -U admin%passLuke Leighton2000-02-171-0/+1
* added a stub for what i *think* is SamrRemoveForiegnMemberFromDomain, butLuke Leighton2000-02-161-0/+3
* added stub _samr_delete_dom_user to server-side samr daemons.Luke Leighton2000-02-161-0/+3
* added deluser command to rpcclient and samedit. not sure if it works!Luke Leighton2000-02-161-2/+4
* From Elrond@Wunder-Nett.org Tue Feb 15 07:53:25 2000Luke Leighton2000-02-141-8/+2
* hmm, connections being closed, but use-list doesn't show that correctly.Luke Leighton2000-02-131-1/+1
* hooray, i think i finally have it. couple of bugs (like forgetting toLuke Leighton2000-02-131-2856/+2868
* ok. this introduces the following structures:Luke Leighton2000-02-131-3/+36
* this one serious-attitude bug-fix.Luke Leighton2000-02-121-3040/+3021
* renamed msrpc_state to msrpc_local.Luke Leighton2000-02-121-8/+8
* lars kneschke's _reg_open_entry() conversion. you missed NT_STATUS_NOPROBLEMOLuke Leighton2000-02-121-0/+2
* updated rpctorture.Luke Leighton2000-02-111-2/+40
* did someone mention a code-freeze? oh well.Luke Leighton2000-02-111-2/+38
* yes, it's a biggie. another semi-automated job, sed script by sander striker.Luke Leighton2000-02-111-9/+0
* patch from lars for _srv_close conversionLuke Leighton2000-02-101-1/+1
* moving away from trust_get_passwd(), using lsa_query_secret() on eitherLuke Leighton2000-02-101-1/+3
* yess! rpcclient no longer links with libsmbpw.so, which was so grosslyLuke Leighton2000-02-101-0/+2
* added _lsa_set_secret implementation. fixed nt_decrypt_string() itLuke Leighton2000-02-101-3/+3
* added _lsa_create_secret implementation.Luke Leighton2000-02-101-0/+3
* added _lsa_query_secret implementation.Luke Leighton2000-02-101-0/+3
* added implementation of _lsa_open_secret.Luke Leighton2000-02-101-0/+17
* stub _lsa_create_secret.Luke Leighton2000-02-101-0/+3
* well _that_ was unbelievably easy!!! switched off read-only in netmon,Luke Leighton2000-02-101-0/+7
* finally getting somewhere with querysecret, setsecretLuke Leighton2000-02-101-1/+1
* attempting to add an lsa_set_secret(), client-side. consequently,Luke Leighton2000-02-101-0/+6
* tracking down memory leaks with yamd.Luke Leighton2000-02-101-599/+1834
* make protoTim Potter2000-02-091-1829/+599