summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2001-07-04This brings HEAD into line with SAMBA_2_2, they now both use bindir.Andrew Bartlett1-3/+2
2001-07-04removed some debug codeAndrew Tridgell1-18/+13
2001-07-04check for bad usernames early in session setupAndrew Tridgell1-0/+6
2001-07-04Removed bogus server_n local variable in connect_one() function.Tim Potter1-5/+2
2001-07-04Ensure we correctly round down to 2 second boundary if dos filetimeJeremy Allison2-9/+46
2001-07-03Small warning removal tidyup.Jeremy Allison1-1/+1
2001-07-03Remove the exit_server() calls that stop nmbd linking.Jeremy Allison1-3/+5
2001-07-03Fixed warnings and made const-safe so it has the correct prototype.Jeremy Allison1-12/+12
2001-07-03Removed the default addition of /include to the directory given inJeremy Allison2-608/+605
2001-07-03Updated to latest from gnu.org.Jeremy Allison2-146/+85
2001-07-03Added #define of int32 to int for cray. This will almost certainly causeJeremy Allison1-0/+3
2001-07-03Fixed incorrect debug parameters for lock_pid.Jeremy Allison1-2/+2
2001-07-03Split pam_winbind out of WINBIND progs so it can be build separatelyTim Potter1-1/+2
2001-07-03See if we can stick to slightly valid C..Andrew Bartlett1-2/+8
2001-07-03Fixed incorrect comment for cli_NetServerEnum()Tim Potter1-4/+4
2001-07-03Running torture-RANDOMIPC on the build farm doesn't go down as a 'good idea' ...Andrew Bartlett1-1/+1
2001-07-03fixed socketpair_tcp for OpenBSDAndrew Tridgell1-4/+9
2001-07-03Reran autoconf.Tim Potter1-1/+1
2001-07-03Fixed quoting bug - shell programming sucks.Tim Potter1-1/+1
2001-07-03Adding Michael Sweet's LSB packaging.Jeremy Allison5-0/+491
2001-07-03- sorry, forgot to check a pointerSimo Sorce1-3/+5
2001-07-03Applied Michael Sweet's patch, with one minor signal change.Jeremy Allison1-4/+26
2001-07-03- sorry, forgot to test a pointerSimo Sorce1-21/+26
2001-07-02Made talloc_realloc() semantics match realloc(). JF was complaining :-).Jeremy Allison1-0/+8
2001-07-02Missing prs_align() was causing Win9x nexus tools to fail. security_info_sentJeremy Allison1-0/+3
2001-07-02Fixed auto-alloc of dispinfo code when unmarshalling.Jeremy Allison1-4/+64
2001-07-02Fixed extra file_free calls - my fault :-(.Jeremy Allison2-16/+4
2001-07-02Very minor cleanup. I was looking for another problem and found some bitsChristopher R. Hertel1-2/+2
2001-07-02This fix from Eelco Vriezekolk <eelco@nexus.com.na> is for a SIG11 bug where weAndrew Bartlett1-2/+0
2001-07-02Fix the torture test, we had the wrong file-name in the testsAndrew Bartlett1-0/+0
2001-07-02Re-ran configure.Tim Potter1-606/+614
2001-07-02Only build the pam_winbind module if --with-pam used.Tim Potter1-3/+8
2001-07-02We need strict locking to pass LOCK4Andrew Bartlett1-1/+3
2001-07-02Start of smbtorture based testing. Not all of smbtorture's facilitesAndrew Bartlett24-1/+64
2001-07-02Not all OSs have setbuffer, so we better check for it.Andrew Bartlett4-416/+479
2001-07-02Make smbtorture return status values for use in the build_farm tests.Andrew Bartlett1-469/+733
2001-07-02Fixed the nastiest locking bug to track down.... smb_pids are sent in theJeremy Allison6-23/+43
2001-07-02Insure caught the fact that PTRDIFFs were being done between two unrelatedJeremy Allison2-5/+17
2001-07-01"netbios aliases" and "interfaces" options change from P_STRING to P_LISTSimo Sorce3-24/+26
2001-07-01Fix for building --with-profile for new vfscalls.Jeremy Allison1-0/+4
2001-07-01cli_read() was reading too many bytes.Andrew Tridgell1-2/+1
2001-07-01- fix bug in reply_nt- fix bug in reply_nt1Simo Sorce1-4/+4
2001-06-30Make sure we compile with gcc by default.Richard Sharpe1-0/+1
2001-06-30Add a static linking target to the examples Makefile so I can test out static...Richard Sharpe1-1/+5
2001-06-30Ensure we return correct error on trying to unlock a region not locked.Jeremy Allison3-3/+12
2001-06-30Fix another small problem with Makefile.in ... not doing the correctRichard Sharpe1-1/+1
2001-06-30This should return the build to normallity.Andrew Bartlett1-2/+1
2001-06-30Fixed the first locking error (test #8 found by locktest code fromJeremy Allison4-17/+56
2001-06-30Modified Makefile.in to work properly. Define BLDSHARED as a variable in the ...Richard Sharpe2-732/+742
2001-06-29These changes cause the libsmbclient stuff to always build a non-shared libra...Richard Sharpe2-9/+15