..
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
Renamed get_nt_error_msg() to nt_errstr().
2002-03-17 04:36:35 +00:00
bin
Added tdbbackup.
2002-03-12 00:05:22 +00:00
client
getpid() -> sys_getpid()
2002-03-14 01:53:04 +00:00
codepages
removed old unused files
2001-10-03 13:05:59 +00:00
groupdb
Removed version number from file header.
2002-01-30 06:08:46 +00:00
include
Compile fix for --with-profiling-data
2002-03-21 04:25:31 +00:00
intl
Removed version number from file header.
2002-01-30 06:08:46 +00:00
lib
must use native endian index when creating default valid.dat table so it
2002-03-21 14:01:57 +00:00
libads
added a ads_do_search_all() call, which is a more convenient interface
2002-03-19 22:14:53 +00:00
libsmb
Correctly increment offset in cli_smbwrite.
2002-03-20 01:47:31 +00:00
locking
if our lock spin code fails then return the first error code, not the
2002-03-15 09:51:37 +00:00
msdfs
Removed version number from file header.
2002-01-30 06:08:46 +00:00
nmbd
Make winbindd_idmap tdb endian independent. This is very important for
2002-03-21 23:39:17 +00:00
nsswitch
Missed a couple of fetch/store_ints.
2002-03-21 23:41:28 +00:00
pam_smbpass
updates from 2.2
2002-01-12 23:12:13 +00:00
param
Sync up vfs changes from 2.2.x.
2002-03-19 02:32:39 +00:00
passdb
Don't leak memory on failure.
2002-03-21 04:00:25 +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
Ensure we don't do lp_servicename()'s in tdb traverse as this
2002-03-20 22:39:30 +00:00
profile
Removed version number from file header.
2002-01-30 06:08:46 +00:00
python
Actually use flags passed in PYTHON_CFLAGS variable.
2002-03-20 06:29:23 +00:00
rpc_client
Renamed get_nt_error_msg() to nt_errstr().
2002-03-17 04:36:35 +00:00
rpc_parse
resetprinter merge from SAMBA_2_2
2002-03-20 03:37:27 +00:00
rpc_server
Make sure to initaliase SAM_ACCOUNT pointers to NULL, otherwise pdb_init_sam()
2002-03-21 03:53:44 +00:00
rpcclient
Renamed get_nt_error_msg() to nt_errstr().
2002-03-17 04:36:35 +00:00
script
Move the directory creation process outside the 'installbin.sh' script, and
2002-03-13 01:21:02 +00:00
smbd
Fix stupid typo !
2002-03-21 21:23:22 +00:00
smbwrapper
Removed version number from file header.
2002-01-30 06:08:46 +00:00
tdb
Make winbindd_idmap tdb endian independent. This is very important for
2002-03-21 23:39:17 +00:00
tests
added a simple test to see whether building shared libraries actually
2001-12-31 22:10:24 +00:00
torture
merge fix for core dump when called with no args from 2.2
2002-03-21 22:36:04 +00:00
ubiqx
Again, just syncronizing. The a function name was changed in the sll
2000-06-08 17:42:20 +00:00
utils
There is no reason we can't join a domain with secuirty=user. In fact we
2002-03-21 11:54:43 +00:00
web
Add assertions that kill() is never accidentally passed a non-positive
2002-03-20 06:57:03 +00:00
wrepld
Make winbindd_idmap tdb endian independent. This is very important for
2002-03-21 23:39:17 +00:00
.cvsignore
add .proto.check
2002-03-21 14:09:02 +00:00
.dmallocrc
Sample configuration for dmalloc.
2002-01-09 06:35:45 +00:00
acconfig.h
This is another *BIG* change...
2002-01-20 14:30:58 +00:00
aclocal.m4
Added SWAT i18n feature:
2001-09-24 15:55:09 +00:00
architecture.doc
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
1999-12-13 13:27:58 +00:00
change-log
global change from samba.anu.edu.au to samba.org
1998-11-21 13:20:31 +00:00
CodingSuggestions
added "net join" command
2001-11-24 14:16:41 +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
Sync up vfs changes from 2.2.x.
2002-03-19 02:32:39 +00:00
configure.developer
Change ./configure.developer to stay in effect across a
2001-09-25 05:08:05 +00:00
configure.in
Sync up vfs changes from 2.2.x.
2002-03-19 02:32:39 +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
Fixed typo.
2002-01-17 02:54:23 +00:00
dynconfig.c
Removed version number from file header.
2002-01-30 06:08:46 +00:00
install-sh
merge from the autoconf2 branch to the main branch
1998-07-29 03:08:05 +00:00
internals.doc
The big character set handling changeover!
2001-07-04 07:15:53 +00:00
mainpage.dox
Make CodingSuggestions show up in the Doxygen pages.
2001-11-16 07:28:23 +00:00
Makefile.in
Take out autobuild dependency on proto.h; breaks some proprietary Makes.
2002-03-19 12:13:02 +00:00
parsing.doc
Added info about parsing debug messages.
1998-10-27 21:07:52 +00:00
smbadduser
JHT ==> Removed linefeed that caused problems.
1997-10-13 12:13:11 +00:00