summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2001-06-29Win9x weirdness. When setting the named pipe handle state on a UnicodeTim Potter1-2/+10
2001-06-29Replaced memcpy() with memmove() to make safe_strcpy() safe for overlappingTim Potter1-1/+1
2001-06-29Use a logical cli_read(), removed the cli_read_one() hack.Jeremy Allison2-126/+63
2001-06-28param/loadparm.c: Fix for bad volume label, found by TAKAHASHI MotonobuJeremy Allison1-12/+6
2001-06-28Added info to some of the debug messages to get a better handle on a problemChristopher R. Hertel1-24/+56
2001-06-28Properly instrument print_job_start()/print_job_end() so every fail caseJeremy Allison1-4/+20
2001-06-28temporarily made smbclient a non-error target so that builds will succeed whe...Andrew Tridgell1-10/+6
2001-06-27Syncup between 2.2 and HEAD.Jeremy Allison1-17/+16
2001-06-27on sco2 socketpair_tcp needs a bindAndrew Tridgell1-0/+9
2001-06-27handle EISCONN in socketpair_tcpAndrew Tridgell1-1/+2
2001-06-27Added some missing entries to usage().Tim Potter1-1/+7