summaryrefslogtreecommitdiffstats
path: root/source3/smbd/password.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* get rid of the runtime test for broken getgroups() and add a compileAndrew Tridgell1998-07-291-75/+33
* merge from the autoconf2 branch to the main branchAndrew Tridgell1998-07-291-80/+27
* chgpasswd.c: Fixed up debug calls to stop crashes if ptsname failed.Jeremy Allison1998-07-271-14/+3
* New version of the DFS_AUTH code from Karsten Muuss <muuss@or.uni-bonn.de>Jeremy Allison1998-07-091-39/+242
* password.c: Fixes to allow Win95 clients to have lm encrypted passwordsJeremy Allison1998-07-061-2/+5
* Makefile: Added ubi_sLinkList.o as the groupname.o file needs it. Added group...Jeremy Allison1998-06-131-1/+1
* loadparm.c: Added machine password timeout parameter - set to 7 days be default.Jeremy Allison1998-05-271-4/+5
* Fixed 'revalidate' parameter so it's only considered in security=shareJeremy Allison1998-05-211-29/+29
* chgpasswd.c: Changed back to getsmb... from getsam...Jeremy Allison1998-05-181-6/+6
* This is a security audit change of the main source.Jeremy Allison1998-05-121-25/+25
* ldap back-end database developmentLuke Leighton1998-05-111-6/+6
* changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1998-05-111-7/+7