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