summaryrefslogtreecommitdiffstats
path: root/source/smbd/password.c
Commit message (Expand)AuthorAgeFilesLines
* smbd/ipc.c: Fixed potential return without calling va_end().Jeremy Allison1999-01-201-1/+7
* passdb/pass_check.c: Added log of AFS auth error.Jeremy Allison1998-12-231-1/+1
* Fixed missing include of smbw.h.Jeremy Allison1998-12-111-2/+2
* I have done the evil thing :-).Jeremy Allison1998-11-261-1/+12
* smbd/password.c: Fixed the HEAD branch changes that accidentally got propagated.Jeremy Allison1998-11-211-22/+120
* Added Andrew's latest HEAD changes back to 2.0Jeremy Allison1998-11-211-119/+19
* smbd/password.c: Even though the password server is supposed to be a NetBIOS ...Jeremy Allison1998-11-211-1/+9
* Changed (most) open()/fopen()/creat()/mmap() calls to use sys_XXX() instead.Jeremy Allison1998-11-171-1/+1
* 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
* Updated OSF1_ENH_SEC mode password handling.John Terpstra1998-05-101-1/+8
* created "passdb.c" which is an interface point to (at present) eitherLuke Leighton1998-05-071-6/+6
* smbpass.c: Fixed machine_passwd_lock() problems.Jeremy Allison1998-05-061-5/+4
* Fixes for the %U and %G problems people have reported.Jeremy Allison1998-05-061-4/+5
* genrand.c: SGI compile warning fix.Jeremy Allison1998-05-051-14/+15