]> git.ipfire.org Git - thirdparty/squid.git/commit - src/auth/basic/NIS/nis_support.cc
Restructured to dynamically allocate room for the nis password instead
authorhno <>
Thu, 15 Nov 2001 05:11:48 +0000 (05:11 +0000)
committerhno <>
Thu, 15 Nov 2001 05:11:48 +0000 (05:11 +0000)
commit686e91cdec346a49a80c8cd93dabaf9e9ba991e3
tree5ed8f449886dde7726b0e7c5632d18156628fdbf
parent9ab292d92ad9d9264cd2c38363ea65ac9b09ffbf
Restructured to dynamically allocate room for the nis password instead
of relying on a local array that may get overflowed.
helpers/basic_auth/YP/nis_support.c
helpers/basic_auth/YP/nis_support.h [new file with mode: 0644]
helpers/basic_auth/YP/yp_auth.c