1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source
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 Missed auth_ntlmssp.c in last night's checkin. Also keep track of the current 0001-01-01 00:00:00 +00:00
bin ignore editreg 0001-01-01 00:00:00 +00:00
client s/WIFSIGNALLED/WIFSIGNALED/g 0001-01-01 00:00:00 +00:00
codepages removed old unused files 0001-01-01 00:00:00 +00:00
groupdb small merges from SAMBA_3_0; mostly typos, renames, etc... 0001-01-01 00:00:00 +00:00
include small merges from SAMBA_3_0; mostly typos, renames, etc... 0001-01-01 00:00:00 +00:00
intl BIG patch... 0001-01-01 00:00:00 +00:00
lib Doing a malloc(strlen(s)) then a pstrpcp(y, s) is just silly, make it a strdup 0001-01-01 00:00:00 +00:00
libads * removed unused variable from rpcclient code 0001-01-01 00:00:00 +00:00
libsmb Missed auth_ntlmssp.c in last night's checkin. Also keep track of the current 0001-01-01 00:00:00 +00:00
locking Fix problem with "hide unreadable". stat file opens are baaack :-). 0001-01-01 00:00:00 +00:00
modules Add a new VFS module, that just fiddles the file permissions. Still need to 0001-01-01 00:00:00 +00:00
msdfs Add msdfs proxy functionality to HEAD. 0001-01-01 00:00:00 +00:00
nmbd The last of the fstring/pstring mixups, and an extra 'static'. 0001-01-01 00:00:00 +00:00
nsswitch small merges from SAMBA_3_0; mostly typos, renames, etc... 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 Patch from metze to to make testparm show values for 'workgroup', 'netbios 0001-01-01 00:00:00 +00:00
passdb initialize acct_ctrl before using it 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 warnings by getting the function into a shape the autoprototyper will 0001-01-01 00:00:00 +00:00
profile More compile warnings. 0001-01-01 00:00:00 +00:00
python Rename a local variable to avoid a warning. 0001-01-01 00:00:00 +00:00
registry BIG patch... 0001-01-01 00:00:00 +00:00
rpc_client added cli_lsa_enum_account_rights() call. Note that this is in 0001-01-01 00:00:00 +00:00
rpc_parse added cli_lsa_enum_account_rights() call. Note that this is in 0001-01-01 00:00:00 +00:00
rpc_server small merges from SAMBA_3_0; mostly typos, renames, etc... 0001-01-01 00:00:00 +00:00
rpcclient * removed unused variable from rpcclient code 0001-01-01 00:00:00 +00:00
sam some more work on gums. 0001-01-01 00:00:00 +00:00
script small merges from SAMBA_3_0; mostly typos, renames, etc... 0001-01-01 00:00:00 +00:00
smbd Removed level 0 DEBUG leftover from testing. 0001-01-01 00:00:00 +00:00
smbwrapper Fix smbwrapper from the global_* changes. 0001-01-01 00:00:00 +00:00
tdb Keep all the const warnings in one place, by adding a utility function to 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 Fix a number of client-side fstring/pstring mixups. 0001-01-01 00:00:00 +00:00
ubiqx BIG patch... 0001-01-01 00:00:00 +00:00
utils * removed unused variable from rpcclient code 0001-01-01 00:00:00 +00:00
web patch to include support for daemontools from Michael Handler 0001-01-01 00:00:00 +00:00
wrepld While the usage is most bisarre, this fixes up another fstring/pstring mixup. 0001-01-01 00:00:00 +00:00
.cvsignore Add autom4te.cache (used by newer autoconfs) 0001-01-01 00:00:00 +00:00
.dmallocrc Sample configuration for dmalloc. 0001-01-01 00:00:00 +00:00
acconfig.h Remove FILE_MACRO as __FILE__ is ANSI C. 0001-01-01 00:00:00 +00:00
aclocal.m4 Add support to build plugins in source/ 0001-01-01 00:00:00 +00:00
change-log global change from samba.anu.edu.au to samba.org 0001-01-01 00:00:00 +00:00
config.guess By popular demand: a new config.guess and config.sub 0001-01-01 00:00:00 +00:00
config.sub By popular demand: a new config.guess and config.sub 0001-01-01 00:00:00 +00:00
configure IRIX uses libns_winbind.so instead of libnss_winbind.so 0001-01-01 00:00:00 +00:00
configure.developer Change ./configure.developer to stay in effect across a 0001-01-01 00:00:00 +00:00
configure.in Fix bug where the existence of config.cache would cause functions like 0001-01-01 00:00:00 +00:00
configure.nodebug.developer computer too slow to compile with debug info (100mins), but i need all the 0001-01-01 00:00:00 +00:00
Doxyfile Vance picked up a pile of typos etc at the CIFS confernce, and finally got them 0001-01-01 00:00:00 +00:00
dynconfig.c Remove DRIVERFILE constant. It was removed with the old win95 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
mainpage.dox Make CodingSuggestions show up in the Doxygen pages. 0001-01-01 00:00:00 +00:00
Makefile.in remove torture tools on make clean 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