summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell78-278/+276
2001-07-04The big character set handling changeover!Andrew Tridgell133-8860/+2412
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-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-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-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-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-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
2001-06-29Added LsaGetConnectedCredentials patch from Manoj Naik <manoj@almaden.ibm.com>.Jeremy Allison4-0/+160
2001-06-29Ensured all the system calls in msdfs.c go through the vfs layer.Jeremy Allison9-697/+750
2001-06-29From JF....Jeremy Allison3-54/+126
2001-06-29Experimental support for joining a domain without creating an account inTim Potter1-23/+344
2001-06-29Removed another silly static array.Tim Potter2-7/+18