summaryrefslogtreecommitdiffstats
path: root/source3/include
Commit message (Expand)AuthorAgeFilesLines
...
* | jeremy is going to hate me for this.Luke Leighton1999-12-043-1/+10
* | argh! you wouldn't believe what i had to do: use the mid (multiplex id)Luke Leighton1999-12-041-0/+2
* | starting "connection reuse" system in smb-agent. added version numberLuke Leighton1999-12-032-0/+4
* | cool! a unix socket smb redirector. code based on smbfilter andLuke Leighton1999-12-032-2/+6
* | 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-022-1/+4
* | 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-012-8/+8
* | 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-012-10/+15
* | 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-013-83/+120
* | 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-292-42/+71
* | well, i stuffed up the spooler commands.Luke Leighton1999-11-272-55/+41
* | 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-273-20/+33
* | 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-263-28/+21
* | 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-242-6/+17
* | 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-243-13/+22
* | attempted a svcset command. password is encrypted / messed up, thereforeLuke Leighton1999-11-232-44/+68
* | oops!!!! wrong command!!!Luke Leighton1999-11-231-2/+8
* | adding svcctl 0x1b functionLuke Leighton1999-11-232-6/+53
* | 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-212-1/+4
* | 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