summaryrefslogtreecommitdiff
path: root/source3/smbd/password.c
AgeCommit message (Expand)AuthorFilesLines
1999-07-16NTLMv2 check being actioned when NT password response was only 24 chars.Luke Leighton1-1/+1
1999-07-16copy of password struct needed to be made prior to calling copy_passwd_structLuke Leighton1-6/+8
1999-07-15added %d %d to error message, try to track down the uid / smb_uid mismatchLuke Leighton1-2/+2
1999-07-07oops, refused lm when ntlmv2 was true not false/auto. oops!Luke Leighton1-1/+1
1999-07-06smb_password_ok() checking incorrectly whether lm password exists.Luke Leighton1-13/+16
1999-06-29improving authentication code (tidyup).Luke Leighton1-45/+102
1999-06-13Moved code that changes the pw_passwd entry (i.e shadow password andTim Potter1-2/+2
1999-05-06Jani Jaakkola's "getpwuid() / getpwnam()" hash-cache-hackLuke Leighton1-1/+1
1999-03-25SAM database "set user info".Luke Leighton1-13/+24
1999-03-19going to start adding inter-domain trust logons soon.Luke Leighton1-123/+130
1999-03-12cli_setup_creds new arguments added.Luke Leighton1-1/+3
1998-12-14server_cryptkey() now calling cli_connectserverlist(). stupid microsoftLuke Leighton1-74/+4
1998-12-07removed nt_pipe_fnum from struct cli_state. need to be able to callLuke Leighton1-9/+10
1998-12-03moved get_unixgroups it will be needed by the unix instance of the groupLuke Leighton1-49/+0
1998-11-29weekend work. user / group database API.Luke Leighton1-6/+6
1998-11-21try to use *SMBSERVER to connect to password server if the firstAndrew Tridgell1-13/+11
1998-11-21smbd/password.c: Added *SMBSERVER fix is name is too long.Jeremy Allison1-1/+9
1998-11-17Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1-1/+1
1998-11-17- group database API. oops and oh dear, the threat has been carried out:Luke Leighton1-106/+8
1998-11-09converted smbclient to use clientgen.c rather than clientutil.cAndrew Tridgell1-1/+0
1998-11-07codepages/codepage_def.936: Updated comment.Jeremy Allison1-89/+73
1998-10-21Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode.Jeremy Allison1-3/+4
1998-10-19- dce/rpc codeLuke Leighton1-7/+16
1998-10-16!pass -> pass != NULL is wrong: !pass -> pass == NULL is correct. oops.Luke Leighton1-2/+2
1998-10-16made pass_check_smb() available for dce/rpc use.Luke Leighton1-25/+34
1998-10-16cli_nt_session_open() encrypt arg removedLuke Leighton1-1/+1
1998-10-16setup_groups() - code clarification. no functional change.Luke Leighton1-13/+19
1998-10-15rpcclient interactive login (with trust account changing if you are root)Luke Leighton1-23/+2
1998-10-15config: Fix crypt prototype on RedHat Linux.Jeremy Allison1-4/+10
1998-10-14dce/rpcLuke Leighton1-4/+4
1998-10-13use level 0 for DEBUG() of malformed password entry in smbpasswdAndrew Tridgell1-4/+4
1998-10-06using wrong cli_state in "security = domain" call.Luke Leighton1-47/+51
1998-10-04- modified resolve_name() to take a name_typeAndrew Tridgell1-2/+2
1998-09-29Got very strict about the differences and uses ofJeremy Allison1-15/+20
1998-09-28Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1-1/+1
1998-09-25added rpcclient programLuke Leighton1-2/+13
1998-09-05some cleanups to use ZERO_STRUCT() and friendsAndrew Tridgell1-1/+2
1998-09-05tridge the destroyer returns!Andrew Tridgell1-2/+2
1998-08-31bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell1-2/+2
1998-08-27This is the stat cache code - seems to work fine (needs heavyJeremy Allison1-4/+0
1998-08-24Changed ASSERT macros to SMB_ASSERT macros as some systems alreadyJeremy Allison1-2/+2
1998-08-15configure: Changes for extra headers.Jeremy Allison1-1/+1
1998-08-13Debug output formatting change. I'm trying to combine log lines thatChristopher R. Hertel1-4/+4
1998-08-10split the system password checking routines out of smbd/password.c andAndrew Tridgell1-1041/+141
1998-07-29get rid of the runtime test for broken getgroups() and add a compileAndrew Tridgell1-75/+33
1998-07-29merge from the autoconf2 branch to the main branchAndrew Tridgell1-80/+27
1998-07-27chgpasswd.c: Fixed up debug calls to stop crashes if ptsname failed.Jeremy Allison1-14/+3
1998-07-09New version of the DFS_AUTH code from Karsten Muuss <muuss@or.uni-bonn.de>Jeremy Allison1-39/+242
1998-07-06password.c: Fixes to allow Win95 clients to have lm encrypted passwordsJeremy Allison1-2/+5
1998-06-13Makefile: Added ubi_sLinkList.o as the groupname.o file needs it. Added group...Jeremy Allison1-1/+1