..
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 new client side support the Win2k LSARPC UUID in rpcbind
2002-10-04 04:10:23 +00:00
bin
syncing up with HEAD again....
2002-09-26 18:37:55 +00:00
client
Patch from Steve Langasek <vorlon@netexpress.net> to use nice big integers when
2002-10-03 03:27:00 +00:00
codepages
removed old unused files
2001-10-03 13:05:59 +00:00
groupdb
Add a timeout to tdb_lock_bystring(). Ensure we never have more than
2002-10-04 22:53:18 +00:00
include
Merge of file/directory access bits changes.
2002-10-14 22:59:08 +00:00
intl
sync 3.0 branch with head
2002-08-17 17:00:51 +00:00
lib
Add a timeout to tdb_lock_bystring(). Ensure we never have more than
2002-10-04 22:53:18 +00:00
libads
only set UF_USE_DES_KEY_ONLY if we are using krb5 libraries that can't
2002-10-04 07:47:42 +00:00
libsmb
Added cli_set_timeout() call.
2002-10-15 21:30:06 +00:00
locking
sync'ing up for 3.0alpha20 release
2002-09-25 15:19:00 +00:00
msdfs
updated the 3.0 branch from the head branch - ready for alpha18
2002-07-15 10:35:28 +00:00
nmbd
Ensure we register the 1c name on the unicast subnet.
2002-10-08 18:26:12 +00:00
nsswitch
Fix spelling of background_process.
2002-10-15 21:34:42 +00:00
pam_smbpass
sync'ing up for 3.0alpha20 release
2002-09-25 15:19:00 +00:00
param
Change default of max_xmit to match W2K. Ensure NT negprot uses it.
2002-10-15 21:35:46 +00:00
passdb
Add a timeout to tdb_lock_bystring(). Ensure we never have more than
2002-10-04 22:53:18 +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
Add a timeout to tdb_lock_bystring(). Ensure we never have more than
2002-10-04 22:53:18 +00:00
profile
sync'ing up for 3.0alpha20 release
2002-09-25 15:19:00 +00:00
python
The security descriptor in a PRINTER_INFO_2 could be NULL. (Bong?)
2002-09-25 06:25:02 +00:00
registry
sync'ing up for 3.0alpha20 release
2002-09-25 15:19:00 +00:00
rpc_client
merge from APP_HEAD of winbindd's domain local group fix
2002-10-08 18:32:42 +00:00
rpc_parse
missing prs_align()'s
2002-10-05 13:19:50 +00:00
rpc_server
merge from APP_HEAD to use GMT in job submission notification
2002-10-15 00:35:12 +00:00
rpcclient
merge of working dsrolegetprimdominfo() client code from APP_HEAD
2002-10-04 19:33:41 +00:00
sam
strchr -> strrchr
2002-10-02 14:58:54 +00:00
script
Be less verbose
2002-10-02 18:38:04 +00:00
smbd
Change default of max_xmit to match W2K. Ensure NT negprot uses it.
2002-10-15 21:35:46 +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:18 +00:00
tests
added a simple test to see whether building shared libraries actually
2001-12-31 22:10:24 +00:00
torture
Fix the compile issue in bin/samtest, and make the 'system' token just have the
2002-09-30 02:28:28 +00:00
ubiqx
utils
merge from APP_HEAD of winbindd's domain local group fix
2002-10-08 18:32:42 +00:00
web
Use memmove when copies can overlap. Spotted by SUGIOKA Toshinobu <sugioka@itonet.co.jp>.
2002-10-09 19:47:04 +00:00
wrepld
sync 3.0 branch with head
2002-08-17 14:31:10 +00:00
.cvsignore
updated the 3.0 branch from the head branch - ready for alpha18
2002-07-15 10:35:28 +00:00
.dmallocrc
Sample configuration for dmalloc.
2002-01-09 06:35:45 +00:00
acconfig.h
Updates from Samba HEAD:
2002-10-01 13:10:57 +00:00
aclocal.m4
updated the 3.0 branch from the head branch - ready for alpha18
2002-07-15 10:35:28 +00:00
architecture.doc
remove text documents in source code (they're now in the Developers Guide) - discussed
2002-10-02 17:24:38 +00:00
change-log
CodingSuggestions
remove text documents in source code (they're now in the Developers Guide) - discussed
2002-10-02 17:24:38 +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
Turn on sendfile detection by default in HEAD and 3.0.
2002-10-05 00:40:49 +00:00
configure.developer
Change ./configure.developer to stay in effect across a
2001-09-25 05:08:05 +00:00
configure.in
Turn on sendfile detection by default in HEAD and 3.0.
2002-10-05 00:40:49 +00:00
configure.nodebug.developer
Doxyfile
syncing up with HEAD. Seems to be a lot of differences creeping in
2002-10-01 18:26:00 +00:00
dynconfig.c
updated the 3.0 branch from the head branch - ready for alpha18
2002-07-15 10:35:28 +00:00
install-sh
internals.doc
remove text documents in source code (they're now in the Developers Guide) - discussed
2002-10-02 17:24:38 +00:00
mainpage.dox
Make CodingSuggestions show up in the Doxygen pages.
2001-11-16 07:28:23 +00:00
Makefile.in
merge of working dsrolegetprimdominfo() client code from APP_HEAD
2002-10-04 19:33:41 +00:00
parsing.doc
remove text documents in source code (they're now in the Developers Guide) - discussed
2002-10-02 17:24:38 +00:00
smbadduser