summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Use correct size (17 not 16) when doing a push_ascii(). Ensure thatJeremy Allison2003-08-222-2/+2
* * Fix for bug 290:Gerald Carter2003-08-223-6/+16
* don't complain if the using_samba book is not in the treeGerald Carter2003-08-221-12/+3
* revert abartet's change that removed the check for CAP_EXTENDED_SECURITY when...Gerald Carter2003-08-221-2/+2
* fix compile problem (stray character)Gerald Carter2003-08-221-1/+1
* ensure that 'available = no' works for [homes]; reported by Walter HaidingerGerald Carter2003-08-221-3/+1
* Ensure nmb_namestr() converts back from CH_DOS to CH_UNIX.Jeremy Allison2003-08-222-21/+16
* Ensure nmblookup correctly converts from CH_DOS to CH_UNIX when displayingJeremy Allison2003-08-221-1/+1
* Shut conversion errors up when initialising tables.Jeremy Allison2003-08-211-12/+24
* define SYSV for IRIXHerb Lewis2003-08-211-0/+1
* fix bug 327; make sure to link SMBLDAP_OBJ with PAM_SMBPASS_OBJGerald Carter2003-08-211-1/+1
* fix for BUG 245; make sure we set the sid type when falling back to the rid a...Gerald Carter2003-08-211-1/+7
* Keep list of ignored and shared modulesJelmer Vernooij2003-08-211-0/+2
* remove unneedced scriptGerald Carter2003-08-211-102/+0
* actually check in the fix for make tortureGerald Carter2003-08-211-2/+2
* Ignore only getdate.* in modules/, not the whole directory. Fixes static buil...Alexander Bokovoy2003-08-211-1/+1
* Turn UNIX extensions on by default. Yes I will change the docs :-).Jeremy Allison2003-08-211-1/+1
* Attempt to fix the charcnv issues causing nmbd to crash. If we get a failedJeremy Allison2003-08-203-36/+94
* 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