Jelmer Vernooij
89114dd5d7
These utilities are not in HEAD
...
(This used to be commit aacdde1fcb02bf4982e8175f6dcc8ea8912d3efd)
2002-10-15 20:56:37 +00:00
Jelmer Vernooij
0a12f1af0b
make_smbcodepage and make_unicodemap are gone in HEAD
...
(This used to be commit ef40bde4344a19fcc61d6d1719c1c87970445139)
2002-10-15 20:53:27 +00:00
Jelmer Vernooij
03a709902c
Add info on chpass on *BSD systems (thanks Krzysztof Kowalik <kkowalik@uci.agh.edu.pl>)
...
(This used to be commit 5a81ac79dbf40eee3c506cd11d473a1fcfd38df0)
2002-10-15 20:13:43 +00:00
Jelmer Vernooij
ca5759f796
make html
...
(This used to be commit 39034207567c363a257f0aebd8ef22f15d98f451)
2002-10-15 18:14:31 +00:00
Jelmer Vernooij
af73334255
Convert BROWSING-Config.txt to SGML
...
(This used to be commit 0b34832e33fbd81cec88730d671ca91abe6cc382)
2002-10-15 18:02:23 +00:00
Andrew Tridgell
5139da0bc6
fixed a crash bug on 64 bit systems. Thanks to Anton Blanchard for
...
finding this.
(This used to be commit 4ba8608020123a52432e5afaa914e290e4ce8cbf)
2002-10-15 05:40:24 +00:00
Gerald Carter
30acf331a9
merge from app_head to use GMT in job submission notification
...
(This used to be commit b130c681d2e8e6dcabe8cfd85dd718a294b04233)
2002-10-15 00:28:04 +00:00
Tim Potter
664a9bde0e
Tidyup of file specific access mask bits.
...
Added directory specific access mask bits.
(This used to be commit edbd942a8d0edcb5e7cc3086c3d98c6ff1d6cd80)
2002-10-14 22:57:59 +00:00
Jelmer Vernooij
fe0d3de7f2
Don't use SAM FLAGS from smb.h since they're gone - patch from metze
...
(This used to be commit 82a0abf4c84ddd0672b3c5ea4ba9759abd6778c6)
2002-10-14 21:40:45 +00:00
Volker Lendecke
4d0a35c55e
In my test, sync_context simply has to be incremented. Can
...
somebody with a large domain do a net rpc samdump to verify this?
Without this change, I don't get everything from a NT4 SP1 and SP6
PDC.
Volker
(This used to be commit f6a9180a5ff62932de0d4f890092b0d8281e9d6e)
2002-10-14 12:09:13 +00:00
Andrew Bartlett
4ac9ccfde4
Nice *big* patch from metze.
...
The actual design change is relitivly small however:
It all goes back to jerry's 'BOOL store', added to many of the elements in a
SAM_ACCOUNT. This ensured that smb.conf defaults did not get 'fixed' into
ldap. This was a great win for admins, and this patch follows in the same way.
This patch extends the concept - we don't store values back into LDAP unless
they have been changed. So if we read a value, but don't update it, or we
read a value, find it's not there and use a default, we will not update
ldap with that value. This reduced clutter in our LDAP DB, and makes it
easier to change defaults later on.
Metze's particular problem was that when we 'write back' an unchanged value,
we would clear any muliple values in that feild. Now he can still have his
mulitivalued 'uid' feild, without Samba changing it for *every* other
operation.
This also applies to many other attributes, and helps to eliminate a nasty
race condition. (Time between get and set)
This patch is big, and needs more testing, but metze has tested usrmgr, and
I've fixed some pdbedit bugs, and tested domain joins, so it isn't compleatly
flawed ;-).
The same system will be introduced into the SAM code shortly, but this fixes
bugs that people were coming across in production uses of Samba 3.0/HEAD, hence
it's inclusion here.
Andrew Bartlett
(This used to be commit 7f237bde212eb188df84a5d8adb598a93fba8155)
2002-10-12 03:38:07 +00:00
Andrew Bartlett
4920d21922
We already set LDAPv3 at connect time, no need to set it again.
...
(This used to be commit c8e32d485bf205b6965579f94063effd86777f3f)
2002-10-12 00:59:21 +00:00
Jeremy Allison
24d8333c72
Turns out with Win9x, we could occasionally return from unix_convert() given
...
a mangled name without a valid stat struct if the file existed. This would
then cause open_file_shared1() to erroneously think the file open was new,
thus not check for oplock break, thus causing a spurious EAGAIN reply to
the open on a file we already had kernel oplocked.... (phew - that was fun
to track down :-).
Jeremy.
(This used to be commit e23210e4732163e7f005b320235c20c814b41972)
2002-10-11 01:17:41 +00:00
Jeremy Allison
ac71311ff2
Added "unknown info level".
...
Jeremy.
(This used to be commit afecd1aa52b98f123b226ff172d5ef5768cbb44f)
2002-10-09 22:50:10 +00:00
Jeremy Allison
447b4a742e
Use memmove when copies can overlap. Spotted by SUGIOKA Toshinobu <sugioka@itonet.co.jp>.
...
Jeremy.
(This used to be commit 71768c488e9b498e8cc77a1cfce0fab873e36068)
2002-10-09 19:46:19 +00:00
Gerald Carter
a92bf85234
print job properties fix from APP_HEAD. a null devmode is not a failure.
...
(This used to be commit b507dba452ecbd96ec95242f761501d0c5e0d7b5)
2002-10-09 18:54:20 +00:00
Gerald Carter
278744478b
removed stat() call in lp_add_home()
...
(This used to be commit 07c7048aa4ef37f1b7af228ede391ab16503d9a1)
2002-10-09 17:44:02 +00:00
Gerald Carter
01da7d5617
add_printer_hook() fix from APP_HEAD
...
(This used to be commit 94201672a5c3cffd145e9f04a3ddd0d17a57e73b)
2002-10-09 17:00:04 +00:00
Jelmer Vernooij
ed07b61c6e
Distclean should remove scripts/findsmb (patch from metze)
...
(This used to be commit e2f9ac5032895f9087707cd9e690fcaf9647562a)
2002-10-09 12:01:24 +00:00
Gerald Carter
876afb5d0f
merge from APP_HEAD
...
* s/driverlocation/comment
* detect native mode domain and enumerate local groups
Also
* Added sendfile stats from SAMBA_2_2
(This used to be commit 764b58e2c0b3179cffe157c0ab58761b156b8423)
2002-10-08 18:29:57 +00:00
Jeremy Allison
5bf57880e7
Ensure we register the 1c name on the unicast subnet.
...
Jeremy.
(This used to be commit ca6146c2d345902446665ebfa88f78a06eb58831)
2002-10-08 18:24:12 +00:00
Volker Lendecke
0672da5c43
Third part of my fix for usrmgr. Assuming automagic mapping
...
only in parts of srv_samr_nt is not good.
This is soo broken. :-)
Volker
(This used to be commit 74e4a3479f380b320daa0d46c0ba4daa9f98c18f)
2002-10-08 15:29:13 +00:00
Jeremy Allison
9727da3260
Fix based on Jim McDonough's code for ACL inheritance problem.
...
Jeremy.
(This used to be commit a6b3acfc7b98066de6f4b0b6044772a4d56795cd)
2002-10-08 00:19:56 +00:00
Richard Sharpe
edff14b075
Fix John's little typo ...
...
(This used to be commit 0c8e8a162092aa20a70cadf570f14183ac83c175)
2002-10-07 21:37:37 +00:00
John Terpstra
c63f6a95ae
Fix ability to locate if we are a WINS client.
...
(This used to be commit f896232cffb398ff4fef0b39966b55a049173c60)
2002-10-07 18:48:57 +00:00
Jeremy Allison
c983424abb
Fix from Andreas Gruenbacher <agruen@suse.de> to prevent ACL set on read-only
...
share.
Jeremy.
(This used to be commit 80d30dbfec03d1d1e82c9e177ff66aa44b4ea993)
2002-10-07 18:06:17 +00:00
Simo Sorce
7740814865
forgot some bits from previous rpc_secdesc.h rework patch
...
(This used to be commit 738b9237eda8fdb8adb534ab1a84070923f352f1)
2002-10-07 15:51:21 +00:00
Simo Sorce
650e0274a1
try to put every security descriptors related definitions in the same file.
...
also try to uniform names to a clean scheme.
first part.
(This used to be commit a123e05877caf90c28980be2d84b1d0b46e4fd21)
2002-10-06 23:53:34 +00:00
Richard Sharpe
76d111aed1
Fix a small mistake.
...
(This used to be commit 12c49861fd21fb57ba38537c73a6576ca034913a)
2002-10-05 20:29:59 +00:00
Jelmer Vernooij
272fee5809
Update popt help message and use popt-common
...
(This used to be commit 821b27037b991e143b87f0f1c7186c9a403376f0)
2002-10-05 16:45:54 +00:00
Jelmer Vernooij
222075ee27
Don't use usage function, but use popt for usage and help info
...
(This used to be commit a0e0f3b293a71ee6a7bb0edb626c5e16cb803830)
2002-10-05 16:10:36 +00:00
Gerald Carter
0040de451e
missing prs_align()'s
...
(This used to be commit f149a5a54722fe05c8e30cb217cc72cec6f34e18)
2002-10-05 13:20:06 +00:00
John Terpstra
496c836576
Removed Fax document no longer extant.
...
(This used to be commit 4e2a129ac1b5da7ea1420926f57588b2c4344775)
2002-10-05 07:45:57 +00:00
Jelmer Vernooij
11c0d03b5f
Use popt_common and use popt for showing help info
...
(This used to be commit de9ea4ee6b3a939044d84f43ce14f10dd16341ce)
2002-10-05 07:11:42 +00:00
Richard Sharpe
4506f260fb
Push Steve Langasek's fix ...
...
(This used to be commit 0325b938f5b3d1c592da666b43c7b20dcc7ba5eb)
2002-10-05 06:50:43 +00:00
Jelmer Vernooij
7ee8de012b
Add more common options to popt_common - and start using
...
the ones for debuglevel and configuration file in pdbedit
(This used to be commit cb0d03a393d9009c3e16b9d05d88c171de9a9414)
2002-10-05 05:43:44 +00:00
Jeremy Allison
f86f4a4b66
Turn on sendfile detection by default in HEAD and 3.0.
...
Jeremy.
(This used to be commit 6a9d0c9bdd57c135c4565da829b2fa4f44874a6d)
2002-10-05 00:41:16 +00:00
Jeremy Allison
9c94d1a2f7
Add a timeout to tdb_lock_bystring(). Ensure we never have more than
...
MAX_PRINT_JOBS in a queue.
Jeremy.
(This used to be commit bb58a08af459b4abae9d53ab98c15f40638ce52b)
2002-10-04 22:53:30 +00:00
Gerald Carter
fac6a13fd3
fix typo
...
(This used to be commit 38a956c79bbdb5e1eedfcb1cf3ad4f7c906d0cf7)
2002-10-04 21:46:27 +00:00
Gerald Carter
d2eae2a299
merge native_mode flag in winbindd_domain struct from app-head
...
(This used to be commit dd948a302ad6bd4307ecdfb10510e12185150eae)
2002-10-04 21:39:09 +00:00
Jelmer Vernooij
f7832e935f
Remove useless spaces - this broke make proto
...
(This used to be commit 0341fb45829c5d13a7e02daaa9b960fdff492323)
2002-10-04 20:14:41 +00:00
Gerald Carter
d2ea6d5ae7
merge of working dsrolegetprimdominfo() client code from APP_HEAD
...
(This used to be commit f70caa25e4ee198151b915cf2bc0a26b2d0e243d)
2002-10-04 19:11:36 +00:00
Jelmer Vernooij
ceaeb3ef90
Remove README.DCEDFS as it doesn't contain useful info for developers nor users but only about the
...
state DCE/DFS was in for samba 1.9.13
(This used to be commit 69c402f375818314e7e335abc52f566c037d16cb)
2002-10-04 18:35:15 +00:00
Jelmer Vernooij
972336ebec
Convert even more text docs
...
(This used to be commit cde5cd455ca48fde7eeb7cea84b061ef3be58e23)
2002-10-04 18:18:45 +00:00
Jelmer Vernooij
7f58076bf7
Convert README.Win32-Viruses DHCP-Server-Configuration and Faxing to SGML...
...
(This used to be commit 68a18e1a9ea44d7f0d84de5a23eef9d9a7568cbc)
2002-10-04 18:02:51 +00:00
Jelmer Vernooij
2f57636fcf
Move Recent-FAQ's to the new SGML FAQ
...
(This used to be commit 8a15a8c195285550be55bac63f7508bf34b36411)
2002-10-04 17:20:45 +00:00
Jelmer Vernooij
42efc1092d
Convert GOTCHAS to SGML
...
(This used to be commit c48207ef0e219680d4e4102256c76189aaf73ebc)
2002-10-04 16:36:40 +00:00
Jelmer Vernooij
502a960354
Move Application_Serving.txt to FAQ question "How to use a samba share as a administrative share for MS Office, etc?"
...
(This used to be commit 5e96448348d3db232a9a9f273a16dcfc4f69aaab)
2002-10-04 16:11:31 +00:00
Jelmer Vernooij
6f8a1c2041
Split up faq in smaller files
...
(This used to be commit 5129c40c8391f6cc52b3b8382ec9a72bf1c8d097)
2002-10-04 16:05:11 +00:00
Andrew Tridgell
aadae4f84a
only set UF_USE_DES_KEY_ONLY if we are using krb5 libraries that can't
...
do type 23
(This used to be commit c0612272e8eea3d741854c0b4834bc687d787218)
2002-10-04 07:47:42 +00:00