summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* metze's autogenerate patch for version.hGerald Carter2003-08-2025-24/+298
* Fix bug #252. Implement missing SAMR_REMOVE_USER_FOREIGN_DOMAINGerald Carter2003-08-204-34/+93
* Add log2pcap to ignorefileJelmer Vernooij2003-08-201-0/+1
* Make compiling vfs_readonly static possibleJelmer Vernooij2003-08-201-1/+1
* fix small logic error in cm_open_connection() to work with non-krb5 connectionsGerald Carter2003-08-201-7/+31
* missing backticGerald Carter2003-08-191-1/+1
* - Make 'net' use a single funciton for setting the 'use machine account' code.Andrew Bartlett2003-08-196-55/+138
* Ignore modules/*.c in make protoAlexander Bokovoy2003-08-191-1/+1
* - Fix the kerberos downgrade problem:Andrew Bartlett2003-08-193-63/+42
* Break up 'cli_full_connection' to allow for the session setups to be doneAndrew Bartlett2003-08-191-35/+114
* working on fix for BUG #294. Not done yet, but this at least clearsGerald Carter2003-08-192-5/+17
* - Update 'preload modules' documention (bug #304)Jelmer Vernooij2003-08-192-3/+11
* Fix BUG #314: api_netUserGetGRoups() was failing prematurelyGerald Carter2003-08-193-9/+70
* 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