| Commit message (Expand) | Author | Age | Files | Lines |
* | converted all our existing shared memory code to use a tdb database | Andrew Tridgell | 1999-12-21 | 1 | -1/+1 |
* | 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files that... | Andrew Tridgell | 1999-12-13 | 10 | -4126/+0 |
* | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1999-12-13 | 9 | -5232/+2753 |
* | final part of "first" phase converting over to msrpc daemon architecture. | Luke Leighton | 1999-12-12 | 2 | -2/+2 |
* | delineation between smb and msrpc more marked. smbd now constructs | Luke Leighton | 1999-12-12 | 2 | -5/+3 |
* | OK. This code works on a RedHat 6.0 system. However smbpasswd | Gerald Carter | 1999-12-09 | 1 | -1/+1 |
* | jerry spotted that get_domain_sids() was being called with the wrong | Luke Leighton | 1999-12-08 | 1 | -2/+1 |
* | ABOUT TIME!!!!!!!! | Luke Leighton | 1999-12-08 | 3 | -19/+22 |
* | first version of msrpc agent redirector code. client-side only. | Luke Leighton | 1999-12-05 | 1 | -1/+1 |
* | jeremy is going to hate me for this. | Luke Leighton | 1999-12-04 | 1 | -0/+1 |
* | argh! smb-agent redirection client reusage is a nightmare! | Luke Leighton | 1999-12-03 | 1 | -3/+10 |
* | starting "connection reuse" system in smb-agent. added version number | Luke Leighton | 1999-12-03 | 1 | -1/+8 |
* | cool! a unix socket smb redirector. code based on smbfilter and | Luke Leighton | 1999-12-03 | 2 | -2/+4 |
* | new get_any_dc_name() function allows lookups of trusted domains from | Luke Leighton | 1999-12-02 | 1 | -0/+5 |
* | cleaning up: removing those horrible references to server list | Luke Leighton | 1999-12-02 | 4 | -131/+14 |
* | default SID map now reads in "trusted domains" from smb.conf. | Luke Leighton | 1999-12-02 | 1 | -3/+9 |
* | improved enumdomains added -i option. | Luke Leighton | 1999-12-02 | 1 | -18/+18 |
* | clearing up connection-related stuff. password credentials were messing | Luke Leighton | 1999-12-02 | 1 | -1/+3 |
* | more cli_session_setup() calls. what the heck are these doing??? | Luke Leighton | 1999-12-01 | 1 | -0/+44 |
* | damn, that took a while. nt login password was being stored incorrectly | Luke Leighton | 1999-12-01 | 2 | -9/+8 |
* | fixing joining to domain plus something weird going down with nt logins... | Luke Leighton | 1999-12-01 | 4 | -19/+9 |
* | improving createuser account command to be able to add workstations | Luke Leighton | 1999-12-01 | 3 | -13/+134 |
* | 1) when no domain used in ntlogin test command, should use default one | Luke Leighton | 1999-12-01 | 1 | -15/+32 |
* | sys_select added one more argument (read, write selectors). | Luke Leighton | 1999-12-01 | 2 | -3/+31 |
* | added failed connections to the net use array, even though they'd been | Luke Leighton | 1999-11-30 | 1 | -6/+14 |
* | ok. this is where it gets interesting. client states are now maintained | Luke Leighton | 1999-11-30 | 1 | -2/+29 |
* | bug-fix | Luke Leighton | 1999-11-29 | 2 | -3/+3 |
* | this is going to sound _really_ weird, ok, but i had to implement | Luke Leighton | 1999-11-29 | 3 | -64/+378 |
* | sam sync - one of the files that use multiple connection server list | Luke Leighton | 1999-11-29 | 1 | -16/+2 |
* | attempting to resolve the issue that multiple servers often specified in | Luke Leighton | 1999-11-29 | 2 | -6/+64 |
* | ok. got ntlogin command working. argh, it maintains a connection to | Luke Leighton | 1999-11-29 | 1 | -36/+95 |
* | first attempt at getting \PIPE\NETLOGON working. it's pretty horrible. | Luke Leighton | 1999-11-29 | 6 | -241/+408 |
* | cool! spooljobs works! this surprised me very much :-) helped to | Luke Leighton | 1999-11-27 | 1 | -2/+2 |
* | well, i stuffed up the spooler commands. | Luke Leighton | 1999-11-27 | 1 | -17/+46 |
* | moved at command over to new abstract connection system. matthew, you | Luke Leighton | 1999-11-27 | 1 | -15/+49 |
* | moved browser command brsinfo over to new abstracted connection | Luke Leighton | 1999-11-27 | 1 | -5/+13 |
* | this one's a handle-based one (missed in the first round). | Luke Leighton | 1999-11-27 | 1 | -12/+23 |
* | removed do_ prefix from srvsvc API | Luke Leighton | 1999-11-27 | 1 | -7/+7 |
* | updated \PIPE\wkssvc commands to use new abstracted connection system. | Luke Leighton | 1999-11-27 | 1 | -5/+12 |
* | using "abstracted" cli_connection, got \PIPE\srvsvc commands up and running | Luke Leighton | 1999-11-27 | 1 | -53/+104 |
* | further abstraction involving client states. main client-side code | Luke Leighton | 1999-11-27 | 6 | -156/+208 |
* | enhanced samuser command to do same thing as enumusers command (-g -u -a) | Luke Leighton | 1999-11-27 | 1 | -34/+117 |
* | whoa. _major_ restructure of rpcclient. fixed some buuugs, created a few. | Luke Leighton | 1999-11-26 | 3 | -6/+50 |
* | this file manages client states associated with handles. | Luke Leighton | 1999-11-26 | 1 | -0/+154 |
* | previous commit added an abstraction function that didn't even have | Luke Leighton | 1999-11-25 | 1 | -67/+18 |
* | cool! completed a samr* API that _would_ look like an msdn samr* api... | Luke Leighton | 1999-11-25 | 4 | -438/+273 |
* | registry API moved over to new format. reg_connect() is the top-level | Luke Leighton | 1999-11-24 | 1 | -27/+175 |
* | service control manager API completed. svcenum -i works, but does not | Luke Leighton | 1999-11-24 | 1 | -18/+80 |
* | ok. *whew*. this is the first completed part of the restructure. | Luke Leighton | 1999-11-24 | 4 | -17/+22 |
* | first stages of removing struct cli_state* and uint16 fnum from all | Luke Leighton | 1999-11-24 | 4 | -84/+128 |