Andrew Bartlett
34b8f0b33d
Allow user to specify CFLAGS even when using configure.developer
...
Andrew Bartlett
(This used to be commit 8452300c769b2b046fc4b2fd078e7da0b93cd316)
2001-07-05 12:28:01 +00:00
Andrew Tridgell
ca3b64fca4
removed an unreachable statement
...
(This used to be commit 6503f53abe2642b002d8c9c64a2e0534c2b39b8c)
2001-07-05 11:46:36 +00:00
Andrew Bartlett
9fa590b832
Allow us to vary the log-level, so we can run at level 1 normally,
...
and push it to 10 when we fail (we redo the test).
Also disable the server-level security testing till it know what it does
Andrew Bartlett
(This used to be commit 805c20452e98c5e3d3fb24537ce722d4318ffa90)
2001-07-05 11:34:50 +00:00
Andrew Tridgell
c9291d02c1
this fixes the failure of MS office on VFAT partitions on Linux
...
The problem is that ftruncate can't expand on VFAT, but it can on
ext2. That means our autoconf test is useless. I have recoded it to
use the alternative to ftruncate when then sys_ftruncate fails.
Jeremy, do you want this for 2.2.1?
(This used to be commit 970236ee9926b64c0b39bd8a36b2a9317206873c)
2001-07-05 10:33:10 +00:00
Tim Potter
005582d1b5
Renamed formal parameter fd to fnum because we're talking about SMB file
...
handles, not unix ones.
(This used to be commit 974790e45e6774a0e8ca3f8bb73ea941457e0866)
2001-07-05 08:24:03 +00:00
Andrew Tridgell
9c743f9b8b
added line-feed at end of templates
...
(This used to be commit fe5d38780fe2998576ed0ddbec6996d32cbda4a1)
2001-07-05 06:51:47 +00:00
Andrew Tridgell
8ffcec213e
fixed a bug in the parameters SMBctemp uses in open_file_shared()
...
(This used to be commit a1dee993cbf52e7232b65323430c8574843eb168)
2001-07-05 06:39:15 +00:00
Andrew Tridgell
6668abac5e
fixed compilation of masktest on AIX
...
(This used to be commit 832a91bbe643ba816407965863b8fa3bb5b8730c)
2001-07-05 05:53:08 +00:00
Andrew Tridgell
61e6d867c4
use alpha_strcpy on DNS names
...
(This used to be commit f6f9e95dd9254c6aad19d4fa1ff891bfa33070b6)
2001-07-05 04:44:09 +00:00
Andrew Tridgell
55bd0867d8
use alpha_strcpy on the domain as it comes off the wire
...
(This used to be commit 3b9eb528f56b325399e5a4588242bb6d9f9226e2)
2001-07-05 04:34:50 +00:00
Andrew Tridgell
fb50cf54e5
optimised the 7 bit case for utf8 conversion
...
(This used to be commit 0c61e54f152eca6b7607fcce9ea512bc60a19060)
2001-07-05 00:57:42 +00:00
Andrew Tridgell
ee3119cee6
make sure we reset the shift state on error for charsets like SJIS
...
(This used to be commit 42648a7aada48220fdfaf6acfe95b9614122f1da)
2001-07-05 00:04:30 +00:00
Jean-François Micouleau
6b97f76be8
allow to use usrmgr/svrmgr tools in win95
...
pretty cool
(This used to be commit 04575ff17b9b5fe802e66bb8dd1948317ab35485)
2001-07-04 21:57:03 +00:00
Jean-François Micouleau
0a33bdc7bd
unicode string length is twice longer ;-)
...
(This used to be commit d39d8429d1cb8a976022ae92a1ce551f7d876aff)
2001-07-04 18:57:16 +00:00
Andrew Tridgell
22325f6fdb
added builtin support for UTF8
...
(This used to be commit 76d83e7f704cf016308dccaad9bc42d57db97686)
2001-07-04 15:08:30 +00:00
Andrew Tridgell
681c3100ed
more portability fixes
...
(This used to be commit bf818268516cfbebcdeacbb0528395e9bbb8e442)
2001-07-04 14:41:06 +00:00
Andrew Tridgell
33b550e47b
portability fixes
...
(This used to be commit 7a5c24c219d8b19f2c3cd11fdde3ebcede0646a2)
2001-07-04 12:16:24 +00:00
Andrew Tridgell
f51260a65e
got rid of __FUNCTION__ debug
...
(This used to be commit 815ca752744c2ae93390445f4bb6532d396bbc59)
2001-07-04 08:03:47 +00:00
Andrew Tridgell
0225d0c26d
fixed uninitialised variable
...
(This used to be commit a03992f19b268ca212ada5869c6fc93da5ac3c35)
2001-07-04 07:50:54 +00:00
Andrew Tridgell
749bf905d5
we don't need the codepage sources any more
...
(This used to be commit 8dbee134b99c8f87e6e591ffd52edd1f71c0aaec)
2001-07-04 07:42:57 +00:00
Andrew Tridgell
7e288e8325
we don't need the codepages any more
...
(This used to be commit fa18e842f8f8f7d7f7a0674cdf375b398f655745)
2001-07-04 07:41:37 +00:00
Andrew Tridgell
5a2b87d810
missed a couple of strchr calls
...
(This used to be commit 57e7df8ae58020ab653307c1fdfbadd44983e900)
2001-07-04 07:39:01 +00:00
Andrew Tridgell
527e824293
strchr and strrchr are macros when compiling with optimisation in gcc, so we can't redefine them. damn.
...
(This used to be commit c41fc06376d1a2b83690612304e85010b5e5f3cf)
2001-07-04 07:36:09 +00:00
Andrew Tridgell
87fbb7092b
The big character set handling changeover!
...
This commit gets rid of all our old codepage handling and replaces it with
iconv. All internal strings in Samba are now in "unix" charset, which may
be multi-byte. See internals.doc and my posting to samba-technical for
a more complete explanation.
(This used to be commit debb471267960e56005a741817ebd227ecfc512a)
2001-07-04 07:15:53 +00:00
Andrew Bartlett
9e9e73303e
This brings HEAD into line with SAMBA_2_2, they now both use bindir.
...
Andrew Bartlett
(This used to be commit cfd81e62c81dcb114e2c9f917a01168273bf75b0)
2001-07-04 06:31:15 +00:00
Andrew Tridgell
a594519d28
removed some debug code
...
(This used to be commit 1f6240daae4c5503d6fbb846d89cae986e010fc8)
2001-07-04 04:39:52 +00:00
Andrew Tridgell
59db9bcbf0
check for bad usernames early in session setup
...
(This used to be commit 657836599a847578096696af27cd7c9f0d52c931)
2001-07-04 04:17:58 +00:00
Tim Potter
d972dc06a1
Removed bogus server_n local variable in connect_one() function.
...
(This used to be commit 69d90a8af167d53ebdb6d7aeef41b28b672288d1)
2001-07-04 04:04:17 +00:00
Jeremy Allison
17a0a89c79
Ensure we correctly round down to 2 second boundary if dos filetime
...
set for a share.
Jeremy.
(This used to be commit 8f57233c0f871763bc3657d754c894dbd29ae501)
2001-07-04 01:01:02 +00:00
Jeremy Allison
4a6ef39261
Small warning removal tidyup.
...
Jeremy.
(This used to be commit 5cf7bc582bc2dc4fa7be43d87c81e94f6dd00573)
2001-07-03 22:00:11 +00:00
Jeremy Allison
b96c379dae
Remove the exit_server() calls that stop nmbd linking.
...
Jeremy.
(This used to be commit 110061ff5a0de7a5d7c5ee003d85d4d600c2531c)
2001-07-03 21:32:23 +00:00
Jeremy Allison
c5bcad8385
Fixed warnings and made const-safe so it has the correct prototype.
...
Jeremy.
(This used to be commit e0f6863a1155db5206c103c29dc597d7c297ec11)
2001-07-03 21:07:26 +00:00
Jeremy Allison
7ede14a3a7
Removed the default addition of /include to the directory given in
...
--with-sslinc. Should allow building on RH7.1 when set correctly.
Jeremy.
(This used to be commit 016a97d71aa1ac9de782248c645aecbf22ed647b)
2001-07-03 19:34:18 +00:00
Jeremy Allison
75601664bd
Updated to latest from gnu.org.
...
Jeremy.
(This used to be commit 03e1d4428e6efb3f231cdfc6820fe5039b3ef494)
2001-07-03 18:34:41 +00:00
Jeremy Allison
1b5af57b2f
Added #define of int32 to int for cray. This will almost certainly cause
...
the rpc code to fail on the cray....
Jeremy.
(This used to be commit 33a299a0c42bb7090e2030fb1e5cafdf07346bc6)
2001-07-03 18:33:16 +00:00
Jeremy Allison
0eb28dc851
Fixed incorrect debug parameters for lock_pid.
...
Jeremy.
(This used to be commit 310d2af6b0797cbd4f776b5c6c5b90a5d86b1aa9)
2001-07-03 17:40:43 +00:00
Tim Potter
23d4aec48c
Split pam_winbind out of WINBIND progs so it can be build separately
...
only if --with-pam is specified.
(This used to be commit 3fd2387a952484c27c580c896b6bc1456aa96365)
2001-07-03 06:46:37 +00:00
Andrew Bartlett
983d841e36
See if we can stick to slightly valid C..
...
(With thanks to tpot)
Andrew Bartlett
(This used to be commit e77cfe1379d92d2be4e2895454e14d11311a913d)
2001-07-03 04:29:50 +00:00
Tim Potter
75e33b7803
Fixed incorrect comment for cli_NetServerEnum()
...
(This used to be commit 0a505e50a5059930de6583918f25ef84af53de0e)
2001-07-03 04:09:09 +00:00
Andrew Bartlett
592e237876
Running torture-RANDOMIPC on the build farm doesn't go down as a 'good idea' as its logsfiles are BIG!
...
(This used to be commit bc6160a48282f026845476e632fe365ff2fd63d2)
2001-07-03 04:06:10 +00:00
Andrew Tridgell
b470d157cd
fixed socketpair_tcp for OpenBSD
...
(This used to be commit d99ce6a5e3455ed38ca3c1ac676b5048edf8c706)
2001-07-03 03:56:49 +00:00
Tim Potter
f97323dc9a
Reran autoconf.
...
(This used to be commit 547d63c60a9c0588d5263d5c0384e0198aa18be9)
2001-07-03 02:46:50 +00:00
Tim Potter
8f186886aa
Fixed quoting bug - shell programming sucks.
...
(This used to be commit 60d42618416295a8fc25a461a8b4783bb219d6a7)
2001-07-03 02:27:17 +00:00
Jeremy Allison
eae35e8f00
Adding Michael Sweet's LSB packaging.
...
Jeremy.
(This used to be commit 90985da62f733bed550ef326359bdbb8631ea554)
2001-07-03 01:01:12 +00:00
Simo Sorce
9b70d328cb
- sorry, forgot to check a pointer
...
(This used to be commit 4e0299d4c091bc4a63740f12588675507601e8cd)
2001-07-03 00:54:55 +00:00
Jeremy Allison
6daea198a8
Applied Michael Sweet's patch, with one minor signal change.
...
Jeremy.
(This used to be commit 8d1dab74c26d25938de14b34b383890731e9ebd0)
2001-07-03 00:52:56 +00:00
Simo Sorce
89ee12d373
- sorry, forgot to test a pointer
...
(This used to be commit 1aef52245229741bc24c3e8147fa86eaa20fe9b2)
2001-07-03 00:23:38 +00:00
Jeremy Allison
d6d9375efd
Made talloc_realloc() semantics match realloc(). JF was complaining :-).
...
realloc(NULL) == malloc. realloc(p,0) == free() - a no-op in talloc.
Jeremy.
(This used to be commit 1ab31e5db53bc839d2785cce4d3c739c8004bbf6)
2001-07-02 22:17:58 +00:00
Jeremy Allison
6780f050e1
Missing prs_align() was causing Win9x nexus tools to fail. security_info_sent
...
was being miss-parsed.
Jeremy.
(This used to be commit 1685e41da04f1fbbab036e194ce1b1e7ba9fef86)
2001-07-02 21:56:20 +00:00
Jeremy Allison
3d90180af4
Fixed auto-alloc of dispinfo code when unmarshalling.
...
Jeremy.
(This used to be commit d4872c94c2e6b63be0fb12e5dd2d0459fda54959)
2001-07-02 21:23:13 +00:00