summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2003-08-22Use correct size (17 not 16) when doing a push_ascii(). Ensure thatJeremy Allison2-2/+2
2003-08-22* Fix for bug 290:Gerald Carter3-6/+16
2003-08-22don't complain if the using_samba book is not in the treeGerald Carter1-12/+3
2003-08-22revert abartet's change that removed the check for CAP_EXTENDED_SECURITY when...Gerald Carter1-2/+2
2003-08-22fix compile problem (stray character)Gerald Carter1-1/+1
2003-08-22ensure that 'available = no' works for [homes]; reported by Walter HaidingerGerald Carter1-3/+1
2003-08-22Ensure nmb_namestr() converts back from CH_DOS to CH_UNIX.Jeremy Allison2-21/+16
2003-08-22Ensure nmblookup correctly converts from CH_DOS to CH_UNIX when displayingJeremy Allison1-1/+1
2003-08-21Shut conversion errors up when initialising tables.Jeremy Allison1-12/+24
2003-08-21define SYSV for IRIXHerb Lewis1-0/+1
2003-08-21fix bug 327; make sure to link SMBLDAP_OBJ with PAM_SMBPASS_OBJGerald Carter1-1/+1
2003-08-21fix for BUG 245; make sure we set the sid type when falling back to the rid a...Gerald Carter1-1/+7
2003-08-21Keep list of ignored and shared modulesJelmer Vernooij1-0/+2
2003-08-21remove unneedced scriptGerald Carter1-102/+0
2003-08-21actually check in the fix for make tortureGerald Carter1-2/+2
2003-08-21Ignore only getdate.* in modules/, not the whole directory. Fixes static buil...Alexander Bokovoy1-1/+1
2003-08-21Turn UNIX extensions on by default. Yes I will change the docs :-).Jeremy Allison1-1/+1
2003-08-20Attempt to fix the charcnv issues causing nmbd to crash. If we get a failedJeremy Allison3-36/+94
2003-08-20metze's autogenerate patch for version.hGerald Carter25-24/+298
2003-08-20Fix bug #252. Implement missing SAMR_REMOVE_USER_FOREIGN_DOMAINGerald Carter4-34/+93
2003-08-20Add log2pcap to ignorefileJelmer Vernooij1-0/+1
2003-08-20Make compiling vfs_readonly static possibleJelmer Vernooij1-1/+1
2003-08-20fix small logic error in cm_open_connection() to work with non-krb5 connectionsGerald Carter1-7/+31
2003-08-19missing backticGerald Carter1-1/+1
2003-08-19 - Make 'net' use a single funciton for setting the 'use machine account' code.Andrew Bartlett6-55/+138
2003-08-19Ignore modules/*.c in make protoAlexander Bokovoy1-1/+1
2003-08-19- Fix the kerberos downgrade problem:Andrew Bartlett3-63/+42
2003-08-19Break up 'cli_full_connection' to allow for the session setups to be doneAndrew Bartlett1-35/+114
2003-08-19working on fix for BUG #294. Not done yet, but this at least clearsGerald Carter2-5/+17
2003-08-19- Update 'preload modules' documention (bug #304)Jelmer Vernooij2-3/+11
2003-08-19Fix BUG #314: api_netUserGetGRoups() was failing prematurelyGerald Carter3-9/+70
2003-08-19Implement SMBexit properly. Found by Samba4 tester. You must do a makeJeremy Allison4-0/+24
2003-08-19Fix flush of 0xFFFF - found by Samba4 tester.Jeremy Allison1-2/+4
2003-08-19Don't return DOS error on SMBsearch return if using NT error codes (NT1Jeremy Allison1-8/+10
2003-08-18Win2k never returns 'no such user' here, so when we do it, the clients freakAndrew Bartlett1-1/+1
2003-08-18Added level 262. Found by Samba4 torture tester.Jeremy Allison1-0/+44
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