Jelmer Vernooij
1a03a47249
Only add modules/pdb_xml.so and modules/pdb_mysql.so to the 'modules' target if
...
the libs they depend on are available
(This used to be commit 018a44055d6a8435528279523567f9a86b2f3069)
2002-11-13 13:33:02 +00:00
Jelmer Vernooij
34cd7f1840
Don't build Makefile.in in examples/VFS/
...
(This used to be commit 98cb778cb7d48dd545b5dcf395567defd0198f86)
2002-11-13 13:23:02 +00:00
Jelmer Vernooij
828df6be66
Add make target 'modules' that currently builds vfs_audit, vfs_recycle and vfs_netatalk
...
(This used to be commit 4c05cbbe7434c9d43f561f3be27c0283fa754ab0)
2002-11-13 13:19:24 +00:00
Jelmer Vernooij
861bbd3c28
Move working VFS modules to source/modules/
...
(This used to be commit 14b129e301c94ccf47b9105bda1bd9d142feb1b5)
2002-11-13 13:11:04 +00:00
Jelmer Vernooij
0c4357e928
Move VFS documentation to the HOWTO collection
...
(This used to be commit b8c7ce0381e857c2de5658b25e917622ebea954e)
2002-11-13 13:08:56 +00:00
Jelmer Vernooij
d77a6ea8a4
Move VFS documentation to SGML
...
(This used to be commit cf9c1c2584743a059c2d266158d4e8280aaeba8a)
2002-11-13 13:04:16 +00:00
Andrew Bartlett
2b41c63b61
Try to bring libsmbclient in line with the new global_myname stuff
...
(This used to be commit e424b08050b44b1b52abd2af76b1b4dc8b100095)
2002-11-13 06:38:33 +00:00
Andrew Bartlett
6de53c6756
Undo the new --enable-developer flags that caused breakage on gcc != 3.2, and
...
rerun autoconf
(This used to be commit 6da20cd7638b5e36af080a4b8ae8880035fe684b)
2002-11-13 04:14:21 +00:00
Jeremy Allison
2bd37f8565
Sorry Jim we can't assign to global_xxx(), we need to call set_global_xxx()
...
to ensure the malloc is done.
Jeremy.
(This used to be commit e57853000aacc61ba3c73907a7afb85385b378c3)
2002-11-13 02:21:55 +00:00
Jim McDonough
c8d96f887d
Bring smbmount.c in line with jra's global-cide. global_scope was used here...
...
(This used to be commit 5170a9f7ffac93c619358353834bc3024a6746d2)
2002-11-13 01:54:44 +00:00
Andrew Bartlett
db7377977c
- Add some more warning flags for --enable-developer.
...
- patch from SUSE for hiemdal headers in /usr/include/heimdal
(This used to be commit 1dbc9eff149ca976ff5edb5c256fa2fe6b409617)
2002-11-13 01:22:25 +00:00
Jeremy Allison
250c980119
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
...
dashes of const. This is a rather large check-in, some things may break.
It does compile though :-).
Jeremy.
(This used to be commit 82b8f749a36b42e22186297482aad2abb04fab8a)
2002-11-12 23:15:52 +00:00
Martin Pool
477025a6f6
Rename unpack_* functions to be consistent
...
Decode CP850 strings when unpacking
Add variable giving default encoding name
(This used to be commit 8cbaea2afa6faca80eced70d625359165afaa10c)
2002-11-12 22:23:36 +00:00
Martin Pool
9b7c4c1c81
Rename pytdbpack_unpack -> pytdbunpack
...
(This used to be commit e62baf3a76e0e4f642e542812868db614632de00)
2002-11-12 22:08:59 +00:00
Martin Pool
5d3bc0bc83
Just reorder functions to put related ones together
...
(This used to be commit 7863c948b73785e49d04227e87d8b4b47fd61f58)
2002-11-12 22:07:11 +00:00
Martin Pool
664a5061e0
Remove dead code for packing buffers which has now been reimplemented.
...
(This used to be commit 001779dffd18e1f6a83496c94ead185d4bb42204)
2002-11-12 22:00:57 +00:00
Martin Pool
7031a02c01
Remove dead code for packing buffers which has now been reimplemented.
...
(This used to be commit 62ca27d140d55cbb271b97624023540ae7c18882)
2002-11-12 21:42:36 +00:00
Martin Pool
cf671ca0df
Remove non-integer Pointer values, which are no longer supported.
...
(This used to be commit 4a18526257ec4582679efa7a21d0b31ad07992fb)
2002-11-12 21:40:37 +00:00
Jelmer Vernooij
b6f84a37a9
Don't throw out WEIRD - yet (I committed my local changes together with my last fix. D'oh!)
...
(This used to be commit 5191719eeec7062118da2be3aefe35d065e97900)
2002-11-12 18:11:00 +00:00
Jelmer Vernooij
7b8697dccb
Fix segfault with high debug levels
...
(This used to be commit a20676bc05f50bb89a55e67efef579eaaeac3f72)
2002-11-12 18:07:51 +00:00
Jelmer Vernooij
a3ccf4ae6d
Add smb_register_charset() and use it
...
(This used to be commit 8b654658759a145c5c8aabb3c82220a70f70c3f7)
2002-11-12 15:18:12 +00:00
Jeremy Allison
0e8dc732ae
Fix all returns to be size_t (they are all unsigned). Fixup strlen being
...
done on ucs2 strings.
Jeremy.
(This used to be commit 205e8f03015dd533ae62753f2098505f1231e3e4)
2002-11-11 22:12:48 +00:00
Gerald Carter
b0f9f11f5f
fix for CR 601. Only call addprinter command when the port, driver, comment, or location field changed
...
(This used to be commit c6d45216f6d3573fb2342f4d3aa3a50415924674)
2002-11-11 22:05:05 +00:00
Jelmer Vernooij
6ff60f301e
fix typo(s/plaintext pass column/plain pass column/)
...
(This used to be commit 411647ecfbfbb17e46ea2289a09e77a2fbb1162f)
2002-11-11 19:20:23 +00:00
Jelmer Vernooij
52b0efec1a
More improvement of DEBUG output
...
(This used to be commit 21530f06b2b89d159657646fe15e16a3fcfdb668)
2002-11-11 18:53:23 +00:00
Jelmer Vernooij
624a4fc009
Add extra debug info
...
(This used to be commit 79207d56929de2acc15a761b23c8b33369c298ee)
2002-11-11 18:41:28 +00:00
Jim McDonough
3eb60559d8
Add getdata and getdataex commands
...
(This used to be commit 101727335fffd4011659bfa9f7f8ab24b641fc4e)
2002-11-11 15:41:04 +00:00
Jelmer Vernooij
bd4ed6eea0
Fix typo
...
(This used to be commit 9b469a2aca6de79a5940769b56d15d22e471b2b5)
2002-11-11 13:49:25 +00:00
Jelmer Vernooij
72b9b48904
Add note about error that happens when the loopback device doesn't work
...
(This used to be commit 377631b3a07c0fb52e4374cc2484e7852d81a84e)
2002-11-11 13:29:46 +00:00
Simo Sorce
4d8d3ce321
union is better to avoid problems with pointers
...
(This used to be commit 1645567db3e85151c139115fdc1238149ccf33a2)
2002-11-11 09:01:24 +00:00
Jeremy Allison
7f94064e4a
First cut of fix for changenotify on a print server handle. Use the connections tdb
...
with an snum of -1 and a special printername.
Jeremy.
(This used to be commit 940b04ddfa87acc939911e3fe76496e3c4675632)
2002-11-10 22:24:10 +00:00
Jelmer Vernooij
9d7cd66431
Print the number of returned rows, not the number of fields
...
(This used to be commit f4110a0f80a4f62d548b6d6cae81692476ef85ba)
2002-11-10 16:29:50 +00:00
Jelmer Vernooij
fc89832192
Add $(POPT_LIB_OBJ) to PROTO_OBJ
...
(This used to be commit ba34be7033bced52eabf4e0b367a32a5196ef127)
2002-11-10 16:01:04 +00:00
Jelmer Vernooij
c9bd108a81
Add example for MySQL
...
(This used to be commit de136d294fce59bdc4d0a65d35071c2837ef92a5)
2002-11-10 12:07:54 +00:00
Simo Sorce
10968f47cf
consolidate error mapping functions into a single file
...
(This used to be commit 80086728f2b0d5d56a8ed9e427cba36898d68fc7)
2002-11-10 04:16:59 +00:00
Jeremy Allison
f4fb10c622
Fix for scalable printing noticed by tpot. Don't loop infinately
...
when holding a mutex.... :-).
Jeremy.
(This used to be commit c206643baaae64cef38f2f74e46337d35a489ca9)
2002-11-10 03:00:28 +00:00
Andrew Tridgell
0026d5fb68
make sure we don't try to decode any null password buffers during a
...
SAM sync. This copes with both unset passwords from NT4 DCs and the
null passwords you get from w2k domains.
(This used to be commit 20c1cd86aca8040c1fe7497b84bb546526676e48)
2002-11-10 02:16:43 +00:00
Andrew Tridgell
a46d452926
make sure that if kerberos fails we can fall back on NTLMSSP for SASL
...
(This used to be commit 69dba08c40c9739137b4f01d38be5228edc6dd6e)
2002-11-10 00:35:04 +00:00
Andrew Bartlett
a0dd6128bf
Kill append_log from smbmount (thanks vance for reminding me).
...
Andrew Bartlett
(This used to be commit 7501b2a51835bae005d2ac015c3a428eaadce032)
2002-11-09 23:17:01 +00:00
Jim McDonough
bf89d62259
Add net help join text, from Steve Langasek.
...
Also update the other commands to his correct example of [<method>], since
it is optional.
Thanks, Steve.
(This used to be commit 9fc12e6cb23aa34b2542252b2a05d8a17b8172ce)
2002-11-09 17:59:24 +00:00
Gerald Carter
4be3750d8e
deldriver fix
...
(This used to be commit f20de1f9b0dcac15fbf968e6d5d5af2fdd5fbda1)
2002-11-09 14:48:27 +00:00
Gerald Carter
b3f55b37a0
re-enable ffpcn on print server handle
...
(This used to be commit e87829b4942237de542d21051092fee069a9c73d)
2002-11-09 05:41:27 +00:00
Gerald Carter
5d81628512
remove accidental debug code..
...
(This used to be commit d422a51b3a076b6398f7b755d16319d9e7c48c75)
2002-11-09 04:37:07 +00:00
Jeremy Allison
5a21d8021a
Fix bug found by tpot with given password server.
...
Jeremy.
(This used to be commit 90ac8184a0ae1f702d39f947ef5267765f3d2f88)
2002-11-09 03:57:28 +00:00
Jeremy Allison
02c58f3fb9
Add chainlock_read functions to get a read lock. Used in *massively*
...
contended tdb's (and I've got one :-).
Jeremy.
(This used to be commit 064fa201ab73f476a168c40c2b227507e7342ec4)
2002-11-09 03:37:01 +00:00
Andrew Bartlett
8ce292d96f
Fix bug where not specifying '-S PDC' in 'net join' would cause it to attempt
...
to contact a random IP address.
Andrew Bartlett
(This used to be commit e6837a85605f258da1fa9ac7ad329bc62392f29a)
2002-11-09 02:36:47 +00:00
Martin Pool
5fabbb0573
Rewrite all the packing stuff so that it converts 'f' strings to CP850
...
on encoding. (Tough luck if your Samba codepage is not 850.) It's
much cleaner and possibly more efficient now too: just build one big
list of strings, then zip it up at the end.
Still need to do this for unpacking.
(This used to be commit 2480d385db0527b71cc5cd23c4fab4655df84485)
2002-11-09 01:47:54 +00:00
Gerald Carter
cc9b6ef9ca
defunct winbindd fix from APP_HEAD
...
(This used to be commit 488e985caa0b0e3e2a6665eb2515a2c99745d861)
2002-11-08 23:46:45 +00:00
Andrew Bartlett
c501ac2bfa
Compleatly remove support for logfile truncation. All logs are opened for
...
append writes.
(blessed by jra)
Andrew Bartlett
(This used to be commit 81633064dd196c40541ecece8def51745f514646)
2002-11-08 23:05:34 +00:00
Andrew Bartlett
48b32cd865
Make smbpasswd use the group mapping, and fix spelling in ldapsam.
...
This gets user mangler for doamins working again.
Andrew Bartlett
(This used to be commit 205209f77f154a2a5d5f7a255194d7953860a4db)
2002-11-08 22:15:34 +00:00