..
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
merge of get_dc_name()-like code from APP_HEAD; better support password server = DC1 *
2002-12-12 23:35:55 +00:00
bin
ignore editreg
2002-12-12 20:52:21 +00:00
client
fix stat reporting on put command
2002-12-05 00:47:41 +00:00
codepages
removed old unused files
2001-10-03 13:05:59 +00:00
groupdb
Lots of fixes for error paths where tdb_fetch() data need freeing.
2002-11-23 02:52:38 +00:00
include
Ensure talloc pool query messages are reserved.
2002-12-14 01:33:02 +00:00
intl
Lots of fixes for error paths where tdb_fetch() data need freeing.
2002-11-23 02:52:38 +00:00
lib
The name pointer in the talloc context must not be a talloced entry as
2002-12-14 00:57:01 +00:00
libads
More printer publishing code.
2002-12-13 18:56:48 +00:00
libsmb
merge of get_dc_name()-like code from APP_HEAD; better support password server = DC1 *
2002-12-12 23:35:55 +00:00
locking
Lots of fixes for error paths where tdb_fetch() data need freeing.
2002-11-23 02:52:38 +00:00
modules
finnally put in Alexander parametric pacth
2002-12-09 13:02:27 +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
Stop using hacks for dns host/domain names.
2002-12-03 19:37:42 +00:00
nsswitch
merge of get_dc_name()-like code from APP_HEAD; better support password server = DC1 *
2002-12-12 23:35:55 +00:00
pam_smbpass
Remove silly ideas about taking the LM or NT hash as a password in pam_smbpass.
2002-11-24 08:38:53 +00:00
param
Added "kernel change notify" boolean to allow easier valgrind testing.
2002-12-12 02:01:53 +00:00
passdb
merge of get_dc_name()-like code from APP_HEAD; better support password server = DC1 *
2002-12-12 23:35:55 +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
Store printer guid in the dsspooler registry key so we don't have to
2002-12-13 21:54:09 +00:00
profile
More compile warnings.
2002-08-22 17:46:25 +00:00
python
CR1333: Fix memory leak when unpacking some structures.
2002-12-12 05:24:55 +00:00
registry
Add some const
2002-12-05 19:11:40 +00:00
rpc_client
make querygroup in rpcclient working, same fix as per 2.2 tree
2002-12-08 11:56:45 +00:00
rpc_parse
Guy Harris points out that the level and ptr fields in a
2002-12-13 04:41:59 +00:00
rpc_server
Store printer guid in the dsspooler registry key so we don't have to
2002-12-13 21:54:09 +00:00
rpcclient
make querygroup in rpcclient working, same fix as per 2.2 tree
2002-12-08 11:56:45 +00:00
sam
Remove FILE_MACRO as __FILE__ is ANSI C.
2002-12-04 23:57:15 +00:00
script
fix broken incremental tar - merge from 2.2
2002-12-10 21:50:44 +00:00
smbd
Fix for old DOS client when veto files is set to /.*/
2002-12-13 19:07:25 +00:00
smbwrapper
Fix smbwrapper from the global_* changes.
2002-11-13 21:47:21 +00:00
tdb
Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.
2002-12-11 23:54:46 +00:00
tests
added a simple test to see whether building shared libraries actually
2001-12-31 22:10:24 +00:00
torture
Please compile with :
2002-11-23 02:58:29 +00:00
ubiqx
Again, just syncronizing. The a function name was changed in the sll
2000-06-08 17:42:20 +00:00
utils
All the code for reading in the registy is done, but I have a malloc'd
2002-12-15 08:35:19 +00:00
web
Remove FILE_MACRO as __FILE__ is ANSI C.
2002-12-04 23:57:15 +00:00
wrepld
Lots of fixes for error paths where tdb_fetch() data need freeing.
2002-11-23 02:52:38 +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
acconfig.h
Remove FILE_MACRO as __FILE__ is ANSI C.
2002-12-04 23:57:15 +00:00
aclocal.m4
Add support to build plugins in source/
2002-11-05 16:33:26 +00:00
change-log
global change from samba.anu.edu.au to samba.org
1998-11-21 13:20:31 +00:00
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
Rerun configure.
2002-12-05 00:06:12 +00:00
configure.developer
Change ./configure.developer to stay in effect across a
2001-09-25 05:08:05 +00:00
configure.in
Remove FILE_MACRO as __FILE__ is ANSI C.
2002-12-04 23:57:15 +00:00
configure.nodebug.developer
computer too slow to compile with debug info (100mins), but i need all the
2000-03-09 22:22:38 +00:00
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
Remove DRIVERFILE constant. It was removed with the old win95
2002-11-05 03:05:29 +00:00
install-sh
merge from the autoconf2 branch to the main branch
1998-07-29 03:08:05 +00:00
mainpage.dox
Make CodingSuggestions show up in the Doxygen pages.
2001-11-16 07:28:23 +00:00
Makefile.in
merge of get_dc_name()-like code from APP_HEAD; better support password server = DC1 *
2002-12-12 23:35:55 +00:00
smbadduser