Age | Commit message (Expand) | Author | Files | Lines |
2003-08-19 | - Fix the kerberos downgrade problem: | Andrew Bartlett | 1 | -49/+35 |
2003-08-14 | Change Samba to always use extended security for it's guest logins, (ie, | Andrew Bartlett | 1 | -0/+2 |
2003-05-08 | This puts real netlogon connection caching to winbind. This becomes | Volker Lendecke | 1 | -1/+8 |
2003-04-21 | Merge from HEAD - save the type of channel used to contact the DC. | Andrew Bartlett | 1 | -4/+6 |
2003-04-14 | Merge: remove unused variable. | Tim Potter | 1 | -1/+0 |
2003-04-09 | This is the netlogon schannel client code. Try a | Volker Lendecke | 1 | -19/+0 |
2003-03-18 | Merge of waider's rpcclient return type patch. | Tim Potter | 1 | -5/+5 |
2003-02-25 | Merge: const fixes. | Tim Potter | 1 | -6/+6 |
2002-10-04 | merge of new client side support the Win2k LSARPC UUID in rpcbind | Gerald Carter | 1 | -5/+5 |
2002-09-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 1 | -17/+22 |
2002-08-17 | sync 3.0 branch with HEAD | Jelmer Vernooij | 1 | -3/+3 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -3/+6 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2001-12-13 | update the ldap support code. it compiles. | Jean-François Micouleau | 1 | -1/+5 |
2001-10-30 | Allow the logon level to be passed to cli_netlogon_sam_logon() rather than | Tim Potter | 1 | -4/+4 |
2001-10-30 | Added samlogon command to test against win2k native mode server. I think | Tim Potter | 1 | -0/+58 |
2001-10-12 | Some old stuff hanging around since the CIFS conference. Big cleanup of | Tim Potter | 1 | -98/+44 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -2/+0 |
2001-09-18 | Converted cli_net_auth2() and cli_nt_setup_creds() to return NTSTATUS. | Tim Potter | 1 | -2/+6 |
2001-09-04 | it now all compiles - so try enabling it by default and see what explodes on ... | Andrew Tridgell | 1 | -23/+23 |
2001-08-28 | Merge of sam sync code from TNG. | Tim Potter | 1 | -3/+217 |
2001-08-27 | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 1 | -2/+2 |
2001-07-20 | Started adding some help/usage info for rpcclient commands. | Tim Potter | 1 | -4/+7 |
2001-06-23 | fix compiler warnings | Simo Sorce | 1 | -0/+2 |
2001-05-24 | Added srvinfo and partial logonctrl and logonctrl2 commands. | Tim Potter | 1 | -1/+75 |
2001-05-24 | Added stubs for SRVSVC and NETLOGON rpcclient commands. | Tim Potter | 1 | -114/+10 |
2000-06-23 | just enough to get rpcclient to compile. Look for #if 0 | Gerald Carter | 1 | -0/+2 |
2000-06-03 | moved secrets fns into secrets.c | Andrew Tridgell | 1 | -2/+2 |
2000-05-08 | added secrets.tdb and changed storage of trust account password to use | Andrew Tridgell | 1 | -2/+4 |
2000-04-25 | moved trans2.h and nterr.h into includes.h with all our other includes | Andrew Tridgell | 1 | -1/+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 | -146/+21 |
1999-12-08 | ABOUT TIME!!!!!!!! | Luke Leighton | 1 | -1/+1 |
1999-12-02 | cleaning up: removing those horrible references to server list | Luke Leighton | 1 | -4/+2 |
1999-12-01 | damn, that took a while. nt login password was being stored incorrectly | Luke Leighton | 1 | -0/+2 |
1999-12-01 | 1) when no domain used in ntlogin test command, should use default one | Luke Leighton | 1 | -1/+28 |
1999-11-29 | attempting to resolve the issue that multiple servers often specified in | Luke Leighton | 1 | -3/+6 |
1999-11-29 | ok. got ntlogin command working. argh, it maintains a connection to | Luke Leighton | 1 | -1/+1 |
1999-11-29 | first attempt at getting \PIPE\NETLOGON working. it's pretty horrible. | Luke Leighton | 1 | -28/+35 |
1999-11-24 | ok. *whew*. this is the first completed part of the restructure. | Luke Leighton | 1 | -6/+7 |
1999-11-22 | another four next_token() removals (using getopt instead) | Luke Leighton | 1 | -5/+17 |
1999-11-22 | okay :) all cmd_() functions now take int argc, char **argv :) that | Luke Leighton | 1 | -3/+3 |
1999-10-26 | adding extra parameter back in to trust account functions (trust account name). | Luke Leighton | 1 | -1/+4 |
1999-10-21 | the dynamic memory alloc blood-fest goes on... | Luke Leighton | 1 | -3/+3 |
1999-10-21 | various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c. | Luke Leighton | 1 | -3/+6 |
1999-10-19 | need status codes from cli_net_req_chal() and cli_net_auth2(). | Luke Leighton | 1 | -2/+4 |
1999-09-21 | split matthew's sync command (only currently called from smbpasswd) | Luke Leighton | 1 | -5/+13 |
1999-07-21 | BDC support. | Luke Leighton | 1 | -1/+10 |
1999-06-02 | Some more BDC-related fixes, mainly to the NET_SAM_SYNC RPC with respect | Matthew Chapman | 1 | -22/+1 |
1999-04-08 | Mainly BDC-related changes. | Matthew Chapman | 1 | -1/+29 |
1999-03-12 | new "domtrust" test command. r&d into inter-domain trust accounts. | Luke Leighton | 1 | -1/+43 |