1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/source3
2002-10-30 14:52:53 +00:00
..
aparser replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down 2001-09-10 11:08:57 +00:00
auth Added new error codes. Fix up connection code to retry in the same way 2002-10-17 17:10:29 +00:00
bin samtest and vfstest binaries shouldn't go into CVS... 2002-09-18 13:16:07 +00:00
client Don't encourage people to use -P - it's obsolete 2002-10-18 23:27:49 +00:00
codepages removed old unused files 2001-10-03 13:05:59 +00:00
groupdb This moves the group mapping API into the passdb backend. 2002-10-21 19:28:56 +00:00
include - Remove RTLD_GLOBAL 2002-10-30 12:07:49 +00:00
intl found nasty bug in intl/lang_tdb.c tdb structure was not tested to not be null before close 2002-07-28 18:10:39 +00:00
lib - Remove RTLD_GLOBAL 2002-10-30 12:07:49 +00:00
libads fixed a possible segv when dealing with a blank password 2002-10-23 00:02:26 +00:00
libsmb Make sure that we always return False if the password change never returns. 2002-10-26 00:59:21 +00:00
locking Fix missing braces around push lock call. 2002-09-11 00:50:13 +00:00
msdfs Address the string_sub problem by changing len = 0 to mean "no expand". 2002-07-02 06:34:27 +00:00
nmbd Ensure we register the 1c name on the unicast subnet. 2002-10-08 18:24:12 +00:00
nsswitch Updates to winbind's PAM client and server - make the debug logs 2002-10-26 00:55:14 +00:00
pam_smbpass Fix pam_smbpass to always check the return value of pdb_getsampwnam() to 2002-08-21 11:15:10 +00:00
param First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>. 2002-10-23 01:22:45 +00:00
passdb One more step towards to better PDC. 2002-10-26 01:47:38 +00:00
po added fr.msg from Fanch 2001-12-09 17:06:45 +00:00
popt stop popt from doing its own intl stuff 2001-11-25 00:10:28 +00:00
printing Fix problem where an fd would be left open for every printer queue. 2002-10-26 00:29:21 +00:00
profile More compile warnings. 2002-08-22 17:46:25 +00:00
python Fix boog in argument list for nt_create_andx. 2002-10-30 14:52:53 +00:00
registry fix up print portion of registry. Merge from APP_HEAD. 2002-08-30 14:48:33 +00:00
rpc_client Fix a silly memset typo. 2002-10-21 04:03:49 +00:00
rpc_parse This fixes some bugs for NT4 usrmgr.exe 2002-10-19 07:50:48 +00:00
rpc_server PURGE_PRINTER fix from APP_HEAD 2002-10-25 22:17:29 +00:00
rpcclient Added new error codes. Fix up connection code to retry in the same way 2002-10-17 17:10:29 +00:00
sam Some was asking to look at this code, so better it stay there until we decide what to do with it. 2002-10-22 16:10:45 +00:00
script Be less verbose 2002-10-02 18:38:04 +00:00
smbd Fix a nice little memory leak in our uid changing code. 2002-10-29 08:21:40 +00:00
smbwrapper Removed version number from file header. 2002-01-30 06:08:46 +00:00
tdb Add a timeout to tdb_lock_bystring(). Ensure we never have more than 2002-10-04 22:53:30 +00:00
tests added a simple test to see whether building shared libraries actually 2001-12-31 22:10:24 +00:00
torture Fix build. Extra parm was added to cli_full_connection, but not in locktest2.c. 2002-10-18 15:09:17 +00:00
ubiqx
utils Implement 'net maxrid'. Needed to find the maximum current rid to 2002-10-28 12:55:22 +00:00
web Use memmove when copies can overlap. Spotted by SUGIOKA Toshinobu <sugioka@itonet.co.jp>. 2002-10-09 19:46:19 +00:00
wrepld Make 'remote_machine' private to lib/substitute.c, and fix all the user to use 2002-08-11 02:30:35 +00:00
.cvsignore Add autom4te.cache (used by newer autoconfs) 2002-10-29 21:46:36 +00:00
.dmallocrc Sample configuration for dmalloc. 2002-01-09 06:35:45 +00:00
aclocal.m4 Remove obsolete acconfig.h - we now use comments in AC_DEFINE() 2002-10-21 19:21:41 +00:00
change-log
config.guess By popular demand: a new config.guess and config.sub 2001-12-08 17:37:59 +00:00
config.sub By popular demand: a new config.guess and config.sub 2001-12-08 17:37:59 +00:00
configure Remove obsolete acconfig.h - we now use comments in AC_DEFINE() 2002-10-21 19:21:41 +00:00
configure.developer Change ./configure.developer to stay in effect across a 2001-09-25 05:08:05 +00:00
configure.in added a timegm() function for systems that don't have it 2002-10-30 12:03:40 +00:00
configure.nodebug.developer
Doxyfile Vance picked up a pile of typos etc at the CIFS confernce, and finally got them 2002-09-27 05:29:43 +00:00
dynconfig.c couple of PIDDIR merges I missed 2002-05-09 04:11:58 +00:00
install-sh
mainpage.dox Make CodingSuggestions show up in the Doxygen pages. 2001-11-16 07:28:23 +00:00
Makefile.in Add initial vesion of new module system 2002-10-30 11:52:36 +00:00
smbadduser