summaryrefslogtreecommitdiffstats
path: root/source3/smbd/password.c
Commit message (Expand)AuthorAgeFilesLines
...
* adding user session key into network netlogon response.Luke Leighton1999-11-211-12/+12
* oops, #ifdef'd cli_shutdown out, as the fun has _already_ started:Luke Leighton1999-11-201-2/+1
* attempting to establish inter-domain trust relationships. modifiedLuke Leighton1999-11-201-0/+2
* modified domain_client_validate to take trust account name / type. thisLuke Leighton1999-11-201-5/+10
* cli_nt_setup_creds() returns uint32 NT status code not a BOOL.Luke Leighton1999-10-291-3/+4
* various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c.Luke Leighton1999-10-211-1/+1
* NTLMv2 check being actioned when NT password response was only 24 chars.Luke Leighton1999-07-161-1/+1
* copy of password struct needed to be made prior to calling copy_passwd_structLuke Leighton1999-07-161-6/+8
* added %d %d to error message, try to track down the uid / smb_uid mismatchLuke Leighton1999-07-151-2/+2
* oops, refused lm when ntlmv2 was true not false/auto. oops!Luke Leighton1999-07-071-1/+1
* smb_password_ok() checking incorrectly whether lm password exists.Luke Leighton1999-07-061-13/+16
* improving authentication code (tidyup).Luke Leighton1999-06-291-45/+102
* Moved code that changes the pw_passwd entry (i.e shadow password andTim Potter1999-06-131-2/+2
* Jani Jaakkola's "getpwuid() / getpwnam()" hash-cache-hackLuke Leighton1999-05-061-1/+1
* SAM database "set user info".Luke Leighton1999-03-251-13/+24
* going to start adding inter-domain trust logons soon.Luke Leighton1999-03-191-123/+130
* cli_setup_creds new arguments added.Luke Leighton1999-03-121-1/+3
* server_cryptkey() now calling cli_connectserverlist(). stupid microsoftLuke Leighton1998-12-141-74/+4
* removed nt_pipe_fnum from struct cli_state. need to be able to callLuke Leighton1998-12-071-9/+10
* moved get_unixgroups it will be needed by the unix instance of the groupLuke Leighton1998-12-031-49/+0
* weekend work. user / group database API.Luke Leighton1998-11-291-6/+6
* try to use *SMBSERVER to connect to password server if the firstAndrew Tridgell1998-11-211-13/+11
* smbd/password.c: Added *SMBSERVER fix is name is too long.Jeremy Allison1998-11-211-1/+9
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1998-11-171-1/+1
* - group database API. oops and oh dear, the threat has been carried out:Luke Leighton1998-11-171-106/+8
* converted smbclient to use clientgen.c rather than clientutil.cAndrew Tridgell1998-11-091-1/+0
* codepages/codepage_def.936: Updated comment.Jeremy Allison1998-11-071-89/+73
* Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode.Jeremy Allison1998-10-211-3/+4
* - dce/rpc codeLuke Leighton1998-10-191-7/+16
* !pass -> pass != NULL is wrong: !pass -> pass == NULL is correct. oops.Luke Leighton1998-10-161-2/+2
* made pass_check_smb() available for dce/rpc use.Luke Leighton1998-10-161-25/+34
* cli_nt_session_open() encrypt arg removedLuke Leighton1998-10-161-1/+1
* setup_groups() - code clarification. no functional change.Luke Leighton1998-10-161-13/+19
* rpcclient interactive login (with trust account changing if you are root)Luke Leighton1998-10-151-23/+2
* config: Fix crypt prototype on RedHat Linux.Jeremy Allison1998-10-151-4/+10
* dce/rpcLuke Leighton1998-10-141-4/+4
* use level 0 for DEBUG() of malformed password entry in smbpasswdAndrew Tridgell1998-10-131-4/+4
* using wrong cli_state in "security = domain" call.Luke Leighton1998-10-061-47/+51
* - modified resolve_name() to take a name_typeAndrew Tridgell1998-10-041-2/+2
* Got very strict about the differences and uses ofJeremy Allison1998-09-291-15/+20
* Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1998-09-281-1/+1
* added rpcclient programLuke Leighton1998-09-251-2/+13
* some cleanups to use ZERO_STRUCT() and friendsAndrew Tridgell1998-09-051-1/+2
* tridge the destroyer returns!Andrew Tridgell1998-09-051-2/+2
* bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell1998-08-311-2/+2
* This is the stat cache code - seems to work fine (needs heavyJeremy Allison1998-08-271-4/+0
* Changed ASSERT macros to SMB_ASSERT macros as some systems alreadyJeremy Allison1998-08-241-2/+2
* configure: Changes for extra headers.Jeremy Allison1998-08-151-1/+1
* Debug output formatting change. I'm trying to combine log lines thatChristopher R. Hertel1998-08-131-4/+4
* split the system password checking routines out of smbd/password.c andAndrew Tridgell1998-08-101-1041/+141