summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
1998-10-28Still moving things around. debugparse.h will be removed from the includeChristopher R. Hertel3-85/+2
1998-10-28Just moving things around a bit.Christopher R. Hertel1-328/+0
1998-10-28Added clear-out-structure fix for make_unistr2.Jeremy Allison1-0/+2
1998-10-28Fixes to allow this to pass SGI compiler in -fullwarn mode (with oneJeremy Allison1-9/+9
1998-10-28Quick fixes to fix the broken tree. Needed for my morning compiles.Jeremy Allison5-6/+18
1998-10-28Fix from thwartedefforts@wonky.org (slightly modified) toJeremy Allison1-1/+1
1998-10-28fixed problem with snprintf.c and mkprotoAndrew Tridgell2-4/+13
1998-10-28use abort() instead of exit() in smb_panic()Andrew Tridgell1-1/+1
1998-10-28fixed handling of %.0f in replacement snprintf.cAndrew Tridgell1-12/+28
1998-10-27Fixed a small bug in debug2html. It wasn't properly checking EOF. TheChristopher R. Hertel2-2/+28
1998-10-27Added info about parsing debug messages.Christopher R. Hertel1-28/+210
1998-10-27debug string with no %s parameter. oopsLuke Leighton1-1/+2
1998-10-27amazing. the improvements to NT continue, evidence for which shows upLuke Leighton6-17/+19
1998-10-27add ifdef for "long double"Andrew Tridgell1-12/+18
1998-10-26added a vsnprintf() implementation from cvslock. See the notes on theAndrew Tridgell4-47/+803
1998-10-26Here is the simple debug parser and the debug2html converter. Still to do:Christopher R. Hertel3-0/+635
1998-10-26Fixed a couple of issues with the SMB_QUERY_FILE_ALL_INFO query.Jeremy Allison1-2/+5
1998-10-26report ourselves as HTTP/1.0 not HTTP/1.1Andrew Tridgell1-3/+3
1998-10-26added a couple more error codes to cli_error()Andrew Tridgell1-0/+6
1998-10-24fix for John.Andrew Tridgell1-8/+8
1998-10-24handle the case of an intermediate binary not loading smbwrapper.soAndrew Tridgell1-2/+1
1998-10-24volker was concerned about unique inode numbers and smbsh. This set ofAndrew Tridgell9-35/+85
1998-10-24make sure that apps can't close one of the internal smbw fileAndrew Tridgell4-2/+32
1998-10-24Fix for -fpic rules (.c.po and .c.po32) when using --enable-maintainer-mode.Tim Potter1-4/+4
1998-10-24Unlink zero length files that did NOT exist at the point of origin on a do_ge...John Terpstra1-1/+4
1998-10-23added domain and local group structures. names may have to be 256 charsLuke Leighton2-16/+60
1998-10-23Handle the case where multiple smbd have the file open, some of whomJeremy Allison2-17/+76
1998-10-23set netlogon negotiation flags to 0x1ff, not to what the client requests.Luke Leighton3-19/+24
1998-10-23possible bug in change oem password code: replaced E_P16 and E_md4hashLuke Leighton1-9/+1
1998-10-23Make the new code conditional on lp_share_modes() just like the code in open_...Jeremy Allison1-36/+39
1998-10-23Fixed debug reporting in the changed code.Jeremy Allison1-1/+6
1998-10-23Fixed bug in previous commit where I was overwriting share_mode fromJeremy Allison1-3/+4
1998-10-23Reasonably large change to give us *exactly* correct NT delete on close seman...Jeremy Allison10-41/+225
1998-10-23don't enable smbsh/smbwrapper on systems where we can't work out howAndrew Tridgell5-376/+401
1998-10-23don't use SMBW_PWD_ENV any moreAndrew Tridgell1-3/+0
1998-10-23fixed problems with PWD - we no longer use the PWD env variableAndrew Tridgell3-11/+19
1998-10-23make the shared variable stuff slightly more sophisticatedAndrew Tridgell1-12/+26
1998-10-23include/smb.h: Added #defines for lots of things - makes our code a *lot* eas...Jeremy Allison9-72/+146
1998-10-22torture debug.Luke Leighton2-1/+14
1998-10-22enumeration tests (files, sessions, shares, connections).Luke Leighton1-0/+32
1998-10-22Okay, this is really silly but removing one space from one debug statementChristopher R. Hertel1-1/+1
1998-10-22rpctorture commandLuke Leighton5-8/+544
1998-10-22Removed previously #ifdef 0 'ed code.Jeremy Allison1-37/+0
1998-10-22server/srv_samr.c smbd/ipc.c: Changed global_myworkgroup back to fstringJeremy Allison4-4/+11
1998-10-22bug fix in lsa_trans_names.Luke Leighton5-7/+14
1998-10-22Minor change.Christopher R. Hertel1-1/+1
1998-10-22extern fstring global_myworkgroup should be a pstringLuke Leighton1-2/+2
1998-10-22libsmb/smbdes.c: #ifdef'ed out code prior to removal.Jeremy Allison7-38/+138
1998-10-22Another cosmetic change.Christopher R. Hertel1-2/+8
1998-10-21domain aliases added a bit better: does local aliases if you queryLuke Leighton15-104/+166