summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Implement SMBexit properly. Found by Samba4 tester. You must do a makeJeremy Allison2003-08-194-0/+24
* Fix flush of 0xFFFF - found by Samba4 tester.Jeremy Allison2003-08-191-2/+4
* Don't return DOS error on SMBsearch return if using NT error codes (NT1Jeremy Allison2003-08-191-8/+10
* Win2k never returns 'no such user' here, so when we do it, the clients freakAndrew Bartlett2003-08-181-1/+1
* Added level 262. Found by Samba4 torture tester.Jeremy Allison2003-08-181-0/+44
* Add level 261 to search. Found using Samba4 tester.Jeremy Allison2003-08-182-0/+24
* Fixes to all mount.cifs to run more safely setuidSteve French2003-08-161-3/+22
* Implemented the level 1010 NT rename level. Many fixes for Samba4 testJeremy Allison2003-08-164-71/+256
* stupid...stupid...stupid....fix bug 294 by looking at the right arch stringGerald Carter2003-08-161-1/+1
* In case of 'net rpc trustdom add' without domain name we were silentlyRafal Szczesniak2003-08-151-2/+7
* Don't print out error in ads_do_search_retry() when it suceeds.Tim Potter2003-08-151-1/+4
* s/OM_uint32//uint32/gGerald Carter2003-08-152-3/+3
* Fallback to our defaults (CP850/ASCII/UTF8) if there is no native iconv on th...Alexander Bokovoy2003-08-151-0/+3
* Do not cache iconv checks because we are looking for it now in different plac...Alexander Bokovoy2003-08-151-2/+2
* possible fix for bug 288 to repcent using an uninitialized cli_state structGerald Carter2003-08-151-0/+2
* Fix charset detection code in configure.Alexander Bokovoy2003-08-153-27/+59
* Give a temporary hint on how to delete trust account.Rafal Szczesniak2003-08-151-0/+1
* Latest heimdal snapshot has a krb5_set_real_time with a slightlyVolker Lendecke2003-08-151-1/+1
* Fix syntax error!Tim Potter2003-08-151-1/+1
* fix compile warnings on IRIXGerald Carter2003-08-151-5/+29
* Print more than 1 packet in hex modeJelmer Vernooij2003-08-151-1/+1
* Remove accidently added SMB_MODULE_PROVIDES() linesJelmer Vernooij2003-08-151-5/+0
* Remove nasty hack in modules system. We don't recompile files anymoreJelmer Vernooij2003-08-153-13/+13
* Add ability to output native pcap files without the requirement for text2pcap.Jelmer Vernooij2003-08-152-16/+132
* get rid of more compiler warningsHerb Lewis2003-08-1529-139/+139
* Add the gss-spnego kerberos server side to ntml_auth. This uses theVolker Lendecke2003-08-153-12/+87
* get rid of compiler warningsHerb Lewis2003-08-152-2/+2
* get rid of const as these things really are not constHerb Lewis2003-08-152-7/+7
* Fix some memory issues. It is now possible to convert extract packet dataJelmer Vernooij2003-08-151-9/+20
* get rid of warning on IRIXHerb Lewis2003-08-151-10/+8
* Don't ask, it's too embarrassing :-)Volker Lendecke2003-08-151-1/+1
* Fix memleaks.Volker Lendecke2003-08-154-8/+22
* get rid of some sompiler warnings on IRIXHerb Lewis2003-08-1523-99/+97
* get rid of unused callHerb Lewis2003-08-151-12/+0
* return actual results instead of always OKHerb Lewis2003-08-151-2/+2
* fix typeHerb Lewis2003-08-151-1/+1
* Get packet contents correct as well.Jelmer Vernooij2003-08-151-12/+18
* add IRIX EA supportHerb Lewis2003-08-152-1/+162
* Fix attribute set using setfileinfo - Samba4 found.Jeremy Allison2003-08-151-3/+0
* Ignore silently set disposition information when set on a path.Jeremy Allison2003-08-151-1/+2
* Add utility that takes a samba log file (at least level 5 for headers andJelmer Vernooij2003-08-152-16/+22
* Makefile.inJelmer Vernooij2003-08-151-0/+164
* nlink field should decrement when delete pending is set.Jeremy Allison2003-08-141-2/+8
* Fix setfileinfo level 1 - it only takes 12 bytes. Found by Samba4Jeremy Allison2003-08-141-6/+1
* Fix changing of attributes via setattr. Samba4 test fixes.Jeremy Allison2003-08-142-10/+23
* get rid of IRIX test as it is wrong.Herb Lewis2003-08-141-4/+1
* jeremy fooGerald Carter2003-08-141-1/+6
* fix buildGerald Carter2003-08-141-0/+2
* Don't ask twice for the passwordVolker Lendecke2003-08-141-0/+1
* Fix SMBseek and get/set position information SMBs. Works againstJeremy Allison2003-08-145-32/+52