summaryrefslogtreecommitdiff
path: root/source/rpc_parse/parse_samr.c
Commit message (Expand)AuthorAgeFilesLines
* From Elrond@Wunder-Nett.org Tue Feb 29 05:53:10 2000Luke Leighton2000-02-281-48/+43
* set_secret_data() parameter typecast constant (16) to a pointer. nggggh!Luke Leighton2000-02-251-1/+1
* dammit! lsa_set_secret() works DIFFERENTLY depending on the target!Luke Leighton2000-02-231-9/+0
* added deluser command to rpcclient and samedit. not sure if it works!Luke Leighton2000-02-161-0/+56
* adding delete domain userLuke Leighton2000-02-151-0/+48
* creating user alias groups and user domain groups.Luke Leighton2000-02-081-52/+72
* trying to sort out policy handle state info, and making a mess of it.Luke Leighton2000-02-071-0/+2
* adding functions that are common-code between samrtdbd and samrnt5ldapdLuke Leighton2000-02-051-1/+97
* attempting to debug samr_set_userinfo. definite memory corruption.Luke Leighton2000-02-031-1/+1
* attempting to track down a weird sam_set_userinfo bug. maybe this isLuke Leighton2000-02-031-77/+3
* commented out marshalling code for SAM_USER_INFO_12, which is the NTLuke Leighton2000-02-031-0/+9
* added samr_query_userinfo() info level 0x12. returns LM# + NT# in-the-clear.Luke Leighton2000-02-031-0/+70
* in an attempt to create samrtdbd, i noticed comments that sam op code 0x3Luke Leighton2000-02-031-162/+6
* tidyup. created samrtdbd because it's smarter than having --with-samtdb.Luke Leighton2000-02-011-0/+5
* renamed some of the unknown samr functions because, well... we know their names!Luke Leighton2000-02-011-23/+23
* fixing up samtdb _sam_set_userinfo() at info levels 23 and 24, andLuke Leighton2000-02-011-18/+142
* from elrond. this patch is NOT as large as it looks.Luke Leighton2000-01-311-0/+1
* added a tdb_create_user and implemented tdb's _samr_create_dom_user().Luke Leighton2000-01-311-1/+1
* more policy handle-related cleanups. compiles ok, nowLuke Leighton2000-01-301-19/+18
* patch from Elrond to include/exclude nterr.h as needed.Luke Leighton2000-01-301-0/+1
* sorry, everyone: this is work-in-progress. i got a call to go out tonightLuke Leighton2000-01-291-4/+2
* s.striker's competion of the samr api conversion! hooray!Luke Leighton2000-01-291-59/+0
* srv samr api conversion. the rest is mr s.striker's task for tomorrow :)Luke Leighton2000-01-271-2/+2
* samr srv api conversionLuke Leighton2000-01-271-53/+60
* s.striker@striker.nl's _samr_lookup_domain() samr conversion.Luke Leighton2000-01-271-0/+21
* bug-fixing sam_query_userinfo() client and server-side code fromLuke Leighton2000-01-271-1/+1
* samr api conversion. this one's a little bit more significant.Luke Leighton2000-01-261-218/+193
* srv samr api conversion. i also made SID_ENUM_TYPE parameters uint32Luke Leighton2000-01-261-56/+14
* remove make_r_samr_delete_dom_group.Luke Leighton2000-01-261-15/+0
* samr srv api conversion. anyone bored of the large number of cvs messages yet?Luke Leighton2000-01-251-27/+1
* samr srv api conversion.Luke Leighton2000-01-251-28/+1
* samr srv api conversion. also got rid of --enable-maintainer-mode itLuke Leighton2000-01-251-25/+1
* the first in a series of mods to have the rpc_client/cli_samr.c APILuke Leighton2000-01-251-61/+4
* patch from Elrond to use dynamic memory allocation where a max limitLuke Leighton2000-01-241-20/+111
* - had to wrap register_vuid() with a become_root()/unbecome_root() setLuke Leighton2000-01-171-0/+3
* patches from elrond to do some more memory clean-ups. these relatedLuke Leighton2000-01-121-3/+24
* fixing wksta-join code, i got samr_setuserinfo level 23 (0x17) a bit wrong.Luke Leighton2000-01-121-4/+16
* trying to fix usrmgr.exe. there's a problem with a limit, it seems,Luke Leighton2000-01-111-3/+7
* removed dependency of smbd on the smb password database api.Luke Leighton2000-01-031-2/+23
* - split ipc.c into lanman.c and ipc.cLuke Leighton2000-01-021-6/+8
* bug found in password set: incorrect msrpc interpretation. the newLuke Leighton1999-12-141-6/+2
* delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1999-12-121-34/+0
* fixing joining to domain plus something weird going down with nt logins...Luke Leighton1999-12-011-1/+1
* improving createuser account command to be able to add workstationsLuke Leighton1999-12-011-8/+11
* first attempt at getting \PIPE\NETLOGON working. it's pretty horrible.Luke Leighton1999-11-291-2/+2
* cool! completed a samr* API that _would_ look like an msdn samr* api...Luke Leighton1999-11-251-0/+20
* dynamic memory allocation i added a month ago: forgot to ZERO_STRUCT()Luke Leighton1999-11-201-0/+2
* - surprise! the number of UNICODE strings that didn't have alignmentLuke Leighton1999-11-191-0/+20
* added samuserset2 rpcclient command to test ACB_XXX bit-setting onLuke Leighton1999-11-181-3/+158
* attempting to get nt5 wksta to join domain.Luke Leighton1999-11-161-1/+2