Age | Commit message (Expand) | Author | Files | Lines |
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 |
1998-10-14 | dce/rpc | Luke Leighton | 1 | -4/+4 |
1998-10-13 | use level 0 for DEBUG() of malformed password entry in smbpasswd | Andrew Tridgell | 1 | -4/+4 |
1998-10-06 | using wrong cli_state in "security = domain" call. | Luke Leighton | 1 | -47/+51 |
1998-10-04 | - modified resolve_name() to take a name_type | Andrew Tridgell | 1 | -2/+2 |
1998-09-29 | Got very strict about the differences and uses of | Jeremy Allison | 1 | -15/+20 |
1998-09-28 | Changes to test in configure if capabilities are enabled on a system. | Jeremy Allison | 1 | -1/+1 |
1998-09-25 | added rpcclient program | Luke Leighton | 1 | -2/+13 |
1998-09-05 | some cleanups to use ZERO_STRUCT() and friends | Andrew Tridgell | 1 | -1/+2 |
1998-09-05 | tridge the destroyer returns! | Andrew Tridgell | 1 | -2/+2 |
1998-08-31 | bounds check next_token() to prevent possible buffer overflows | Andrew Tridgell | 1 | -2/+2 |
1998-08-27 | This is the stat cache code - seems to work fine (needs heavy | Jeremy Allison | 1 | -4/+0 |
1998-08-24 | Changed ASSERT macros to SMB_ASSERT macros as some systems already | Jeremy Allison | 1 | -2/+2 |
1998-08-15 | configure: Changes for extra headers. | Jeremy Allison | 1 | -1/+1 |
1998-08-13 | Debug output formatting change. I'm trying to combine log lines that | Christopher R. Hertel | 1 | -4/+4 |
1998-08-10 | split the system password checking routines out of smbd/password.c and | Andrew Tridgell | 1 | -1041/+141 |