summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2003-08-18Add level 261 to search. Found using Samba4 tester.Jeremy Allison2-0/+24
2003-08-16Fixes to all mount.cifs to run more safely setuidSteve French1-3/+22
2003-08-16Implemented the level 1010 NT rename level. Many fixes for Samba4 testJeremy Allison4-71/+256
2003-08-16stupid...stupid...stupid....fix bug 294 by looking at the right arch stringGerald Carter1-1/+1
2003-08-15In case of 'net rpc trustdom add' without domain name we were silentlyRafal Szczesniak1-2/+7
2003-08-15Don't print out error in ads_do_search_retry() when it suceeds.Tim Potter1-1/+4
2003-08-15s/OM_uint32//uint32/gGerald Carter2-3/+3
2003-08-15Fallback to our defaults (CP850/ASCII/UTF8) if there is no native iconv on th...Alexander Bokovoy1-0/+3
2003-08-15Do not cache iconv checks because we are looking for it now in different plac...Alexander Bokovoy1-2/+2
2003-08-15possible fix for bug 288 to repcent using an uninitialized cli_state structGerald Carter1-0/+2
2003-08-15Fix charset detection code in configure.Alexander Bokovoy3-27/+59
2003-08-15Give a temporary hint on how to delete trust account.Rafal Szczesniak1-0/+1
2003-08-15Latest heimdal snapshot has a krb5_set_real_time with a slightlyVolker Lendecke1-1/+1
2003-08-15Fix syntax error!Tim Potter1-1/+1
2003-08-15fix compile warnings on IRIXGerald Carter1-5/+29
2003-08-15Print more than 1 packet in hex modeJelmer Vernooij1-1/+1
2003-08-15Remove accidently added SMB_MODULE_PROVIDES() linesJelmer Vernooij1-5/+0
2003-08-15Remove nasty hack in modules system. We don't recompile files anymoreJelmer Vernooij3-13/+13
2003-08-15Add ability to output native pcap files without the requirement for text2pcap.Jelmer Vernooij2-16/+132
2003-08-15get rid of more compiler warningsHerb Lewis29-139/+139
2003-08-15Add the gss-spnego kerberos server side to ntml_auth. This uses theVolker Lendecke3-12/+87
2003-08-15get rid of compiler warningsHerb Lewis2-2/+2
2003-08-15get rid of const as these things really are not constHerb Lewis2-7/+7
2003-08-15Fix some memory issues. It is now possible to convert extract packet dataJelmer Vernooij1-9/+20
2003-08-15get rid of warning on IRIXHerb Lewis1-10/+8
2003-08-15Don't ask, it's too embarrassing :-)Volker Lendecke1-1/+1
2003-08-15Fix memleaks.Volker Lendecke4-8/+22
2003-08-15get rid of some sompiler warnings on IRIXHerb Lewis23-99/+97
2003-08-15get rid of unused callHerb Lewis1-12/+0
2003-08-15return actual results instead of always OKHerb Lewis1-2/+2
2003-08-15fix typeHerb Lewis1-1/+1
2003-08-15Get packet contents correct as well.Jelmer Vernooij1-12/+18
2003-08-15add IRIX EA supportHerb Lewis2-1/+162
2003-08-15Fix attribute set using setfileinfo - Samba4 found.Jeremy Allison1-3/+0
2003-08-15Ignore silently set disposition information when set on a path.Jeremy Allison1-1/+2
2003-08-15Add utility that takes a samba log file (at least level 5 for headers andJelmer Vernooij2-16/+22
2003-08-15Makefile.inJelmer Vernooij1-0/+164
2003-08-14nlink field should decrement when delete pending is set.Jeremy Allison1-2/+8
2003-08-14Fix setfileinfo level 1 - it only takes 12 bytes. Found by Samba4Jeremy Allison1-6/+1
2003-08-14Fix changing of attributes via setattr. Samba4 test fixes.Jeremy Allison2-10/+23
2003-08-14get rid of IRIX test as it is wrong.Herb Lewis1-4/+1
2003-08-14jeremy fooGerald Carter1-1/+6
2003-08-14fix buildGerald Carter1-0/+2
2003-08-14Don't ask twice for the passwordVolker Lendecke1-0/+1
2003-08-14Fix SMBseek and get/set position information SMBs. Works againstJeremy Allison5-32/+52
2003-08-14Attempt at fixing bug #283. There however is no solution.Gerald Carter19-115/+523
2003-08-14In ads_verify_realm, all we use in the ADS_STRUCT is theVolker Lendecke2-17/+4
2003-08-14Small fix to include existing CPPFLAGS when looking for iconv.Richard Sharpe1-1/+1
2003-08-14Try to honor predefined CPPFLAGS when finding correct iconv flagsAlexander Bokovoy1-0/+3
2003-08-14fix bug 294; win9x driver lookups should always use version 0Gerald Carter1-5/+16