summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
AgeCommit message (Expand)AuthorFilesLines
1999-12-12changed function name of get_home_dir() to get_unixhome_dir(), to stopLuke Leighton1-1/+9
1999-12-12final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton1-28/+71
1999-12-12delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1-24/+39
1999-12-08jerry spotted that get_domain_sids() was being called with the wrongLuke Leighton1-2/+2
1999-12-08ABOUT TIME!!!!!!!!Luke Leighton1-20/+45
1999-12-06the first independent msrpc daemon - lsarpcd.Luke Leighton1-16/+44
1999-12-05first version of msrpc agent redirector code. client-side only.Luke Leighton1-2/+35
1999-12-05created create_pipe_socket() function.Luke Leighton1-6/+8
1999-12-04cool! created higher-order function table for agent redirection.Luke Leighton1-0/+6
1999-12-04jeremy is going to hate me for this.Luke Leighton1-0/+3
1999-12-03cool! a unix socket smb redirector. code based on smbfilter andLuke Leighton1-2/+5
1999-12-02domain_client_validate() no longer takes serverlist, it callsLuke Leighton1-1/+1
1999-12-02cleaning up: removing those horrible references to server listLuke Leighton1-10/+5
1999-12-02added get_any_dc_name() function.Luke Leighton1-1/+10
1999-12-02need a domain resolving function, but get_trusted_serverlist() will do.Luke Leighton1-0/+1
1999-12-02default SID map now reads in "trusted domains" from smb.conf.Luke Leighton1-0/+3
1999-12-02improved enumdomains added -i option.Luke Leighton1-1/+2
1999-12-01more cli_session_setup() calls. what the heck are these doing???Luke Leighton1-0/+1
1999-12-01damn, that took a while. nt login password was being stored incorrectlyLuke Leighton1-6/+6
1999-12-01fixing joining to domain plus something weird going down with nt logins...Luke Leighton1-4/+6
1999-12-01improving createuser account command to be able to add workstationsLuke Leighton1-6/+10
1999-12-011) when no domain used in ntlogin test command, should use default oneLuke Leighton1-0/+1
1999-12-01sys_select added one more argument (read, write selectors).Luke Leighton1-83/+111
1999-11-29bug-fixLuke Leighton1-1/+1
1999-11-29this is going to sound _really_ weird, ok, but i had to implementLuke Leighton1-2/+15
1999-11-29attempting to resolve the issue that multiple servers often specified inLuke Leighton1-5/+5
1999-11-29ok. got ntlogin command working. argh, it maintains a connection toLuke Leighton1-1/+6
1999-11-29first attempt at getting \PIPE\NETLOGON working. it's pretty horrible.Luke Leighton1-39/+71
1999-11-27well, i stuffed up the spooler commands.Luke Leighton1-20/+13
1999-11-27moved browser command brsinfo over to new abstracted connectionLuke Leighton1-9/+6
1999-11-27this one's a handle-based one (missed in the first round).Luke Leighton1-5/+5
1999-11-27removed do_ prefix from srvsvc APILuke Leighton1-7/+8
1999-11-27updated \PIPE\wkssvc commands to use new abstracted connection system.Luke Leighton1-2/+1
1999-11-27using "abstracted" cli_connection, got \PIPE\srvsvc commands up and runningLuke Leighton1-16/+10
1999-11-27further abstraction involving client states. main client-side codeLuke Leighton1-18/+19
1999-11-27enhanced samuser command to do same thing as enumusers command (-g -u -a)Luke Leighton1-2/+21
1999-11-27bug-fixing registry commands and the rpcclient "rpcclient" command.Luke Leighton1-0/+1
1999-11-26whoa. _major_ restructure of rpcclient. fixed some buuugs, created a few.Luke Leighton1-4/+17
1999-11-25previous commit added an abstraction function that didn't even haveLuke Leighton1-2/+2
1999-11-25cool! completed a samr* API that _would_ look like an msdn samr* api...Luke Leighton1-106/+67
1999-11-24registry API moved over to new format. reg_connect() is the top-levelLuke Leighton1-22/+25
1999-11-24service control manager API completed. svcenum -i works, but does notLuke Leighton1-21/+13
1999-11-24ok. *whew*. this is the first completed part of the restructure.Luke Leighton1-0/+3
1999-11-24first stages of removing struct cli_state* and uint16 fnum from allLuke Leighton1-23/+29
1999-11-24WARNING! MOVED rpc_server/srv_lsa_hnd.c TO lib/util_hnd.cLuke Leighton1-17/+17
1999-11-24rewrote policy handle code to be generic (it's needed for client-side too)Luke Leighton1-11/+18
1999-11-23attempted a svcset command. password is encrypted / messed up, thereforeLuke Leighton1-17/+26
1999-11-23oops!!!! wrong command!!!Luke Leighton1-2/+8
1999-11-23adding svcctl 0x1b functionLuke Leighton1-6/+28
1999-11-22okay :) all cmd_() functions now take int argc, char **argv :) thatLuke Leighton1-61/+61