1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/source
Tim Potter 93ea047a16 Cleanup of winbind client side code.
Mostly this consists of untangling the existing code and moving it in
to operating system specific files.  The winbind client code for all
supported operating systems is now in nsswitch/winbind_nss_OSNAME.[ch]
to make things a bit clearer.
0001-01-01 00:00:00 +00:00
..
aparser replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down 0001-01-01 00:00:00 +00:00
auth - Support building all auth modules as .so's 0001-01-01 00:00:00 +00:00
bin Ignore t_strcmp test case. 0001-01-01 00:00:00 +00:00
client Add static to satisfy exotic compilers 0001-01-01 00:00:00 +00:00
codepages removed old unused files 0001-01-01 00:00:00 +00:00
groupdb The group mapping functions are not called 0001-01-01 00:00:00 +00:00
include Cleanup of winbind client side code. 0001-01-01 00:00:00 +00:00
intl BIG patch... 0001-01-01 00:00:00 +00:00
lib - Point users at the HOWTO Collection instead of 'README' in modules/mysql.c 0001-01-01 00:00:00 +00:00
libads - Support building all auth modules as .so's 0001-01-01 00:00:00 +00:00
libsmb added simple tests for SMBchkpath and SMBioctl 0001-01-01 00:00:00 +00:00
locking Fix to allow blocking lock notification to be done rapidly (no wait 0001-01-01 00:00:00 +00:00
modules - Point users at the HOWTO Collection instead of 'README' in modules/mysql.c 0001-01-01 00:00:00 +00:00
msdfs If it's a pstring, use pstrcpy(). 0001-01-01 00:00:00 +00:00
nmbd update copyright notice since it we are now almost 4 months into 2003 0001-01-01 00:00:00 +00:00
nsswitch Cleanup of winbind client side code. 0001-01-01 00:00:00 +00:00
pam_smbpass Remove silly ideas about taking the LM or NT hash as a password in pam_smbpass. 0001-01-01 00:00:00 +00:00
param This adds 'ldap delete dn' as the recommended parameter 0001-01-01 00:00:00 +00:00
passdb This fixes group updates in LDAP the same way as user updates 0001-01-01 00:00:00 +00:00
po added fr.msg from Fanch 0001-01-01 00:00:00 +00:00
popt stop popt from doing its own intl stuff 0001-01-01 00:00:00 +00:00
printing Fix extra NULL arg added during app-head merge. 0001-01-01 00:00:00 +00:00
profile More compile warnings. 0001-01-01 00:00:00 +00:00
python Started working on python routines to add and delete domain users. 0001-01-01 00:00:00 +00:00
registry Add the correct file :-( to ignore .po and .po32 files. 0001-01-01 00:00:00 +00:00
rpc_client NTLM Authentication: 0001-01-01 00:00:00 +00:00
rpc_parse - Support building all auth modules as .so's 0001-01-01 00:00:00 +00:00
rpc_server add a few error checks in EnumPrinterData() 0001-01-01 00:00:00 +00:00
rpcclient Revoke some of the popt patch from metze I applied earlier today. It added 0001-01-01 00:00:00 +00:00
sam - Use FUNCTION_MACRO, not __FUNCTION__. 0001-01-01 00:00:00 +00:00
script Some progress towards gums and tdbsam2 0001-01-01 00:00:00 +00:00
smbd NT4 is particularly fussy about getting this right. 0001-01-01 00:00:00 +00:00
smbwrapper Finish removing setenv replacements from smbwrapper. 0001-01-01 00:00:00 +00:00
stf Add additional StrCaseCmp test cases. 0001-01-01 00:00:00 +00:00
tdb strictly, you can't #if on somthing that may or may not be defined. 0001-01-01 00:00:00 +00:00
tests added a simple test to see whether building shared libraries actually 0001-01-01 00:00:00 +00:00
torture This changes our handling of invalid service types that the 0001-01-01 00:00:00 +00:00
ubiqx BIG patch... 0001-01-01 00:00:00 +00:00
utils This sets the domain for the user in vampire. Otherwise 0001-01-01 00:00:00 +00:00
web Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changes 0001-01-01 00:00:00 +00:00
wrepld Don't use old usage() function, but the one from popt. 0001-01-01 00:00:00 +00:00
.cvsignore also ignore the autom4te-2.53.cache 0001-01-01 00:00:00 +00:00
.dmallocrc Sample configuration for dmalloc. 0001-01-01 00:00:00 +00:00
aclocal.m4 Always rebuild modules after running ./configure (to prevent 0001-01-01 00:00:00 +00:00
autogen.sh autogen - cope with autoconf-2.53/2.13 systems (like RH 7.3) 0001-01-01 00:00:00 +00:00
change-log Remove reference to obsolete samba-bugs address. 0001-01-01 00:00:00 +00:00
config.guess Update config.guess, config.sub to the versions from the GNU autotools 0001-01-01 00:00:00 +00:00
config.sub Update config.guess, config.sub to the versions from the GNU autotools 0001-01-01 00:00:00 +00:00
configure.developer Use "$@" to preserve shell quoting in case somebody passes an escaped 0001-01-01 00:00:00 +00:00
configure.in Cleanup of winbind client side code. 0001-01-01 00:00:00 +00:00
Doxyfile Remove reference to "mainpage.dox" and CodingStandards, which have 0001-01-01 00:00:00 +00:00
dynconfig.c Enable dynamic loading of RPC modules. See docs/textdocs/RPC_PLUGGIN.txt for instructions. 0001-01-01 00:00:00 +00:00
install-sh merge from the autoconf2 branch to the main branch 0001-01-01 00:00:00 +00:00
Makefile.in Cleanup of winbind client side code. 0001-01-01 00:00:00 +00:00
smbadduser small merges from SAMBA_3_0; mostly typos, renames, etc... 0001-01-01 00:00:00 +00:00