Age | Commit message (Expand) | Author | Files | Lines |
2000-03-10 | you know, when you do a cvs commit, you _really_ expect it to actually work. | Luke Leighton | 1 | -9/+0 |
2000-02-15 | Added replacement functions sys_popen and sys_pclose. These are based | Jeremy Allison | 1 | -5/+1 |
2000-01-07 | this looks like a big commit, but it isn't really :) | Andrew Tridgell | 1 | -1/+0 |
2000-01-04 | Fixed getgrent() recurse problem. | Jeremy Allison | 1 | -8/+45 |
2000-01-03 | added suppport for unexpected udp/138 packets | Andrew Tridgell | 1 | -75/+88 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1 | -88/+954 |
1999-12-12 | changed function name of get_home_dir() to get_unixhome_dir(), to stop | Luke Leighton | 1 | -1/+1 |
1999-12-12 | final part of "first" phase converting over to msrpc daemon architecture. | Luke Leighton | 1 | -129/+0 |
1999-12-12 | delineation between smb and msrpc more marked. smbd now constructs | Luke Leighton | 1 | -5/+5 |
1999-12-06 | the first independent msrpc daemon - lsarpcd. | Luke Leighton | 1 | -501/+0 |
1999-12-02 | domain_client_validate() no longer takes serverlist, it calls | Luke Leighton | 1 | -3/+10 |
1999-12-01 | cli_session_setup() now takes an extra argument (host name). hey, what | Luke Leighton | 1 | -2/+4 |
1999-11-29 | attempting to resolve the issue that multiple servers often specified in | Luke Leighton | 1 | -53/+11 |
1999-11-21 | implement server-side generation of NTLMv2 session key. YESSS :-) | Luke Leighton | 1 | -11/+26 |
1999-11-21 | hmmm... have to add client-side support in domain_client_validate() to | Luke Leighton | 1 | -2/+3 |
1999-11-21 | adding user session key into network netlogon response. | Luke Leighton | 1 | -12/+12 |
1999-11-20 | oops, #ifdef'd cli_shutdown out, as the fun has _already_ started: | Luke Leighton | 1 | -2/+1 |
1999-11-20 | attempting to establish inter-domain trust relationships. modified | Luke Leighton | 1 | -0/+2 |
1999-11-20 | modified domain_client_validate to take trust account name / type. this | Luke Leighton | 1 | -5/+10 |
1999-10-29 | cli_nt_setup_creds() returns uint32 NT status code not a BOOL. | Luke Leighton | 1 | -3/+4 |
1999-10-21 | various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c. | Luke Leighton | 1 | -1/+1 |
1999-07-16 | NTLMv2 check being actioned when NT password response was only 24 chars. | Luke Leighton | 1 | -1/+1 |
1999-07-16 | copy of password struct needed to be made prior to calling copy_passwd_struct | Luke Leighton | 1 | -6/+8 |
1999-07-15 | added %d %d to error message, try to track down the uid / smb_uid mismatch | Luke Leighton | 1 | -2/+2 |
1999-07-07 | oops, refused lm when ntlmv2 was true not false/auto. oops! | Luke Leighton | 1 | -1/+1 |
1999-07-06 | smb_password_ok() checking incorrectly whether lm password exists. | Luke Leighton | 1 | -13/+16 |
1999-06-29 | improving authentication code (tidyup). | Luke Leighton | 1 | -45/+102 |
1999-06-13 | Moved code that changes the pw_passwd entry (i.e shadow password and | Tim Potter | 1 | -2/+2 |
1999-05-06 | Jani Jaakkola's "getpwuid() / getpwnam()" hash-cache-hack | Luke Leighton | 1 | -1/+1 |
1999-03-25 | SAM database "set user info". | Luke Leighton | 1 | -13/+24 |
1999-03-19 | going to start adding inter-domain trust logons soon. | Luke Leighton | 1 | -123/+130 |
1999-03-12 | cli_setup_creds new arguments added. | Luke Leighton | 1 | -1/+3 |
1998-12-14 | server_cryptkey() now calling cli_connectserverlist(). stupid microsoft | Luke Leighton | 1 | -74/+4 |
1998-12-07 | removed nt_pipe_fnum from struct cli_state. need to be able to call | Luke Leighton | 1 | -9/+10 |
1998-12-03 | moved get_unixgroups it will be needed by the unix instance of the group | Luke Leighton | 1 | -49/+0 |
1998-11-29 | weekend work. user / group database API. | Luke Leighton | 1 | -6/+6 |
1998-11-21 | try to use *SMBSERVER to connect to password server if the first | Andrew Tridgell | 1 | -13/+11 |
1998-11-21 | smbd/password.c: Added *SMBSERVER fix is name is too long. | Jeremy Allison | 1 | -1/+9 |
1998-11-17 | Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls. | Jeremy Allison | 1 | -1/+1 |
1998-11-17 | - group database API. oops and oh dear, the threat has been carried out: | Luke Leighton | 1 | -106/+8 |
1998-11-09 | converted smbclient to use clientgen.c rather than clientutil.c | Andrew Tridgell | 1 | -1/+0 |
1998-11-07 | codepages/codepage_def.936: Updated comment. | Jeremy Allison | 1 | -89/+73 |
1998-10-21 | Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode. | Jeremy Allison | 1 | -3/+4 |
1998-10-19 | - dce/rpc code | Luke Leighton | 1 | -7/+16 |
1998-10-16 | !pass -> pass != NULL is wrong: !pass -> pass == NULL is correct. oops. | Luke Leighton | 1 | -2/+2 |
1998-10-16 | made pass_check_smb() available for dce/rpc use. | Luke Leighton | 1 | -25/+34 |
1998-10-16 | cli_nt_session_open() encrypt arg removed | Luke Leighton | 1 | -1/+1 |
1998-10-16 | setup_groups() - code clarification. no functional change. | Luke Leighton | 1 | -13/+19 |
1998-10-15 | rpcclient interactive login (with trust account changing if you are root) | Luke Leighton | 1 | -23/+2 |
1998-10-15 | config: Fix crypt prototype on RedHat Linux. | Jeremy Allison | 1 | -4/+10 |