1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source/lib
Andrew Bartlett fe50ca8f54 Updates to the NTLMSSP code again - moving the base64 decode fuctionality out
of the SWAT code, and adding a base64 encoder.

The main purpose of this patch is to add NTLMSSP support to 'ntlm_auth', for
use with Squid.  Unfortunetly the squid side doesn't quite support what we need
yet.

Changes to winbind to get us the info we need, and a couple of consequential
changes/cleanups in the rest of the code.

Andrew Bartlett
0001-01-01 00:00:00 +00:00
..
.cvsignore - fixed cast warnings 0001-01-01 00:00:00 +00:00
access.c Removed global_myworkgroup, global_myname, global_myscope. Added liberal 0001-01-01 00:00:00 +00:00
account_pol.c BIG patch... 0001-01-01 00:00:00 +00:00
adt_tree.c BIG patch... 0001-01-01 00:00:00 +00:00
bitmap.c Nice *big* patch from metze. 0001-01-01 00:00:00 +00:00
charcnv.c BIG patch... 0001-01-01 00:00:00 +00:00
crc32.c int -> uint32 0001-01-01 00:00:00 +00:00
data_blob.c Accessing data after it's been free()ed really is a no-no... 0001-01-01 00:00:00 +00:00
debug.c patch to include support for daemontools from Michael Handler 0001-01-01 00:00:00 +00:00
dmallocmsg.c Removed version number from file header. 0001-01-01 00:00:00 +00:00
domain_namemap.c Unicode conversion fix in Japanese environment from Motonobu TAKAHASHI. 0001-01-01 00:00:00 +00:00
dprintf.c Add PRINTF_ATTRIBUTE() to a few more printf() style functions. Aids in 0001-01-01 00:00:00 +00:00
fault.c Removed version number from file header. 0001-01-01 00:00:00 +00:00
fsusage.c Removed version number from file header. 0001-01-01 00:00:00 +00:00
gencache.c Having waited for *way* too long, this is mimir's namecache and trusted domain 0001-01-01 00:00:00 +00:00
genparser_samba.c updates to the gums 0001-01-01 00:00:00 +00:00
genparser.c updates to the gums 0001-01-01 00:00:00 +00:00
genrand.c BIG patch... 0001-01-01 00:00:00 +00:00
getsmbpass.c Remove useless spaces - this broke make proto 0001-01-01 00:00:00 +00:00
hash.c Removed version number from file header. 0001-01-01 00:00:00 +00:00
hmacmd5.c bcopy must DIE ! Stop people creeping use of bcopy back into the code 0001-01-01 00:00:00 +00:00
iconv.c BIG patch... 0001-01-01 00:00:00 +00:00
interface.c Removed global_myworkgroup, global_myname, global_myscope. Added liberal 0001-01-01 00:00:00 +00:00
interfaces.c merge from 2.2 0001-01-01 00:00:00 +00:00
md4.c Removed version number from file header. 0001-01-01 00:00:00 +00:00
md5.c Fix the forword prototype to be a static for this static function. 0001-01-01 00:00:00 +00:00
messages.c Added new message_send_pid() code that uses tdb append to reduce locking 0001-01-01 00:00:00 +00:00
module.c Add a DEBUG() that gives the number of successfully loaded modules - useful for debugging 0001-01-01 00:00:00 +00:00
ms_fnmatch.c Removed version number from file header. 0001-01-01 00:00:00 +00:00
netatalk.c Removed version number from file header. 0001-01-01 00:00:00 +00:00
pam_errors.c BIG patch... 0001-01-01 00:00:00 +00:00
pidfile.c BIG patch... 0001-01-01 00:00:00 +00:00
popt_common.c Removed global_myworkgroup, global_myname, global_myscope. Added liberal 0001-01-01 00:00:00 +00:00
readline.c As per the 'OK' at CIFS2002, only use the readline headers (and this crasy 0001-01-01 00:00:00 +00:00
replace.c POSIX indicates that this is always in network byte order, so we don't need the 0001-01-01 00:00:00 +00:00
select.c fixed a bug in handling select in the main daemon - this stops the daemon spinning if a signal is received at an inconvenient moment 0001-01-01 00:00:00 +00:00
sendfile.c Fix a signed/unsigned warning. 0001-01-01 00:00:00 +00:00
server_mutex.c Never, *ever* hold a mutex lock in the message database where there may 0001-01-01 00:00:00 +00:00
signal.c Removed pointless null statement in signal handler. 0001-01-01 00:00:00 +00:00
smbpasswd.c BIG patch... 0001-01-01 00:00:00 +00:00
smbrun.c It seems I didn't need to write a dup2() wrapper - as we already use it a 0001-01-01 00:00:00 +00:00
snprintf.c merge from 2.2 0001-01-01 00:00:00 +00:00
substitute.c more %U fixes for head 0001-01-01 00:00:00 +00:00
sysacls.c Add a bit more const, and kill of (finally!) sys_getpwnam and sys_getpwuid. 0001-01-01 00:00:00 +00:00
system_smbd.c Updates! 0001-01-01 00:00:00 +00:00
system.c Add PRINTF_ATTRIBUTE() to a few more printf() style functions. Aids in 0001-01-01 00:00:00 +00:00
talloc.c Finish adding strings to all talloc_init() calls. 0001-01-01 00:00:00 +00:00
tallocmsg.c Forward port the change to talloc_init() to make all talloc contexts 0001-01-01 00:00:00 +00:00
talloctort.c talloc_init_named -> talloc_init. 0001-01-01 00:00:00 +00:00
time.c The _abs time functions should not be converting from/to GMT. 0001-01-01 00:00:00 +00:00
ufc.c Fixed warnings and made const-safe so it has the correct prototype. 0001-01-01 00:00:00 +00:00
username.c Removed global_myworkgroup, global_myname, global_myscope. Added liberal 0001-01-01 00:00:00 +00:00
util_file.c don't warn on non-existant files in map_file(), let the caller handle any warning 0001-01-01 00:00:00 +00:00
util_getent.c Move tridge's getgrouplist() replacement function from replace.c to a new 0001-01-01 00:00:00 +00:00
util_pw.c Add back sys_getpwnam() and freinds to the system.c interface, but don't 0001-01-01 00:00:00 +00:00
util_seaccess.c try to put every security descriptors related definitions in the same file. 0001-01-01 00:00:00 +00:00
util_sec.c fixed a problem with getgroups() where it could include our current 0001-01-01 00:00:00 +00:00
util_sid.c BIG patch... 0001-01-01 00:00:00 +00:00
util_smbd.c Move tridge's getgrouplist() replacement function from replace.c to a new 0001-01-01 00:00:00 +00:00
util_sock.c Remove read_with_timeout() and replaced its only caller (the passwd chat 0001-01-01 00:00:00 +00:00
util_str.c Updates to the NTLMSSP code again - moving the base64 decode fuctionality out 0001-01-01 00:00:00 +00:00
util_unistr.c patches from Urban 0001-01-01 00:00:00 +00:00
util_uuid.c Renamed uuid_to_string() to guid_to_string() to avoid conflict with OSF DEC 0001-01-01 00:00:00 +00:00
util.c Patch from metze to add what he feels is the correct semantics for a Domain 0001-01-01 00:00:00 +00:00
wins_srv.c Removed global_myworkgroup, global_myname, global_myscope. Added liberal 0001-01-01 00:00:00 +00:00
xfile.c Add PRINTF_ATTRIBUTE() to a few more printf() style functions. Aids in 0001-01-01 00:00:00 +00:00