summaryrefslogtreecommitdiffstats
path: root/source/include/proto.h
Commit message (Expand)AuthorAgeFilesLines
* cool! a unix socket smb redirector. code based on smbfilter andLuke Leighton1999-12-031-2/+5
* domain_client_validate() no longer takes serverlist, it callsLuke Leighton1999-12-021-1/+1
* cleaning up: removing those horrible references to server listLuke Leighton1999-12-021-10/+5
* added get_any_dc_name() function.Luke Leighton1999-12-021-1/+10
* need a domain resolving function, but get_trusted_serverlist() will do.Luke Leighton1999-12-021-0/+1
* default SID map now reads in "trusted domains" from smb.conf.Luke Leighton1999-12-021-0/+3
* improved enumdomains added -i option.Luke Leighton1999-12-021-1/+2
* more cli_session_setup() calls. what the heck are these doing???Luke Leighton1999-12-011-0/+1
* damn, that took a while. nt login password was being stored incorrectlyLuke Leighton1999-12-011-6/+6
* fixing joining to domain plus something weird going down with nt logins...Luke Leighton1999-12-011-4/+6
* improving createuser account command to be able to add workstationsLuke Leighton1999-12-011-6/+10
* 1) when no domain used in ntlogin test command, should use default oneLuke Leighton1999-12-011-0/+1
* sys_select added one more argument (read, write selectors).Luke Leighton1999-12-011-83/+111
* bug-fixLuke Leighton1999-11-291-1/+1
* this is going to sound _really_ weird, ok, but i had to implementLuke Leighton1999-11-291-2/+15
* attempting to resolve the issue that multiple servers often specified inLuke Leighton1999-11-291-5/+5
* ok. got ntlogin command working. argh, it maintains a connection toLuke Leighton1999-11-291-1/+6
* first attempt at getting \PIPE\NETLOGON working. it's pretty horrible.Luke Leighton1999-11-291-39/+71
* well, i stuffed up the spooler commands.Luke Leighton1999-11-271-20/+13
* moved browser command brsinfo over to new abstracted connectionLuke Leighton1999-11-271-9/+6
* this one's a handle-based one (missed in the first round).Luke Leighton1999-11-271-5/+5
* removed do_ prefix from srvsvc APILuke Leighton1999-11-271-7/+8
* updated \PIPE\wkssvc commands to use new abstracted connection system.Luke Leighton1999-11-271-2/+1
* using "abstracted" cli_connection, got \PIPE\srvsvc commands up and runningLuke Leighton1999-11-271-16/+10
* further abstraction involving client states. main client-side codeLuke Leighton1999-11-271-18/+19
* enhanced samuser command to do same thing as enumusers command (-g -u -a)Luke Leighton1999-11-271-2/+21
* bug-fixing registry commands and the rpcclient "rpcclient" command.Luke Leighton1999-11-271-0/+1
* whoa. _major_ restructure of rpcclient. fixed some buuugs, created a few.Luke Leighton1999-11-261-4/+17
* previous commit added an abstraction function that didn't even haveLuke Leighton1999-11-251-2/+2
* cool! completed a samr* API that _would_ look like an msdn samr* api...Luke Leighton1999-11-251-106/+67
* registry API moved over to new format. reg_connect() is the top-levelLuke Leighton1999-11-241-22/+25
* service control manager API completed. svcenum -i works, but does notLuke Leighton1999-11-241-21/+13
* ok. *whew*. this is the first completed part of the restructure.Luke Leighton1999-11-241-0/+3
* first stages of removing struct cli_state* and uint16 fnum from allLuke Leighton1999-11-241-23/+29
* WARNING! MOVED rpc_server/srv_lsa_hnd.c TO lib/util_hnd.cLuke Leighton1999-11-241-17/+17
* rewrote policy handle code to be generic (it's needed for client-side too)Luke Leighton1999-11-241-11/+18
* attempted a svcset command. password is encrypted / messed up, thereforeLuke Leighton1999-11-231-17/+26
* oops!!!! wrong command!!!Luke Leighton1999-11-231-2/+8
* adding svcctl 0x1b functionLuke Leighton1999-11-231-6/+28
* okay :) all cmd_() functions now take int argc, char **argv :) thatLuke Leighton1999-11-221-61/+61
* implement server-side generation of NTLMv2 session key. YESSS :-)Luke Leighton1999-11-211-2/+9
* you know what? this sort of thing makes me laugh. hmm, what functionsLuke Leighton1999-11-211-1/+2
* hmmm... have to add client-side support in domain_client_validate() toLuke Leighton1999-11-211-2/+3
* adding user session key into network netlogon response.Luke Leighton1999-11-211-1/+4
* modified domain_client_validate to take trust account name / type. thisLuke Leighton1999-11-201-1/+3
* doing a code reshuffle. want to add code to establish trust relationships.Luke Leighton1999-11-201-111/+154
* The First Necessary UNICODE String Support.Luke Leighton1999-11-191-1/+4
* - bug in nmbd registering DOMAIN_NAME<1c> to WINS server; recursionLuke Leighton1999-11-191-0/+4
* added \PIPE\browser plus experimental brsinfo command. you wouldn'tLuke Leighton1999-11-191-0/+21
* set "key does not exist" response to reg_query_val() (win32 status codeLuke Leighton1999-11-181-0/+1