summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagsamba-2.0.0alpha14cvs2svn Import User1998-10-270-0/+0
|\
* | YODL conversion of make_smbcodepage.1Jeremy Allison1998-10-271-0/+131
* | add ifdef for "long double"Andrew Tridgell1998-10-271-12/+18
* | added a vsnprintf() implementation from cvslock. See the notes on theAndrew Tridgell1998-10-264-47/+803
* | Here is the simple debug parser and the debug2html converter. Still to do:Christopher R. Hertel1998-10-263-0/+635
* | First part of YODL converted documentation.Jeremy Allison1998-10-261-0/+116
* | Added new German consultant.Jeremy Allison1998-10-261-1/+22
* | Fixed a couple of issues with the SMB_QUERY_FILE_ALL_INFO query.Jeremy Allison1998-10-261-2/+5
* | report ourselves as HTTP/1.0 not HTTP/1.1Andrew Tridgell1998-10-261-3/+3
* | added a couple more error codes to cli_error()Andrew Tridgell1998-10-261-0/+6
* | A little more tweaking and sqeaking. Now, will it work? Argh!John Terpstra1998-10-252-42/+114
* | Welcome to Pacific HiTech TurboLinux support.John Terpstra1998-10-2513-0/+1002
* | Packaging mods - make sure we always keep our config files and NEVER mv them ...John Terpstra1998-10-251-8/+11
* | fix for John.Andrew Tridgell1998-10-241-8/+8
* | handle the case of an intermediate binary not loading smbwrapper.soAndrew Tridgell1998-10-241-2/+1
* | volker was concerned about unique inode numbers and smbsh. This set ofAndrew Tridgell1998-10-249-35/+85
* | make sure that apps can't close one of the internal smbw fileAndrew Tridgell1998-10-244-2/+32
* | Fix for -fpic rules (.c.po and .c.po32) when using --enable-maintainer-mode.Tim Potter1998-10-241-4/+4
* | Unlink zero length files that did NOT exist at the point of origin on a do_ge...John Terpstra1998-10-241-1/+4
* | added domain and local group structures. names may have to be 256 charsLuke Leighton1998-10-232-16/+60
* | Handle the case where multiple smbd have the file open, some of whomJeremy Allison1998-10-232-17/+76
* | set netlogon negotiation flags to 0x1ff, not to what the client requests.Luke Leighton1998-10-233-19/+24
* | possible bug in change oem password code: replaced E_P16 and E_md4hashLuke Leighton1998-10-231-9/+1
* | Updated paths.John Terpstra1998-10-231-5/+1
* | Make the new code conditional on lp_share_modes() just like the code in open_...Jeremy Allison1998-10-231-36/+39
* | Fixed debug reporting in the changed code.Jeremy Allison1998-10-231-1/+6
* | Fixed bug in previous commit where I was overwriting share_mode fromJeremy Allison1998-10-231-3/+4
* | Reasonably large change to give us *exactly* correct NT delete on close seman...Jeremy Allison1998-10-2310-41/+225
* | don't enable smbsh/smbwrapper on systems where we can't work out howAndrew Tridgell1998-10-235-376/+401
* | don't use SMBW_PWD_ENV any moreAndrew Tridgell1998-10-231-3/+0
* | fixed problems with PWD - we no longer use the PWD env variableAndrew Tridgell1998-10-233-11/+19
* | make the shared variable stuff slightly more sophisticatedAndrew Tridgell1998-10-231-12/+26
* | include/smb.h: Added #defines for lots of things - makes our code a *lot* eas...Jeremy Allison1998-10-239-72/+146
* | torture debug.Luke Leighton1998-10-222-1/+14
* | enumeration tests (files, sessions, shares, connections).Luke Leighton1998-10-221-0/+32
* | Okay, this is really silly but removing one space from one debug statementChristopher R. Hertel1998-10-221-1/+1
* | rpctorture commandLuke Leighton1998-10-225-8/+544
* | Removed previously #ifdef 0 'ed code.Jeremy Allison1998-10-221-37/+0
* | Tidied up Support.txt to be up to date with latest consultantJeremy Allison1998-10-221-52/+76
* | server/srv_samr.c smbd/ipc.c: Changed global_myworkgroup back to fstringJeremy Allison1998-10-224-4/+11
* | bug fix in lsa_trans_names.Luke Leighton1998-10-225-7/+14
* | Minor change.Christopher R. Hertel1998-10-221-1/+1
* | extern fstring global_myworkgroup should be a pstringLuke Leighton1998-10-221-2/+2
* | libsmb/smbdes.c: #ifdef'ed out code prior to removal.Jeremy Allison1998-10-227-38/+138
* | Another cosmetic change.Christopher R. Hertel1998-10-221-2/+8
* | domain aliases added a bit better: does local aliases if you queryLuke Leighton1998-10-2115-104/+166
* | the next dialog: user-groups. it's not very sensible what appears, but hey:Luke Leighton1998-10-2110-26/+593
* | I received a bug report from Massimo Campostrini in Pisa. There are a pairChristopher R. Hertel1998-10-212-10/+53
* | added "start index" skipping into querydispinfo.Luke Leighton1998-10-211-5/+15
* | Changed the debug calls to use the newer debug macros. This allowed me toChristopher R. Hertel1998-10-211-59/+151