summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* The big character set handling changeover!Andrew Tridgell2001-07-04133-8860/+2412
| | | | | | | | 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)
* This brings HEAD into line with SAMBA_2_2, they now both use bindir.Andrew Bartlett2001-07-041-3/+2
| | | | | Andrew Bartlett (This used to be commit cfd81e62c81dcb114e2c9f917a01168273bf75b0)
* removed some debug codeAndrew Tridgell2001-07-041-18/+13
| | | | (This used to be commit 1f6240daae4c5503d6fbb846d89cae986e010fc8)
* check for bad usernames early in session setupAndrew Tridgell2001-07-041-0/+6
| | | | (This used to be commit 657836599a847578096696af27cd7c9f0d52c931)
* Removed bogus server_n local variable in connect_one() function.Tim Potter2001-07-041-5/+2
| | | | (This used to be commit 69d90a8af167d53ebdb6d7aeef41b28b672288d1)
* Ensure we correctly round down to 2 second boundary if dos filetimeJeremy Allison2001-07-042-9/+46
| | | | | | set for a share. Jeremy. (This used to be commit 8f57233c0f871763bc3657d754c894dbd29ae501)
* Small warning removal tidyup.Jeremy Allison2001-07-031-1/+1
| | | | | Jeremy. (This used to be commit 5cf7bc582bc2dc4fa7be43d87c81e94f6dd00573)
* Remove the exit_server() calls that stop nmbd linking.Jeremy Allison2001-07-031-3/+5
| | | | | Jeremy. (This used to be commit 110061ff5a0de7a5d7c5ee003d85d4d600c2531c)
* Fixed warnings and made const-safe so it has the correct prototype.Jeremy Allison2001-07-031-12/+12
| | | | | Jeremy. (This used to be commit e0f6863a1155db5206c103c29dc597d7c297ec11)
* Removed the default addition of /include to the directory given inJeremy Allison2001-07-032-608/+605
| | | | | | --with-sslinc. Should allow building on RH7.1 when set correctly. Jeremy. (This used to be commit 016a97d71aa1ac9de782248c645aecbf22ed647b)
* Updated to latest from gnu.org.Jeremy Allison2001-07-032-146/+85
| | | | | Jeremy. (This used to be commit 03e1d4428e6efb3f231cdfc6820fe5039b3ef494)
* Added #define of int32 to int for cray. This will almost certainly causeJeremy Allison2001-07-031-0/+3
| | | | | | the rpc code to fail on the cray.... Jeremy. (This used to be commit 33a299a0c42bb7090e2030fb1e5cafdf07346bc6)
* Fixed incorrect debug parameters for lock_pid.Jeremy Allison2001-07-031-2/+2
| | | | | Jeremy. (This used to be commit 310d2af6b0797cbd4f776b5c6c5b90a5d86b1aa9)
* Split pam_winbind out of WINBIND progs so it can be build separatelyTim Potter2001-07-031-1/+2
| | | | | only if --with-pam is specified. (This used to be commit 3fd2387a952484c27c580c896b6bc1456aa96365)
* See if we can stick to slightly valid C..Andrew Bartlett2001-07-031-2/+8
| | | | | | | (With thanks to tpot) Andrew Bartlett (This used to be commit e77cfe1379d92d2be4e2895454e14d11311a913d)
* Fixed incorrect comment for cli_NetServerEnum()Tim Potter2001-07-031-4/+4
| | | | (This used to be commit 0a505e50a5059930de6583918f25ef84af53de0e)
* Running torture-RANDOMIPC on the build farm doesn't go down as a 'good idea' ↵Andrew Bartlett2001-07-031-1/+1
| | | | | | as its logsfiles are BIG! (This used to be commit bc6160a48282f026845476e632fe365ff2fd63d2)
* fixed socketpair_tcp for OpenBSDAndrew Tridgell2001-07-031-4/+9
| | | | (This used to be commit d99ce6a5e3455ed38ca3c1ac676b5048edf8c706)
* Reran autoconf.Tim Potter2001-07-031-1/+1
| | | | (This used to be commit 547d63c60a9c0588d5263d5c0384e0198aa18be9)
* Fixed quoting bug - shell programming sucks.Tim Potter2001-07-031-1/+1
| | | | (This used to be commit 60d42618416295a8fc25a461a8b4783bb219d6a7)
* Adding Michael Sweet's LSB packaging.Jeremy Allison2001-07-035-0/+491
| | | | | Jeremy. (This used to be commit 90985da62f733bed550ef326359bdbb8631ea554)
* - sorry, forgot to check a pointerSimo Sorce2001-07-031-3/+5
| | | | (This used to be commit 4e0299d4c091bc4a63740f12588675507601e8cd)
* Applied Michael Sweet's patch, with one minor signal change.Jeremy Allison2001-07-031-4/+26
| | | | | Jeremy. (This used to be commit 8d1dab74c26d25938de14b34b383890731e9ebd0)
* - sorry, forgot to test a pointerSimo Sorce2001-07-031-21/+26
| | | | (This used to be commit 1aef52245229741bc24c3e8147fa86eaa20fe9b2)
* Made talloc_realloc() semantics match realloc(). JF was complaining :-).Jeremy Allison2001-07-021-0/+8
| | | | | | realloc(NULL) == malloc. realloc(p,0) == free() - a no-op in talloc. Jeremy. (This used to be commit 1ab31e5db53bc839d2785cce4d3c739c8004bbf6)
* Missing prs_align() was causing Win9x nexus tools to fail. security_info_sentJeremy Allison2001-07-021-0/+3
| | | | | | was being miss-parsed. Jeremy. (This used to be commit 1685e41da04f1fbbab036e194ce1b1e7ba9fef86)
* Fixed auto-alloc of dispinfo code when unmarshalling.Jeremy Allison2001-07-021-4/+64
| | | | | Jeremy. (This used to be commit d4872c94c2e6b63be0fb12e5dd2d0459fda54959)
* Fixed extra file_free calls - my fault :-(.Jeremy Allison2001-07-022-16/+4
| | | | | Jeremy. (This used to be commit 2f8b84bda040edc87a7af29c3a281cf335e392cb)
* Very minor cleanup. I was looking for another problem and found some bitsChristopher R. Hertel2001-07-021-2/+2
| | | | | | | of code that were unclear. Chris -)----- (This used to be commit c2977be3408645499915d728538ba2c65b97614f)
* This fix from Eelco Vriezekolk <eelco@nexus.com.na> is for a SIG11 bug where weAndrew Bartlett2001-07-021-2/+0
| | | | | | | | | | | 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 5d3f622375842961a79536d36ee6f6ad508b91f1)
* Fix the torture test, we had the wrong file-name in the testsAndrew Bartlett2001-07-021-0/+0
| | | | | Andrew Bartlett (This used to be commit d04ea88b5d4b010d77dec45104dcf6a2b5a071f2)
* Re-ran configure.Tim Potter2001-07-021-606/+614
| | | | (This used to be commit 33f668b137054f3eb768036398693a3b754158c3)
* Only build the pam_winbind module if --with-pam used.Tim Potter2001-07-021-3/+8
| | | | | | Replaced extra shell variable with_pam_for_crypto with a check against $with_pam (This used to be commit 9db0332954e8b37fa5162b26d78de42a7fa533ae)
* We need strict locking to pass LOCK4Andrew Bartlett2001-07-021-1/+3
| | | | | Andrew Bartlett (This used to be commit 584a14a2163a22d6a532c926040f4f9bcc34463d)
* Start of smbtorture based testing. Not all of smbtorture's facilitesAndrew Bartlett2001-07-0224-1/+64
| | | | | | | are used, but these ones should pass. Andrew Bartlett (This used to be commit eee251f71071034b6d1a74d192cdabe8e24dc08b)
* Not all OSs have setbuffer, so we better check for it.Andrew Bartlett2001-07-024-416/+479
| | | | | Andrew Bartlett (This used to be commit aa5708de69a71e6b41a12f63550fae94f2481742)
* Make smbtorture return status values for use in the build_farm tests.Andrew Bartlett2001-07-021-469/+733
| | | | | | | This should not have changed behaviour, and it has been tested. Andrew Bartlett (This used to be commit a73aefef09804bf95eec1449f75adc5ff5e032d0)
* Fixed the nastiest locking bug to track down.... smb_pids are sent in theJeremy Allison2001-07-026-23/+43
| | | | | | lockingX calls - use that instead of smb_pid in the packet. Jeremy. (This used to be commit a3925cb9c6303ce24e5fecad6c8f3a0ba78b9ee0)
* Insure caught the fact that PTRDIFFs were being done between two unrelatedJeremy Allison2001-07-022-5/+17
| | | | | | pointers. Jeremy. (This used to be commit 15c64199cb29e2fca6ee7353673dbb3f962e0e24)
* "netbios aliases" and "interfaces" options change from P_STRING to P_LISTSimo Sorce2001-07-013-24/+26
| | | | (This used to be commit db36ed1d80fcbee16d0a0b5f226e56961f3bf1ec)
* Fix for building --with-profile for new vfscalls.Jeremy Allison2001-07-011-0/+4
| | | | | Jeremy. (This used to be commit 33dc250ebb389f331cecf47101cf13c630be3a11)
* cli_read() was reading too many bytes.Andrew Tridgell2001-07-011-2/+1
| | | | (This used to be commit ba79d2a030b9ae087f0cc4248baa6cf6bee112fb)
* - fix bug in reply_nt- fix bug in reply_nt1Simo Sorce2001-07-011-4/+4
| | | | (This used to be commit 200110a3b4caeb0d8be87f02476af29165e35ada)
* Make sure we compile with gcc by default.Richard Sharpe2001-06-301-0/+1
| | | | (This used to be commit 93c45024cdbbf51322106e2a5961db8c09618833)
* Add a static linking target to the examples Makefile so I can test out ↵Richard Sharpe2001-06-301-1/+5
| | | | | | static linking ... (This used to be commit 9627bace72eb3be322f8895b055a31768e551136)
* Ensure we return correct error on trying to unlock a region not locked.Jeremy Allison2001-06-303-3/+12
| | | | | Jeremy. (This used to be commit 015a077acc49e59179dc10256fd32166ee4623e2)
* Fix another small problem with Makefile.in ... not doing the correctRichard Sharpe2001-06-301-1/+1
| | | | | check for whether or not we should build a shared library. (This used to be commit 09837044a2aa47a61d635316afa38645855db512)
* This should return the build to normallity.Andrew Bartlett2001-06-301-2/+1
| | | | | | | | When you update an #ifdef'ed function, also update its matching null function or all hell breaks loose on the build farm! Andrew Bartlett (This used to be commit 58b981a56f99bce0e98c9e1752c99a69e3cb2a25)
* Fixed the first locking error (test #8 found by locktest code fromJeremy Allison2001-06-304-17/+56
| | | | | | Clarion locktest. Jeremy. (This used to be commit 5c42845b5bb6fafd0ebf93fbdd23d9bf861da865)
* Modified Makefile.in to work properly. Define BLDSHARED as a variable in the ↵Richard Sharpe2001-06-302-732/+742
| | | | | | makefile now. (This used to be commit 332f646fdc25ae4fe3797ad6c85d4637f0dba0e3)