Age | Commit message (Expand) | Author | Files | Lines |
2000-01-07 | this looks like a big commit, but it isn't really :) | Andrew Tridgell | 1 | -4/+5 |
2000-01-03 | got rid of mem_man | Andrew Tridgell | 1 | -8/+0 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1 | -1495/+337 |
1999-12-08 | ABOUT TIME!!!!!!!! | Luke Leighton | 1 | -11/+11 |
1999-12-03 | starting "connection reuse" system in smb-agent. added version number | Luke Leighton | 1 | -1/+10 |
1999-12-03 | i always get caught out with non-gnu-readline code mods :-) | Luke Leighton | 1 | -1/+1 |
1999-12-03 | cool! a unix socket smb redirector. code based on smbfilter and | Luke Leighton | 1 | -1/+1 |
1999-12-03 | promptline undefined (pline) | Luke Leighton | 1 | -1/+1 |
1999-12-02 | oops, pwdb_initialise() called unnecessarily from here (failure to read | Luke Leighton | 1 | -2/+0 |
1999-12-02 | default SID map now reads in "trusted domains" from smb.conf. | Luke Leighton | 1 | -0/+2 |
1999-12-02 | improved enumdomains added -i option. | Luke Leighton | 1 | -1/+2 |
1999-12-02 | clearing up connection-related stuff. password credentials were messing | Luke Leighton | 1 | -8/+23 |
1999-12-01 | added net use (actually net -S srv -U user -W dom) and net del (actually | Luke Leighton | 1 | -17/+147 |
1999-12-01 | more cli_session_setup() calls. what the heck are these doing??? | Luke Leighton | 1 | -44/+1 |
1999-12-01 | 1) when no domain used in ntlogin test command, should use default one | Luke Leighton | 1 | -1/+1 |
1999-12-01 | sys_select added one more argument (read, write selectors). | Luke Leighton | 1 | -2/+2 |
1999-12-01 | split display.c into modules. | Luke Leighton | 1 | -1/+68 |
1999-11-29 | ok. got ntlogin command working. argh, it maintains a connection to | Luke Leighton | 1 | -0/+7 |
1999-11-29 | first attempt at getting \PIPE\NETLOGON working. it's pretty horrible. | Luke Leighton | 1 | -11/+4 |
1999-11-27 | further abstraction involving client states. main client-side code | Luke Leighton | 1 | -8/+1 |
1999-11-27 | enhanced samuser command to do same thing as enumusers command (-g -u -a) | Luke Leighton | 1 | -1/+1 |
1999-11-27 | bug-fixing registry commands and the rpcclient "rpcclient" command. | Luke Leighton | 1 | -35/+74 |
1999-11-26 | whoa. _major_ restructure of rpcclient. fixed some buuugs, created a few. | Luke Leighton | 1 | -228/+239 |
1999-11-25 | cool! completed a samr* API that _would_ look like an msdn samr* api... | Luke Leighton | 1 | -6/+4 |
1999-11-24 | registry API moved over to new format. reg_connect() is the top-level | Luke Leighton | 1 | -1/+6 |
1999-11-24 | service control manager API completed. svcenum -i works, but does not | Luke Leighton | 1 | -1/+7 |
1999-11-24 | ok. *whew*. this is the first completed part of the restructure. | Luke Leighton | 1 | -81/+20 |
1999-11-24 | first stages of removing struct cli_state* and uint16 fnum from all | Luke Leighton | 1 | -0/+3 |
1999-11-23 | attempted a svcset command. password is encrypted / messed up, therefore | Luke Leighton | 1 | -3/+3 |
1999-11-23 | oops!!!! wrong command!!! | Luke Leighton | 1 | -0/+7 |
1999-11-22 | the last one. that concludes the removal of all next_token() calls | Luke Leighton | 1 | -1/+1 |
1999-11-22 | okay :) all cmd_() functions now take int argc, char **argv :) that | Luke Leighton | 1 | -46/+41 |
1999-11-19 | added \PIPE\browser plus experimental brsinfo command. you wouldn't | Luke Leighton | 1 | -0/+6 |
1999-11-18 | added samuserset2 rpcclient command to test ACB_XXX bit-setting on | Luke Leighton | 1 | -0/+6 |
1999-11-18 | added regqueryval command (experimental) to get reg_io_q_info() and | Luke Leighton | 1 | -0/+6 |
1999-11-16 | oops, mistake in parsing command-arguments. repeated calls to | Luke Leighton | 1 | -1/+1 |
1999-11-15 | added rpcclient "enumdomains" command. enumerates names of domains | Luke Leighton | 1 | -0/+6 |
1999-11-09 | debugging rpcclient spoolenum and spooljobs commands. oh, did i forget | Luke Leighton | 1 | -3/+14 |
1999-11-08 | const feeding frenzy | Luke Leighton | 1 | -4/+61 |
1999-11-06 | added command-completion printer enum code. | Luke Leighton | 1 | -1/+46 |
1999-11-06 | added rpcclient spoolenum command. enumerates printers. | Luke Leighton | 1 | -1/+7 |
1999-11-06 | spoolss openprinterex / closeprinter client-code. | Luke Leighton | 1 | -10/+3 |
1999-11-05 | experimental spoolss rpcclient commands | Luke Leighton | 1 | -1/+17 |
1999-11-04 | adding experimental set user password command to rpcclient, it returns | Luke Leighton | 1 | -0/+8 |
1999-11-02 | added samalias <aliasname> rpcclient command (shows info on alias) | Luke Leighton | 1 | -10/+63 |
1999-11-01 | added lsaenumdomains command. | Luke Leighton | 1 | -0/+6 |
1999-11-01 | added rpcclient svcstop <service name> command. gnu readline | Luke Leighton | 1 | -0/+7 |
1999-10-31 | added yet another rpcclient command: svcstart <service name> [arg0] [arg1] ... | Luke Leighton | 1 | -0/+7 |
1999-10-31 | command-line completion for new svcinfo command | Luke Leighton | 1 | -1/+45 |
1999-10-31 | added svcinfo <service name> command. | Luke Leighton | 1 | -0/+7 |