gd/samba-autobuild/.git
21 years agoApplied Buchan Milne's patches.
John Terpstra [Thu, 31 Oct 2002 04:16:26 +0000 (04:16 +0000)]
Applied Buchan Milne's patches.
(This used to be commit ce5a7084540feff7354d2005e25cef581ad500db)

21 years agoRerun autoconf
Jelmer Vernooij [Wed, 30 Oct 2002 19:23:22 +0000 (19:23 +0000)]
Rerun autoconf
(This used to be commit ff10786c9d4662af355c12cc7363092dc5187e99)

21 years agoFix build. Don't use BSD setenv. Use POSIX putenv.
Jim McDonough [Wed, 30 Oct 2002 18:18:25 +0000 (18:18 +0000)]
Fix build.  Don't use BSD setenv.  Use POSIX putenv.

Jeremy, it wasn't me!!!!!!
(This used to be commit 00d4e5c67b8a3b8eafa56fd46fbaf4922030dd81)

21 years agouse sys_dlopen instead of dlopen (thanks to jra for noticing)
Jelmer Vernooij [Wed, 30 Oct 2002 17:50:36 +0000 (17:50 +0000)]
use sys_dlopen instead of dlopen (thanks to jra for noticing)
(This used to be commit 86eb0a25b1df8ca25872f9846a74d0f13a4ad045)

21 years agoFix boog in argument list for nt_create_andx.
Tim Potter [Wed, 30 Oct 2002 14:52:53 +0000 (14:52 +0000)]
Fix boog in argument list for nt_create_andx.
(This used to be commit 6945e89e2d10743635f01420c83d405a2d4cb356)

21 years agoThe locking description in this doc is outdated - note that
Jelmer Vernooij [Wed, 30 Oct 2002 12:50:47 +0000 (12:50 +0000)]
The locking description in this doc is outdated - note that
(This used to be commit 125c2fea550a88cf28fa82281b69a25b644edc4a)

21 years ago- Remove RTLD_GLOBAL
Jelmer Vernooij [Wed, 30 Oct 2002 12:07:49 +0000 (12:07 +0000)]
- Remove RTLD_GLOBAL
- make smb_load_module() return the return value of init_module()
(This used to be commit a8d2dd8d009797486105188f8fdb898a65bb25b0)

21 years agoadded a timegm() function for systems that don't have it
Andrew Tridgell [Wed, 30 Oct 2002 12:03:40 +0000 (12:03 +0000)]
added a timegm() function for systems that don't have it
(This used to be commit 732bc4519f1119100607cc84400e8f84e0c0ba9d)

21 years agoAdd init_module_function typedef for new module system
Jelmer Vernooij [Wed, 30 Oct 2002 12:01:19 +0000 (12:01 +0000)]
Add init_module_function typedef for new module system
(This used to be commit 4d1206be5275a8af7dfb612f1747fba484a7d017)

21 years agoAdd initial vesion of new module system
Jelmer Vernooij [Wed, 30 Oct 2002 11:52:36 +0000 (11:52 +0000)]
Add initial vesion of new module system
(This used to be commit b5d05d3ec6808465d27e15db2a9ff48804e2e78e)

21 years agoNot sure why this is here - so off it goes.
John Terpstra [Wed, 30 Oct 2002 04:04:00 +0000 (04:04 +0000)]
Not sure why this is here - so off it goes.
(This used to be commit f50b2c854ef7eaec7c6b9154fc9c1af7cb08e152)

21 years agoAdding Buchan Milne's updates from HEAD.
John Terpstra [Wed, 30 Oct 2002 03:54:19 +0000 (03:54 +0000)]
Adding Buchan Milne's updates from HEAD.
(This used to be commit e55e4c8dd66fd156a385c93f43c07bf778e2e764)

21 years agoAdding Buchan Milne's updates.
John Terpstra [Wed, 30 Oct 2002 03:50:23 +0000 (03:50 +0000)]
Adding Buchan Milne's updates.
(This used to be commit d816c35c1d8db343c76a32a6d01952d2c192b092)

21 years agoAdded Buchan Milne's DESTDIR patch.
John Terpstra [Wed, 30 Oct 2002 03:29:01 +0000 (03:29 +0000)]
Added Buchan Milne's DESTDIR patch.
(This used to be commit d134d66f989026821b29b24c8c15a112213b61d6)

21 years agoAdd autom4te.cache (used by newer autoconfs)
Jelmer Vernooij [Tue, 29 Oct 2002 21:46:36 +0000 (21:46 +0000)]
Add autom4te.cache (used by newer autoconfs)
(This used to be commit 94647051adc223e17997cd6688da0c71b7ea870a)

21 years agoWe also support security = server
Jelmer Vernooij [Tue, 29 Oct 2002 16:20:06 +0000 (16:20 +0000)]
We also support security = server
(This used to be commit 5bd2c390e883ced39ca89d0180d87a35ce396e96)

21 years ago2.2 was the previous release - don't talk about it like it's current
Jelmer Vernooij [Tue, 29 Oct 2002 16:19:32 +0000 (16:19 +0000)]
2.2 was the previous release - don't talk about it like it's current
(This used to be commit 752ef9463dc8b60cb0069344c3e30f65290270a1)

21 years agoSmall markup fixes
Jelmer Vernooij [Tue, 29 Oct 2002 16:18:10 +0000 (16:18 +0000)]
Small markup fixes
(This used to be commit c11b611bacc51ba57943cfd7988743194facaae2)

21 years ago-E doesn't take arguments
Jelmer Vernooij [Tue, 29 Oct 2002 16:16:37 +0000 (16:16 +0000)]
-E doesn't take arguments
(This used to be commit 932b364de79407b3996061c0ae66117d39045e4d)

21 years agoSync with actual changes
Jelmer Vernooij [Tue, 29 Oct 2002 16:12:57 +0000 (16:12 +0000)]
Sync with actual changes
(This used to be commit 706a87e774a2a976edb40c07b2a8a22cc9309ca1)

21 years agoFix a nice little memory leak in our uid changing code.
Andrew Bartlett [Tue, 29 Oct 2002 08:21:40 +0000 (08:21 +0000)]
Fix a nice little memory leak in our uid changing code.

Andrew Bartlett
(This used to be commit 5c4967c70dfab78733ef21e3a5eaf252a5958613)

21 years agoAdded close and unlink functions.
Tim Potter [Tue, 29 Oct 2002 04:39:33 +0000 (04:39 +0000)]
Added close and unlink functions.
(This used to be commit 3a7f8a568e9d1608c2a065e0b98488e2d068911c)

21 years agoFix fd leak with kernel change notify.
Jeremy Allison [Mon, 28 Oct 2002 22:04:47 +0000 (22:04 +0000)]
Fix fd leak with kernel change notify.
Jeremy.
(This used to be commit 78df2c916ae3940f0124912f99b1e0ca3914fff5)

21 years agoFix typo (-s -> -S)
Jelmer Vernooij [Mon, 28 Oct 2002 19:57:33 +0000 (19:57 +0000)]
Fix typo (-s -> -S)
(This used to be commit 522b7470a3dbe61f522f65fa2b1aeac4bc1d36c3)

21 years agoUpdate info on ldap suffix (thanks metze)
Jelmer Vernooij [Mon, 28 Oct 2002 19:54:11 +0000 (19:54 +0000)]
Update info on ldap suffix (thanks metze)
(This used to be commit 257a1ff880d58a262169885336e5090d986e7d3c)

21 years agodocument ldap suffix
Jelmer Vernooij [Mon, 28 Oct 2002 19:24:48 +0000 (19:24 +0000)]
document ldap suffix
(This used to be commit 85eeb8870f5a1e04c607fbcc18f8da50eb7a694f)

21 years agoImplement 'net maxrid'. Needed to find the maximum current rid to
Volker Lendecke [Mon, 28 Oct 2002 12:55:22 +0000 (12:55 +0000)]
Implement 'net maxrid'. Needed to find the maximum current rid to
set 'algorithmic rid base' correctly after a 'net rpc vampire'.

Volker
(This used to be commit 5c0869be321852919dba1566c6bcab02e4657541)

21 years agoRemove make_printerdef from binary install process.
John Terpstra [Sun, 27 Oct 2002 00:04:13 +0000 (00:04 +0000)]
Remove make_printerdef from binary install process.
(This used to be commit 73c28c527d1030d1656362474c14d49581efdbeb)

21 years agoFix bug in '-d'
Jelmer Vernooij [Sat, 26 Oct 2002 14:49:30 +0000 (14:49 +0000)]
Fix bug in '-d'
(This used to be commit 8c15db105addbafd822d96d29ff1692566b92267)

21 years agoOne more step towards to better PDC.
Andrew Bartlett [Sat, 26 Oct 2002 01:47:38 +0000 (01:47 +0000)]
One more step towards to better PDC.

This patch, from "Stefan (metze) Metzmacher" <metze@metzemix.de> implements an
LDAP connection cache.  This removes the quite silly situation where every
single passdb operation involved a new LDAP connection.

The hope is that this will give us a decent performance boost in some usrmgr
related activities, and in the sid->name/sid->uid code.

The remaining things I think are 'todo' for pdb_ldap (in the near term) are:
 - intergrate volker's next_rid patch for NUA accounts,
 - add a 'trust ldap ids' option (remove Get_Pwnam() hit on enumerations).
 - put the group mapping actually into ldap
 - Schema fixes and do utf8 conversion
 - server failover (try a second server for the rebind on fail)
 - ensure we block between an 'add' and the ldap master replicating to our
   local slave (mezte found this issue, kills domain joins)

Andrew Bartlett
(This used to be commit 3418da16456511490beb0d1045fff24576b48273)

21 years agoMake sure that we always return False if the password change never returns.
Andrew Bartlett [Sat, 26 Oct 2002 00:59:21 +0000 (00:59 +0000)]
Make sure that we always return False if the password change never returns.

(A stuck 'unix passowrd sync' was gettting reported as 'success', causing
all sorts of fun)

Andrew Bartlett
(This used to be commit b0d5745bb53b16e92160a6bdd2b984afb0e982ee)

21 years agoUpdates to winbind's PAM client and server - make the debug logs
Andrew Bartlett [Sat, 26 Oct 2002 00:55:14 +0000 (00:55 +0000)]
Updates to winbind's PAM client and server - make the debug logs
work a bit better for password changing.

Andrew Bartlett
(This used to be commit 425782ba32554b90d592493a1928a926e492bb2a)

21 years agoFix problem where an fd would be left open for every printer queue.
Jeremy Allison [Sat, 26 Oct 2002 00:29:21 +0000 (00:29 +0000)]
Fix problem where an fd would be left open for every printer queue.
Jeremy.
(This used to be commit 997c234e15a5f8d742320359a53e15a27661d456)

21 years agoPURGE_PRINTER fix from APP_HEAD
Gerald Carter [Fri, 25 Oct 2002 22:17:29 +0000 (22:17 +0000)]
PURGE_PRINTER fix from APP_HEAD
(This used to be commit 8af12875b0608b83187e4156843e37097de4cd13)

21 years agoFix memory leak (patch by Steve Langasek)
Jelmer Vernooij [Fri, 25 Oct 2002 02:37:11 +0000 (02:37 +0000)]
Fix memory leak (patch by Steve Langasek)
(This used to be commit 06362586cb754bd6bc89b50b966737958286ca2e)

21 years agoOnly run free_private_data when it's specified (reported by Steve Langasek aka vorlon)
Jelmer Vernooij [Fri, 25 Oct 2002 00:36:28 +0000 (00:36 +0000)]
Only run free_private_data when it's specified (reported by Steve Langasek aka vorlon)
(This used to be commit 9efa98b4a65a38df922ce3b83f5fde631cb70844)

21 years agoDocument -P and -V (patch from Guenther Deschner <gd@suse.de>)
Jelmer Vernooij [Thu, 24 Oct 2002 13:30:45 +0000 (13:30 +0000)]
Document -P and -V (patch from Guenther Deschner <gd@suse.de>)
(This used to be commit 5845f17c927a84ba502c834b3a38499959b7ae40)

21 years agoReverted a fix from Volker (sorry). We need to move this fix to the correct
Jeremy Allison [Wed, 23 Oct 2002 22:23:39 +0000 (22:23 +0000)]
Reverted a fix from Volker (sorry). We need to move this fix to the correct
place.
Jeremy.
(This used to be commit e46e38beabe8ae5b1ba1941dcffecbc89165ce2a)

21 years agoMove OID documents to web module
Jelmer Vernooij [Wed, 23 Oct 2002 15:29:35 +0000 (15:29 +0000)]
Move OID documents to web module
(This used to be commit 3de1a8296266615528d52895766c295b430518cb)

21 years agomuch simpler code to choose a DC to contact in winbindd. We now always
Andrew Tridgell [Wed, 23 Oct 2002 03:37:51 +0000 (03:37 +0000)]
much simpler code to choose a DC to contact in winbindd. We now always
choose the server that has the most bits in common in its IP with one
of our interfaces.
(This used to be commit 31774dce67844b67cb405e65f307a20354f2cedb)

21 years agoDebug level 12 is a typo.
Jeremy Allison [Wed, 23 Oct 2002 01:55:40 +0000 (01:55 +0000)]
Debug level 12 is a typo.
Jeremy.
(This used to be commit 4d9b205362997f897be4739efd52ee2cfde4c6cb)

21 years agoFirst cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>.
Jeremy Allison [Wed, 23 Oct 2002 01:22:45 +0000 (01:22 +0000)]
First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>.
This is not 100% the same as what SuSE shipped in their Samba, there is
a crash bug fix, a race condition fix, and a few logic changes I'd like to
discuss with Andreas. Added Andreas to (C) notices for posix_acls.c
Jeremy.
(This used to be commit a81d700ae9c82d4b7ea631ab7862162a2ed3d512)

21 years agoif trusted domains are disabled then we should not try to connect to
Andrew Tridgell [Wed, 23 Oct 2002 00:23:30 +0000 (00:23 +0000)]
if trusted domains are disabled then we should not try to connect to
them in winbindd
(This used to be commit 6c7748b001836e4aa3e23dedfe28db3c8acc197a)

21 years agofixed a possible segv when dealing with a blank password
Andrew Tridgell [Wed, 23 Oct 2002 00:02:26 +0000 (00:02 +0000)]
fixed a possible segv when dealing with a blank password
(This used to be commit d5d0d0de50482ed16c594b1cc4cc113e2526a915)

21 years agoFix for systems that allow more than 65536 open files per process.
Jeremy Allison [Tue, 22 Oct 2002 22:17:06 +0000 (22:17 +0000)]
Fix for systems that allow more than 65536 open files per process.
Jeremy.
(This used to be commit ff537f10a0c0b6b1d9055eb776d1e8a9864e8363)

21 years agoSome was asking to look at this code, so better it stay there until we decide what...
Simo Sorce [Tue, 22 Oct 2002 16:10:45 +0000 (16:10 +0000)]
Some was asking to look at this code, so better it stay there until we decide what to do with it.

Last updates are support for the right way to support privileges.

Simo.
(This used to be commit cae9074405dec5baf6bd34d48f36e2c81b24d2ea)

21 years agoFixed bug in session setup kwlist.
Tim Potter [Mon, 21 Oct 2002 21:21:33 +0000 (21:21 +0000)]
Fixed bug in session setup kwlist.

Added some basic error handling.  Just throw a RuntimeError exception
on error.
(This used to be commit 06caeed588f702814be76a2b2aa7ed43504adef5)

21 years agoSame segfault as in add_groupmem.
Volker Lendecke [Mon, 21 Oct 2002 20:33:00 +0000 (20:33 +0000)]
Same segfault as in add_groupmem.

Volker
(This used to be commit 1f702dcd2ced6f64a619e3ddbb570f41f7f0986b)

21 years agopdb_unix.c did not really expect group RIDs dictated by a PDC and looking
Volker Lendecke [Mon, 21 Oct 2002 20:31:59 +0000 (20:31 +0000)]
pdb_unix.c did not really expect group RIDs dictated by a PDC and looking
like user RIDs.

Volker
(This used to be commit 872c7d40454545108ec9e7eee12894af77b4adc3)

21 years agomerge from samba_3_0
Gerald Carter [Mon, 21 Oct 2002 20:28:11 +0000 (20:28 +0000)]
merge from samba_3_0

removed the following parameters

  * postscript
  * printer driver
  * printer driver location
  * printer driver file

also removed the get_a_printer_driver_9x_compatible() function
(This used to be commit e7dd8cf903144393b1362719d75430a2ee7e5f27)

21 years agoThis moves the group mapping API into the passdb backend.
Volker Lendecke [Mon, 21 Oct 2002 19:28:56 +0000 (19:28 +0000)]
This moves the group mapping API into the passdb backend.

Currently this calls back to mapping.c, but we have the framework
to get the information into LDAP and the passdb.tdb (should we? I
think so..).

This has received moderate testing with net rpc vampire and
usrmgr. I found the add_groupmem segfault in add_aliasmem as
well, but that will be another checkin.

Volker
(This used to be commit f30095852fea19421ac8e25dfe9c5cd4b2206f84)

21 years agoI was somewhat annoyed by 'pdbedit -a vl' spitting an error message
Volker Lendecke [Mon, 21 Oct 2002 19:25:04 +0000 (19:25 +0000)]
I was somewhat annoyed by 'pdbedit -a vl' spitting an error message
at me :-)

Volker
(This used to be commit c4452ef22cf63c73bfb3574a55a4810af511ff20)

21 years agoFix usage message
Jelmer Vernooij [Mon, 21 Oct 2002 19:22:46 +0000 (19:22 +0000)]
Fix usage message
(This used to be commit 2e328928aa9bfafbfa00596f261dbc68bcd51e6b)

21 years agoRemove obsolete acconfig.h - we now use comments in AC_DEFINE()
Jelmer Vernooij [Mon, 21 Oct 2002 19:21:41 +0000 (19:21 +0000)]
Remove obsolete acconfig.h - we now use comments in AC_DEFINE()
(This used to be commit dc4fcb71edc22f36cd1f6d78a211d09c418f3309)

21 years agoAdd faq chapter about the samba features
Jelmer Vernooij [Mon, 21 Oct 2002 18:01:02 +0000 (18:01 +0000)]
Add faq chapter about the samba features
(This used to be commit b55fe96c1f073e81ce564d16d70cae49e1862cf5)

21 years agoDon't say we need WINS Replication documentation
Jelmer Vernooij [Mon, 21 Oct 2002 17:59:51 +0000 (17:59 +0000)]
Don't say we need WINS Replication documentation
(This used to be commit 2bbc4187e76339191aadf8c9503daf7c02ebafbc)

21 years agoRecognize FreeBSD5 correctly (not as being sysv...)
Jelmer Vernooij [Mon, 21 Oct 2002 16:28:27 +0000 (16:28 +0000)]
Recognize FreeBSD5 correctly (not as being sysv...)
(This used to be commit 66ef6b942e00dc0d7742226f24861445d3bc0eb3)

21 years agosync with SAMBA_3_0
Gerald Carter [Mon, 21 Oct 2002 15:49:26 +0000 (15:49 +0000)]
sync with SAMBA_3_0
(This used to be commit 07ac86323f71d6228a222a1680d1c7def0eb7109)

21 years agoSync with metze's CVS tree
Jelmer Vernooij [Mon, 21 Oct 2002 15:36:51 +0000 (15:36 +0000)]
Sync with metze's CVS tree
(This used to be commit 2a598d435d3eb46ca28b3591a4f7f9d856ce3c1f)

21 years agoSmall patch from metze to add 3 parameters to vfs_init, as it requires
Jelmer Vernooij [Mon, 21 Oct 2002 13:41:34 +0000 (13:41 +0000)]
Small patch from metze to add 3 parameters to vfs_init, as it requires
(This used to be commit 4206ebb160e947c70f15e5c434dd1d4df287e665)

21 years agoAdd text doc about what work is left on the docs for 3.0
Jelmer Vernooij [Mon, 21 Oct 2002 13:31:32 +0000 (13:31 +0000)]
Add text doc about what work is left on the docs for 3.0
(This used to be commit 328c5a92a1dfe7e5bc62a1846bf4e9c7cdb2110c)

21 years agoTest both new samba.tdbpack and oldtdbutil pack/unpack routines.
Martin Pool [Mon, 21 Oct 2002 11:44:26 +0000 (11:44 +0000)]
Test both new samba.tdbpack and oldtdbutil pack/unpack routines.

This makes the test suite fail because at the moment they are in fact
not behaving the same way.
(This used to be commit 44dd7746ede7f7f9efcf7dabcd351b1d800e535c)

21 years agoImport old pure Python version of tdbpack/unpack, so that we can do
Martin Pool [Mon, 21 Oct 2002 11:13:53 +0000 (11:13 +0000)]
Import old pure Python version of tdbpack/unpack, so that we can do
compatibility testing against the shiny new C version.

This version is slightly modified to not call codepage conversion
routines, and renamed tdbutil->oldtdbutil.
(This used to be commit 2dc4373727f73a46cd6135413e50917fb7fa538b)

21 years agoThe libsmb module uses py_ntsec.o
Tim Potter [Mon, 21 Oct 2002 09:54:41 +0000 (09:54 +0000)]
The libsmb module uses py_ntsec.o
(This used to be commit e27d3d20e3c51fc04f37d92c24f38f91b2d1e1e4)

21 years agoFixed up tconx function. Implemented nt_create_andx, query_secdesc
Tim Potter [Mon, 21 Oct 2002 09:53:31 +0000 (09:53 +0000)]
Fixed up tconx function.  Implemented nt_create_andx, query_secdesc
and set_secdesc functions.
(This used to be commit 3fd568ef5c984f089e7799d9ff55395330716641)

21 years agoWhoops - this should be in py_smb.c
Tim Potter [Mon, 21 Oct 2002 08:23:20 +0000 (08:23 +0000)]
Whoops - this should be in py_smb.c
(This used to be commit b740c7e5050b18bc06865451bed3daf3ae09c609)

21 years agoGive better error messages for TypeError, which will arise if e.g. you
Martin Pool [Mon, 21 Oct 2002 07:41:08 +0000 (07:41 +0000)]
Give better error messages for TypeError, which will arise if e.g. you
try to pack an Int using a string tdbpack format.
(This used to be commit 6139ab3cbca3fc2969d1e578b38394b1f6aeb9c3)

21 years agoMore cleanups of validation functions.
Tim Potter [Mon, 21 Oct 2002 04:47:29 +0000 (04:47 +0000)]
More cleanups of validation functions.
(This used to be commit a4790ba42cc6ee4086dafbc64b1dba790a6c3583)

21 years agoZero some more return values.
Tim Potter [Mon, 21 Oct 2002 04:44:44 +0000 (04:44 +0000)]
Zero some more return values.
(This used to be commit 7f45bad319ace07a5bfc21465a0db919131dd608)

21 years agoadd a 'mangle prefix' option to allow people to tune the number of
Andrew Tridgell [Mon, 21 Oct 2002 04:30:51 +0000 (04:30 +0000)]
add a 'mangle prefix' option to allow people to tune the number of
characters used in the prefix for 8.3 names in the hash2
algorithm. The longer the prefix the more readable the 8.3 names will
be, but the weaker the hash.

this was added because of someone complaining that the new hashing
algorithm was unreadable but the old one was broken :)
(This used to be commit 3ca3cc838e5b957c7244b21947daddc4ee4c3099)

21 years agolevel should be a uint32 in enum_ports function.
Tim Potter [Mon, 21 Oct 2002 04:17:43 +0000 (04:17 +0000)]
level should be a uint32 in enum_ports function.
(This used to be commit 121db5b6821df9c6ec05adb2d35c2dde930736f2)

21 years agoStricter validation in python->C conversion functions.
Tim Potter [Mon, 21 Oct 2002 04:16:12 +0000 (04:16 +0000)]
Stricter validation in python->C conversion functions.
(This used to be commit 672c07e2432299e3b1015af524dc5c124f61f904)

21 years agoFixed DRIVER_INFO_3 conversion function to check for dependent_files
Tim Potter [Mon, 21 Oct 2002 04:12:47 +0000 (04:12 +0000)]
Fixed DRIVER_INFO_3 conversion function to check for dependent_files
key.
(This used to be commit 35413be0ac39ce52f009f7750f23b41728d8a35c)

21 years agoFix a silly memset typo.
Tim Potter [Mon, 21 Oct 2002 04:03:49 +0000 (04:03 +0000)]
Fix a silly memset typo.

Change a int* to a uint32* in the cli_spoolss_enum_ports() function.
(This used to be commit 4663d79d3e9dcfef49f7cef1f6205efe58edbdc1)

21 years agoreverted an incorrect fix. What I was trying to do was fix a problem
Andrew Tridgell [Mon, 21 Oct 2002 03:47:51 +0000 (03:47 +0000)]
reverted an incorrect fix. What I was trying to do was fix a problem
with filenames with spaces in mangle_hash.c but the real problem is
that mangle_hash.c assumes that the set of valid characters for 8.3
names is the same as the set of valid characters for long names. Thats
an invalid assumption, with space being the obvious example.
(This used to be commit e0065f4db4a1cfae03a3bb86e5cfea9c45dfa1c3)

21 years agoa space is a standard valid character in a filename
Andrew Tridgell [Mon, 21 Oct 2002 03:40:18 +0000 (03:40 +0000)]
a space is a standard valid character in a filename
(This used to be commit 0db79d4a379a502362c230a9019d5d71f5af8e0e)

21 years agoZero tallocated memory in decode_printer_info, decode_driver_info,
Tim Potter [Mon, 21 Oct 2002 02:48:55 +0000 (02:48 +0000)]
Zero tallocated memory in decode_printer_info, decode_driver_info,
decode_port_info and decode_printerdriver functions.
(This used to be commit bf2d9dd5ba2ecc7e0e1bd17049adee6dd80d807c)

21 years agoBugfix for pidfile_create() from Kelledin.
Tim Potter [Mon, 21 Oct 2002 00:05:01 +0000 (00:05 +0000)]
Bugfix for pidfile_create() from Kelledin.
(This used to be commit 4808a95f5f4536774d41bebca76660f010069117)

21 years agoAdded stubs for query/set security descriptors on files. Not even close to
Tim Potter [Sun, 20 Oct 2002 20:43:26 +0000 (20:43 +0000)]
Added stubs for query/set security descriptors on files.  Not even close to
working yet.
(This used to be commit b7ef2e8b41bd6a7225b9f21c65c42b8ef0f82a32)

21 years agoFix full_name for info23 as well. Thanks, Andrew.
Volker Lendecke [Sat, 19 Oct 2002 08:09:28 +0000 (08:09 +0000)]
Fix full_name for info23 as well. Thanks, Andrew.

Volker
(This used to be commit 382c444225fae54ae577baae8948a64a843a2afc)

21 years agoThis fixes some bugs for NT4 usrmgr.exe
Volker Lendecke [Sat, 19 Oct 2002 07:50:48 +0000 (07:50 +0000)]
This fixes some bugs for NT4 usrmgr.exe

Volker
(This used to be commit 32d6bcf3acefc77873a7241cc0c7e26241a65301)

21 years agomust add one to the extra_data size to transfer the 0 string terminator.
Herb Lewis [Fri, 18 Oct 2002 23:52:05 +0000 (23:52 +0000)]
must add one to the extra_data size to transfer the 0 string terminator.
This was causing "wbinfo --sequence" to access past the end of malloced
memory.
(This used to be commit 4125c582aaf86ee5d92b0c800266543a390aefce)

21 years agoDon't encourage people to use -P - it's obsolete
Jelmer Vernooij [Fri, 18 Oct 2002 23:27:49 +0000 (23:27 +0000)]
Don't encourage people to use -P - it's obsolete
(This used to be commit 59ecac901a231383bd4cacb326724f786e3d7244)

21 years agoIt seems that I'm meant to be using the helper function here, not the struct
Andrew Bartlett [Fri, 18 Oct 2002 22:27:55 +0000 (22:27 +0000)]
It seems that I'm meant to be using the helper function here, not the struct
directly...

Andrew Bartlett
(This used to be commit 0abeb8725e8ea53a468d6004457bb7fa89a0f8b2)

21 years agoDocument parameters that have been added in 3.0
Jelmer Vernooij [Fri, 18 Oct 2002 22:16:08 +0000 (22:16 +0000)]
Document parameters that have been added in 3.0
(This used to be commit 1fb6353c39439220465fcce7950511c63e31ea44)

21 years agoUpdate for 3.0 (document -B, -s, -n options). Is now current
Jelmer Vernooij [Fri, 18 Oct 2002 21:43:31 +0000 (21:43 +0000)]
Update for 3.0 (document -B, -s, -n options). Is now current
(This used to be commit 9f388e15b0bef1590c5605f8d7cdeac7c82cd64f)

21 years agosmb.conf.5 is completely up-to-date for 3.0 now. Say so in the VERSION section
Jelmer Vernooij [Fri, 18 Oct 2002 21:14:55 +0000 (21:14 +0000)]
smb.conf.5 is completely up-to-date for 3.0 now. Say so in the VERSION section
(This used to be commit 28fb5f00c0683ed7af6ea05ac5e005215ad7a7c7)

21 years agoTry to put some questions from the mailinglist in
Jelmer Vernooij [Fri, 18 Oct 2002 21:01:42 +0000 (21:01 +0000)]
Try to put some questions from the mailinglist in
(This used to be commit 1bf8ca3c89b5cbbc329f34971d5d2541d3b0265c)

21 years agoAdd FAQ 'I have set 'force user' and samba still makes 'root' the owner of all the...
Jelmer Vernooij [Fri, 18 Oct 2002 20:36:43 +0000 (20:36 +0000)]
Add FAQ 'I have set 'force user' and samba still makes 'root' the owner of all the files I touch!'
(This used to be commit e8d7f8eb43e299cbe7f46c91e2040e9d74d693e2)

21 years agoDocument %D. Make a difference between sub_basic and sub_advanced substitutions
Jelmer Vernooij [Fri, 18 Oct 2002 20:31:13 +0000 (20:31 +0000)]
Document %D. Make a difference between sub_basic and sub_advanced substitutions
(This used to be commit 7fe52d378d7e4ce6381be3544d865088a7659009)

21 years agoFormat objectGUIDs on ads dumps.
Jim McDonough [Fri, 18 Oct 2002 20:11:29 +0000 (20:11 +0000)]
Format objectGUIDs on ads dumps.
(This used to be commit 7eaf7e7115c75e682b1b9368c6f28c60429885e5)

21 years agoStart to merge the new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>.
Jeremy Allison [Fri, 18 Oct 2002 19:46:28 +0000 (19:46 +0000)]
Start to merge the new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>.
Jeremy.
(This used to be commit f6103f866a5e698ab55fdab1444a14e3d8da16bb)

21 years agoAdd note to HP-UX: use gcc or HP's ansi C compiler and not the freely supplied C...
Jelmer Vernooij [Fri, 18 Oct 2002 18:30:49 +0000 (18:30 +0000)]
Add note to HP-UX: use gcc or HP's ansi C compiler and not the freely supplied C compiler
(which isn't ansi C compatible)
(This used to be commit 853558151e0d26a98bf9278b664f98987f17813e)

21 years agoNULL enum_local_groups for ads winbindd (temporary workaround).
Gerald Carter [Fri, 18 Oct 2002 17:42:41 +0000 (17:42 +0000)]
NULL enum_local_groups for ads winbindd (temporary workaround).
(This used to be commit 06eea39abdb49d9d547707dcb170c988d7276c1d)

21 years agoAdd extra parm to cli_full_connection call. Tim, you should probably look at this.
Jim McDonough [Fri, 18 Oct 2002 17:29:20 +0000 (17:29 +0000)]
Add extra parm to cli_full_connection call.  Tim, you should probably look at this.
(This used to be commit a9f632ed5d3d033849c25efac419b21e830c5069)

21 years agoRemove note about the howto being in 'htmldocs' - this notice has
Jelmer Vernooij [Fri, 18 Oct 2002 15:54:02 +0000 (15:54 +0000)]
Remove note about the howto being in 'htmldocs' - this notice has
been in since 2.2 so people should know by now...
(This used to be commit 744615f13f591b334fe85d4285ffbaa11419755c)

21 years agoFix build. Extra parm was added to cli_full_connection, but not in locktest2.c.
Jim McDonough [Fri, 18 Oct 2002 15:09:17 +0000 (15:09 +0000)]
Fix build.  Extra parm was added to cli_full_connection, but not in locktest2.c.
(This used to be commit 51e0f5c2dd469c59a41822dbda293e59794a7dc4)

21 years agoAdded new error codes. Fix up connection code to retry in the same way
Jeremy Allison [Thu, 17 Oct 2002 17:10:29 +0000 (17:10 +0000)]
Added new error codes. Fix up connection code to retry in the same way
that app-head does.
Jeremy.
(This used to be commit b521abd86b10573ca8f9116907c81e6deb55f049)

21 years agoRevert changes
Volker Lendecke [Thu, 17 Oct 2002 08:12:20 +0000 (08:12 +0000)]
Revert changes
(This used to be commit 975fd17f8af0f03f43995deb3fdd9bd5995a1c92)

21 years agoRevert changes
Volker Lendecke [Thu, 17 Oct 2002 07:08:43 +0000 (07:08 +0000)]
Revert changes
(This used to be commit 84b62f6d96a77ccbc1b4475ab0780a4e4c9d4875)