summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
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-28fixed guest account for build farm boxesAndrew Tridgell2-2/+6
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-27Jigger around with the tests a bit moreAndrew Bartlett14-51/+120
2001-06-27on sco2 socketpair_tcp needs a bindAndrew Tridgell1-0/+9
2001-06-27handle EISCONN in socketpair_tcpAndrew Tridgell1-1/+2
2001-06-27Add the generic funcions file for the basicsmb testsAndrew Bartlett1-0/+21
2001-06-27Added some missing entries to usage().Tim Potter1-1/+7
2001-06-27Added back the automatic build of libsmbclient.so in head.Richard Sharpe1-1/+1
2001-06-27Added doco for the -d parameter.Tim Potter1-0/+10
2001-06-27Fix a stupid typo ...Richard Sharpe1-2/+2
2001-06-27Changed some of the tests around, made failures for parts actualy countAndrew Bartlett6-58/+65
2001-06-26SGI compiler fixes.Herb Lewis4-15/+9
2001-06-26Add check for working AF_LOCAL sockets, which are borkenMartin Pool5-601/+743
2001-06-26Added the basic tests of smb functionality for HEADAndrew Bartlett3-0/+82
2001-06-26Ensure we always have a valid pointer on unmarshalling an SD with zeroJeremy Allison1-3/+7
2001-06-26Put an 0x in front of a hex number.Tim Potter1-1/+1
2001-06-26Fixed bug introduced by changeover of security descriptor code fromTim Potter1-1/+8
2001-06-26Always use DOMAIN\user first that this is the more specific case.Jeremy Allison1-12/+17
2001-06-26fixed buildAndrew Tridgell1-0/+1
2001-06-26fall back to "unsigned" for uint32 on systems that don't have oneAndrew Tridgell1-1/+3
2001-06-26Remove warning about trapdoor systems for non-root mode.Andrew Bartlett1-0/+4
2001-06-25Ensure numeric group or user names don't get misinterpreted.Jeremy Allison1-4/+8
2001-06-25Added Andrew's pam password change stuff. Needs some testing but looks good !Jeremy Allison2-88/+280
2001-06-25Fixed stupid typo that would stop trusted domains working.Jeremy Allison1-4/+3
2001-06-25Cosmetic fixups found while playing with the server manager. Added supportTim Potter3-1/+122
2001-06-25got rid of the date headers off all text docsAndrew Tridgell32-98/+0
2001-06-25fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...Andrew Tridgell15-621/+682
2001-06-25make sure we have BOOL in autoconf usage of util_sec.cAndrew Tridgell1-0/+1
2001-06-25added a -L option to smbpasswd to force it to run locally so we can test smbp...Andrew Tridgell1-3/+17
2001-06-25- make the regresison test mode code build in by default. This shouldAndrew Tridgell5-46/+59