| Commit message (Expand) | Author | Age | Files | Lines |
* | moved secrets fns into secrets.c | Andrew Tridgell | 2000-06-03 | 1 | -2/+2 |
* | rpc_client/cli_lsarpc.c: Removed unused variable. | Jeremy Allison | 2000-06-03 | 1 | -1/+1 |
* | Fixed LsaQueryInformationPolicy level 3 to return primary domain info. | Matthew Chapman | 2000-05-29 | 2 | -1/+31 |
* | Added the NETDFS pipe to allow remote administration of the msdfs symlinks | Shirish Kalele | 2000-05-18 | 1 | -2/+3 |
* | Cutover from 2.2.x - missed in merge. | Jeremy Allison | 2000-05-17 | 1 | -4/+2 |
* | the beginnings of a new scheme I've working on to allow an easier | Andrew Tridgell | 2000-05-09 | 1 | -0/+3 |
* | added secrets.tdb and changed storage of trust account password to use | Andrew Tridgell | 2000-05-08 | 1 | -2/+2 |
* | moved trans2.h and nterr.h into includes.h with all our other includes | Andrew Tridgell | 2000-04-25 | 3 | -3/+0 |
* | acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code. | Jeremy Allison | 2000-03-22 | 8 | -204/+0 |
* | added the following message to all dce/rpc client/server code, except | Luke Leighton | 2000-03-22 | 8 | -0/+204 |
* | system_name not server_name | Tim Potter | 2000-02-01 | 1 | -1/+1 |
* | this looks like a big commit, but it isn't really :) | Andrew Tridgell | 2000-01-07 | 1 | -1/+0 |
* | 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 |