Andrew Tridgell
749bf905d5
we don't need the codepage sources any more
...
(This used to be commit 8dbee134b9
)
2001-07-04 07:42:57 +00:00
Andrew Tridgell
7e288e8325
we don't need the codepages any more
...
(This used to be commit fa18e842f8
)
2001-07-04 07:41:37 +00:00
Andrew Tridgell
5a2b87d810
missed a couple of strchr calls
...
(This used to be commit 57e7df8ae5
)
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 c41fc06376
)
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 debb471267
)
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 cfd81e62c8
)
2001-07-04 06:31:15 +00:00
Andrew Tridgell
a594519d28
removed some debug code
...
(This used to be commit 1f6240daae
)
2001-07-04 04:39:52 +00:00
Andrew Tridgell
59db9bcbf0
check for bad usernames early in session setup
...
(This used to be commit 657836599a
)
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 69d90a8af1
)
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 8f57233c0f
)
2001-07-04 01:01:02 +00:00
Jeremy Allison
4a6ef39261
Small warning removal tidyup.
...
Jeremy.
(This used to be commit 5cf7bc582b
)
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 110061ff5a
)
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 e0f6863a11
)
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 016a97d71a
)
2001-07-03 19:34:18 +00:00
Jeremy Allison
75601664bd
Updated to latest from gnu.org.
...
Jeremy.
(This used to be commit 03e1d4428e
)
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 33a299a0c4
)
2001-07-03 18:33:16 +00:00
Jeremy Allison
0eb28dc851
Fixed incorrect debug parameters for lock_pid.
...
Jeremy.
(This used to be commit 310d2af6b0
)
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 3fd2387a95
)
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 e77cfe1379
)
2001-07-03 04:29:50 +00:00
Tim Potter
75e33b7803
Fixed incorrect comment for cli_NetServerEnum()
...
(This used to be commit 0a505e50a5
)
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 bc6160a482
)
2001-07-03 04:06:10 +00:00
Andrew Tridgell
b470d157cd
fixed socketpair_tcp for OpenBSD
...
(This used to be commit d99ce6a5e3
)
2001-07-03 03:56:49 +00:00
Tim Potter
f97323dc9a
Reran autoconf.
...
(This used to be commit 547d63c60a
)
2001-07-03 02:46:50 +00:00
Tim Potter
8f186886aa
Fixed quoting bug - shell programming sucks.
...
(This used to be commit 60d4261841
)
2001-07-03 02:27:17 +00:00
Jeremy Allison
eae35e8f00
Adding Michael Sweet's LSB packaging.
...
Jeremy.
(This used to be commit 90985da62f
)
2001-07-03 01:01:12 +00:00
Simo Sorce
9b70d328cb
- sorry, forgot to check a pointer
...
(This used to be commit 4e0299d4c0
)
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 8d1dab74c2
)
2001-07-03 00:52:56 +00:00
Simo Sorce
89ee12d373
- sorry, forgot to test a pointer
...
(This used to be commit 1aef522452
)
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 1ab31e5db5
)
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 1685e41da0
)
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 d4872c94c2
)
2001-07-02 21:23:13 +00:00
Jeremy Allison
ed2fc96222
Fixed extra file_free calls - my fault :-(.
...
Jeremy.
(This used to be commit 2f8b84bda0
)
2001-07-02 18:37:39 +00:00
Christopher R. Hertel
56b2a0c114
Very minor cleanup. I was looking for another problem and found some bits
...
of code that were unclear.
Chris -)-----
(This used to be commit c2977be340
)
2001-07-02 16:25:00 +00:00
Andrew Bartlett
e682d6d54e
This fix from Eelco Vriezekolk <eelco@nexus.com.na> is for a SIG11 bug where we
...
would always file_free(fsp) twice, once in close_file and once afterwoulds.
The bug was reported in SAMBA_2_2, but a code inspection shows it to be in HEAD
as well. (Unfortunetly I don't have the facilites to actualy check this, but
the change is quite simple, makes sence and compiles).
Andrew Bartlett
(This used to be commit 5d3f622375
)
2001-07-02 13:43:46 +00:00
Andrew Bartlett
b07605976a
Fix the torture test, we had the wrong file-name in the tests
...
Andrew Bartlett
(This used to be commit d04ea88b5d
)
2001-07-02 09:10:32 +00:00
Tim Potter
6daaa1d29e
Re-ran configure.
...
(This used to be commit 33f668b137
)
2001-07-02 09:10:15 +00:00
Tim Potter
e3284c5c12
Only build the pam_winbind module if --with-pam used.
...
Replaced extra shell variable with_pam_for_crypto with a check against
$with_pam
(This used to be commit 9db0332954
)
2001-07-02 08:58:57 +00:00
Andrew Bartlett
61b1874105
We need strict locking to pass LOCK4
...
Andrew Bartlett
(This used to be commit 584a14a216
)
2001-07-02 07:20:00 +00:00
Andrew Bartlett
e3d6627f05
Start of smbtorture based testing. Not all of smbtorture's facilites
...
are used, but these ones should pass.
Andrew Bartlett
(This used to be commit eee251f710
)
2001-07-02 07:18:49 +00:00
Andrew Bartlett
d2af8d03ab
Not all OSs have setbuffer, so we better check for it.
...
Andrew Bartlett
(This used to be commit aa5708de69
)
2001-07-02 04:47:55 +00:00
Andrew Bartlett
be242703e1
Make smbtorture return status values for use in the build_farm tests.
...
This should not have changed behaviour, and it has been tested.
Andrew Bartlett
(This used to be commit a73aefef09
)
2001-07-02 03:21:17 +00:00
Jeremy Allison
5b69009b25
Fixed the nastiest locking bug to track down.... smb_pids are sent in the
...
lockingX calls - use that instead of smb_pid in the packet.
Jeremy.
(This used to be commit a3925cb9c6
)
2001-07-02 02:42:41 +00:00
Jeremy Allison
82b76931cb
Insure caught the fact that PTRDIFFs were being done between two unrelated
...
pointers.
Jeremy.
(This used to be commit 15c64199cb
)
2001-07-02 00:33:15 +00:00
Simo Sorce
ef6c9d7425
"netbios aliases" and "interfaces" options change from P_STRING to P_LIST
...
(This used to be commit db36ed1d80
)
2001-07-01 23:24:08 +00:00
Jeremy Allison
2e181c76c4
Fix for building --with-profile for new vfscalls.
...
Jeremy.
(This used to be commit 33dc250ebb
)
2001-07-01 20:01:32 +00:00
Andrew Tridgell
4592d107fc
cli_read() was reading too many bytes.
...
(This used to be commit ba79d2a030
)
2001-07-01 13:18:35 +00:00
Simo Sorce
247acd5521
- fix bug in reply_nt- fix bug in reply_nt1
...
(This used to be commit 200110a3b4
)
2001-07-01 10:39:37 +00:00
Richard Sharpe
9178d7591b
Make sure we compile with gcc by default.
...
(This used to be commit 93c45024cd
)
2001-06-30 11:08:06 +00:00
Richard Sharpe
89cf219717
Add a static linking target to the examples Makefile so I can test out static linking ...
...
(This used to be commit 9627bace72
)
2001-06-30 04:01:51 +00:00
Jeremy Allison
064b4904f9
Ensure we return correct error on trying to unlock a region not locked.
...
Jeremy.
(This used to be commit 015a077acc
)
2001-06-30 03:11:44 +00:00