summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
| * r8834: fixing SWAT install after docs changeswat/help/welcome.htmlGerald Carter2005-07-281-2/+2
| |
| * r8833: Fix some uninitialized variables.Volker Lendecke2005-07-282-3/+3
| | | | | | | | Volker
| * r8805: Merge a duplicate struct. Get ready to support SPNEGO rpc binds.Jeremy Allison2005-07-274-128/+114
| | | | | | | | Jeremy.
| * r8800: grr...get logic right when checking #defineGerald Carter2005-07-271-2/+2
| |
| * r8799: disabling schannel on samr and lsa until I figure outGerald Carter2005-07-271-9/+15
| | | | | | | | the latest MS changes in 2003 sp1 and 2004 sp4 sr1
| * r8798: Save one system call per SMB. smb_run_idle_events right now is only ↵Volker Lendecke2005-07-271-4/+0
| | | | | | | | | | | | | | | | | | used to close idle pdb_ldap connections, and from my point of view this can wait until normal timeout handling, this does not need to be done per client request. Volker
| * r8797: avoid unset rids for builtin-aliases.Günther Deschner2005-07-271-1/+2
| | | | | | | | Guenther
| * r8796: disable schannel on the lsa client pipe for now to deal with Windows ↵Gerald Carter2005-07-271-0/+7
| | | | | | | | 2003 sp1 and Windows 2000 SP4 SR1
| * r8795: fix our perpetual motion maching in strncpy_w()Gerald Carter2005-07-271-1/+1
| |
| * r8787: Make enumeration of builtin-aliases work again.Günther Deschner2005-07-261-5/+41
| | | | | | | | Guenther
| * r8786: Fix amazing and long-standing bug where user-accounts are just crippledGünther Deschner2005-07-261-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | accounts (accounts without AcctCtrl set) after a vampire-process. New Accounts tend to hace no acb_info at all which means "0" (ACB_NORMAL). Unless 0 becomes not 0 we don't do anything and set *no* acctrl for normal users at all (!). Those crippled users now don't show up in usrmgr since 3.0.20somethings ldap-routines now finally test if the attribute is there. Guenther
| * r8782: Fix bug #2918. The problem was using Inbuffer to push a deferred open ↵Jeremy Allison2005-07-261-5/+7
| | | | | | | | | | | | | | | | | | message onto the queue when we're in a chained message set - we're actually processing a different buffer then. Added current_inbuf as a static inside smbd/process.c to ensure the correct message gets pushed and processed. Jeremy.
| * r8762: Attempt to fix the winbindd crashing bug on Solaris (can't rememberJeremy Allison2005-07-262-113/+258
| | | | | | | | | | | | the bugid). Make the functions in lib/util_unistr.c odd-alignment safe using some evil macros. Needs testing on bigendian. Jeremy.
| * r8757: Add debug messages so we can see what attributes and values are beingJeremy Allison2005-07-251-0/+3
| | | | | | | | | | set/deleted/modified in an ldap query. Jeremy.
| * r8755: more malloc fixesGerald Carter2005-07-251-3/+3
| |
| * r8716: adding 'username map script' which if defined takes precendence overGerald Carter2005-07-222-15/+57
| | | | | | | | the username map file.
| * r8704: Patch from Timur Bakeyev <timur@com.bat.ru> to fix typoJeremy Allison2005-07-221-1/+1
| | | | | | | | | | calling wrong aio_fsync function. Bugid #2909. Jeremy.
| * r8697: BUG 2908: make sure to allow for the trailing NULLGerald Carter2005-07-221-2/+1
| |
| * r8695: Patch from James Peach for hires timestamps and efficientJeremy Allison2005-07-222-4/+85
| | | | | | | | | | | | notify code. Bugid #2285. The last commit by me on behalf of James as he will be able to do his own now :-). Jeremy.
| * r8689: Fixes bugid #2889 for sure. Turns out the OS/2 dos box doesn't like ↵Jeremy Allison2005-07-211-14/+21
| | | | | | | | | | | | | | two offsets to be identical. Make offsets for . and .. different (and explicit). Jeremy.
| * r8686: Revert %LOGONSERVER%-substitution. The substition is done on the client,Günther Deschner2005-07-213-12/+21
| | | | | | | | | | | | | | | | | | | | | | not on the server. We now preserve this windows variable (important for vampired setups) and correctly substitute only the "%L"s in strings like: "%LOGONSERVER% %L %lOgOnSeRvEr% %L". Guenther
| * r8682: fix vfstest, thanks to Rainer Link for spotting this oneSimo Sorce2005-07-211-0/+2
| |
| * r8675: fix some compile warnings.Günther Deschner2005-07-212-2/+2
| | | | | | | | Guenther
| * r8673: merged from samba4Andrew Tridgell2005-07-211-4/+15
| |
| * r8655: Still trying to fix #2889. We don't need the DPTR_MASK afterJeremy Allison2005-07-201-9/+2
| | | | | | | | | | all, now thinking it might be to do with flags2... Jeremy.
| * r8654: merging cli_spoolss_XX() updates from trunkGerald Carter2005-07-2010-2115/+1187
| |
| * r8653: Fix bug #2659.Lars Müller2005-07-201-1/+1
| |
| * r8641: Fix bug #2262. Now we accept freebsd 5 till 9 as suggested by TimurLars Müller2005-07-201-2/+2
| | | | | | | | Bakeyev.
| * r8617: Be very explicit if addprinterex is called that the "addprinter command"Jeremy Allison2005-07-191-2/+7
| | | | | | | | | | must be defined in smb.conf. Jeremy.
| * r8615: Added "acl group control". Defaults to off. Docs to follow.Jeremy Allison2005-07-192-34/+131
| | | | | | | | Jeremy.
| * r8610: If I'm going to do a debug level zero, at least make it useful.Jeremy Allison2005-07-191-1/+2
| | | | | | | | Jeremy.
| * r8609: Fix for bugid #2889. I think the problem is that the top 16 bits of ↵Jeremy Allison2005-07-192-3/+11
| | | | | | | | | | | | | | | | | | | | the "server state" field must be non-zero. As we're using the 32 bit field as an offset then normally this field will be zero. W2K3 fills this field with a counter enumerating the number of SMBsearch calls on this directory - starting at 1. Add back the 1<<31 bit flag DPTR_MASK to ensure this is non-zero - with better checks on use. Jeremy.
| * r8607: BUG 2900 more compiler warningsGerald Carter2005-07-191-9/+10
| |
| * r8606: BUG 2899: fix compiler warning in regfio routineGerald Carter2005-07-191-1/+1
| |
| * r8604: BUG 2890: fix unitialized variable reported by Jason Mader ↵Gerald Carter2005-07-191-0/+1
| | | | | | | | <jason@ncac.gwu.edu>
| * r8597: Use UNI_STR_TERMINATE (an enum value) instead of STR_TERMINATE (a Tim Potter2005-07-191-1/+1
| | | | | | | | #define) to quieten a warning. Bugzilla #2892.
| * r8596: Don't wrap non-existent functions. Bugzilla #2895.Tim Potter2005-07-191-45/+0
| |
| * r8595: Delete unused prototypes.Tim Potter2005-07-191-2/+0
| |
| * r8592: I'm pretty sure this should be != instead of =!. Bugzilla #2893.Tim Potter2005-07-191-1/+1
| |
| * r8573: Fix set but not used warning in srvsvc server-side code. Tim Potter2005-07-191-2/+2
| | | | | | | | Another bugzilla (#2891) from Jason Mader.
| * r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter2005-07-1929-58/+0
| |
| * r8564: Sometimes we're too dumb to live... Fix samr calls where we wereJeremy Allison2005-07-197-116/+116
| | | | | | | | | | | | | | using USER_INFO_XX structs and functions where XX was sometimes in hex and sometimes in decimal. Now it's all in decimal (should be no functionality change). Jeremy.
| * r8556: Fix bug #2878 - Norton commander not running on OS/2 client - we wereJeremy Allison2005-07-181-1/+1
| | | | | | | | | | | | not correctly returning the requested open mode. Thanks to alex@infobit.ru for reporting this. Jeremy.
| * r8553: Another compile warning fix from jason@ncac.gwu.edu.Jeremy Allison2005-07-181-1/+1
| | | | | | | | Jeremy.
| * r8552: Warning fix from jason@ncac.gwu.edu.Jeremy Allison2005-07-181-1/+1
| | | | | | | | Jeremy.
| * r8547: Code tidyup from Jason Mader <jason@ncac.gwu.edu>. Bugid #2885.Jeremy Allison2005-07-181-2/+0
| | | | | | | | Jeremy.
| * r8545: Fix oplock bug introduced by oplock code "simplification" :-).Jeremy Allison2005-07-181-5/+5
| | | | | | | | | | | | We *always* reply to an exclusive oplock break message even if we have no record of the oplock (and we always did before 3.0.20pre2). Jeremy.
| * r8543: merge volker's nt_printing_init() fix from trunk (r8526)Gerald Carter2005-07-181-1/+6
| | | | | | | | but make sure to write the new version to the ntdrivers.tdb.
| * r8542: - (re-)add better search-semantics: look for Interdomain trust accountsGünther Deschner2005-07-181-2/+2
| | | | | | | | | | | | | | | | | | | | below the machine-suffix (this is where we create them)) to avoid digging through thousands of user-accounts just to find a handful of trust-accounts in the enumdomusers-samr-call. - don't access freed data in DEBUG-statement Guenther
| * r8538: honour CC in python build.Günther Deschner2005-07-181-0/+2
| | | | | | | | Guenther