代码搜索:Authentication

找到约 6,490 项符合「Authentication」的源代码

代码结果 6,490
www.eeworm.com/read/247207/4485870

sh smb_auth.sh

#!/bin/sh # # smb_auth - SMB proxy authentication module # Copyright (C) 1998 Richard Huveneers # # This program is free software; you can redistribute it and/or modify #
www.eeworm.com/read/247207/4485886

c valid.c

/* * mswin_auth - Version 2.0 * * Modified to act as a Squid authenticator module. * Removed all Pike stuff. * Returns OK for a successful authentication, or ERR upon error. * * Guido Serass
www.eeworm.com/read/245478/4503583

java secauthsamplehome.java

/* * Copyright 2004-2005 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ /** * EJB Security Authentication/Authorization Test * @author:Jagadesh */ package samp
www.eeworm.com/read/237831/4620584

c yahoo_auth.c

/* * yahoo_auth.c: Authentication routines. * * Written by Kevin Kurtz and Scott Werndorfer * * Copyright(c) 2003 Cerulean Studios * */ #include "yahoo.h" #include "yahoo_auth.h" /**********
www.eeworm.com/read/231467/4715980

java clearsessionlogouthandler.java

/** * */ package com.lily.dap.webapp.acegi; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.acegisecurity.Authentication; import o
www.eeworm.com/read/230901/4718985

c chap.c

/* * chap.c - Cryptographic Handshake Authentication Protocol. * * Copyright (c) 1991 Gregory M. Christy. * All rights reserved. * * Redistribution and use in source and binary forms are permitt
www.eeworm.com/read/212175/4939050

c auth.c

/* * auth.c * * some bookkeeping functions for authentication functions * * David A. McGrew * Cisco Systems, Inc. */ /* * * Copyright (c) 2001, 2002, Cisco Systems, Inc. * All rights rese
www.eeworm.com/read/209559/4974410

c md4.c

/* Unix SMB/Netbios implementation. Version 1.9. a implementation of MD4 designed for use in the SMB authentication protocol Copyright (C) Andrew Tridgell 1997-1998. Modified by Steve
www.eeworm.com/read/209211/4983611

c auth.c

#include "all.h" /* this is all stubbed out; the NFS authentication stuff is now disabled - rob */ Xfid * xfauth(Xfile *, String *) { return 0; } long xfauthread(Xfid *xf, long, uchar *, long) {
www.eeworm.com/read/209211/4984706

h fcall.h

typedef struct Fcall Fcall; /* see /sys/include/auth.h */ enum { DOMLEN= 48, /* length of an authentication domain name */ DESKEYLEN= 7, /* length of a des key for encrypt/decrypt */ CHALLEN= 8