Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | r8834: fixing SWAT install after docs changeswat/help/welcome.html | Gerald Carter | 2005-07-28 | 1 | -2/+2 | |
| | | ||||||
| * | r8833: Fix some uninitialized variables. | Volker Lendecke | 2005-07-28 | 2 | -3/+3 | |
| | | | | | | | | Volker | |||||
| * | r8805: Merge a duplicate struct. Get ready to support SPNEGO rpc binds. | Jeremy Allison | 2005-07-27 | 4 | -128/+114 | |
| | | | | | | | | Jeremy. | |||||
| * | r8800: grr...get logic right when checking #define | Gerald Carter | 2005-07-27 | 1 | -2/+2 | |
| | | ||||||
| * | r8799: disabling schannel on samr and lsa until I figure out | Gerald Carter | 2005-07-27 | 1 | -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 Lendecke | 2005-07-27 | 1 | -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 Deschner | 2005-07-27 | 1 | -1/+2 | |
| | | | | | | | | Guenther | |||||
| * | r8796: disable schannel on the lsa client pipe for now to deal with Windows ↵ | Gerald Carter | 2005-07-27 | 1 | -0/+7 | |
| | | | | | | | | 2003 sp1 and Windows 2000 SP4 SR1 | |||||
| * | r8795: fix our perpetual motion maching in strncpy_w() | Gerald Carter | 2005-07-27 | 1 | -1/+1 | |
| | | ||||||
| * | r8787: Make enumeration of builtin-aliases work again. | Günther Deschner | 2005-07-26 | 1 | -5/+41 | |
| | | | | | | | | Guenther | |||||
| * | r8786: Fix amazing and long-standing bug where user-accounts are just crippled | Günther Deschner | 2005-07-26 | 1 | -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 Allison | 2005-07-26 | 1 | -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 remember | Jeremy Allison | 2005-07-26 | 2 | -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 being | Jeremy Allison | 2005-07-25 | 1 | -0/+3 | |
| | | | | | | | | | | set/deleted/modified in an ldap query. Jeremy. | |||||
| * | r8755: more malloc fixes | Gerald Carter | 2005-07-25 | 1 | -3/+3 | |
| | | ||||||
| * | r8716: adding 'username map script' which if defined takes precendence over | Gerald Carter | 2005-07-22 | 2 | -15/+57 | |
| | | | | | | | | the username map file. | |||||
| * | r8704: Patch from Timur Bakeyev <timur@com.bat.ru> to fix typo | Jeremy Allison | 2005-07-22 | 1 | -1/+1 | |
| | | | | | | | | | | calling wrong aio_fsync function. Bugid #2909. Jeremy. | |||||
| * | r8697: BUG 2908: make sure to allow for the trailing NULL | Gerald Carter | 2005-07-22 | 1 | -2/+1 | |
| | | ||||||
| * | r8695: Patch from James Peach for hires timestamps and efficient | Jeremy Allison | 2005-07-22 | 2 | -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 Allison | 2005-07-21 | 1 | -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 Deschner | 2005-07-21 | 3 | -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 one | Simo Sorce | 2005-07-21 | 1 | -0/+2 | |
| | | ||||||
| * | r8675: fix some compile warnings. | Günther Deschner | 2005-07-21 | 2 | -2/+2 | |
| | | | | | | | | Guenther | |||||
| * | r8673: merged from samba4 | Andrew Tridgell | 2005-07-21 | 1 | -4/+15 | |
| | | ||||||
| * | r8655: Still trying to fix #2889. We don't need the DPTR_MASK after | Jeremy Allison | 2005-07-20 | 1 | -9/+2 | |
| | | | | | | | | | | all, now thinking it might be to do with flags2... Jeremy. | |||||
| * | r8654: merging cli_spoolss_XX() updates from trunk | Gerald Carter | 2005-07-20 | 10 | -2115/+1187 | |
| | | ||||||
| * | r8653: Fix bug #2659. | Lars Müller | 2005-07-20 | 1 | -1/+1 | |
| | | ||||||
| * | r8641: Fix bug #2262. Now we accept freebsd 5 till 9 as suggested by Timur | Lars Müller | 2005-07-20 | 1 | -2/+2 | |
| | | | | | | | | Bakeyev. | |||||
| * | r8617: Be very explicit if addprinterex is called that the "addprinter command" | Jeremy Allison | 2005-07-19 | 1 | -2/+7 | |
| | | | | | | | | | | must be defined in smb.conf. Jeremy. | |||||
| * | r8615: Added "acl group control". Defaults to off. Docs to follow. | Jeremy Allison | 2005-07-19 | 2 | -34/+131 | |
| | | | | | | | | Jeremy. | |||||
| * | r8610: If I'm going to do a debug level zero, at least make it useful. | Jeremy Allison | 2005-07-19 | 1 | -1/+2 | |
| | | | | | | | | Jeremy. | |||||
| * | r8609: Fix for bugid #2889. I think the problem is that the top 16 bits of ↵ | Jeremy Allison | 2005-07-19 | 2 | -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 warnings | Gerald Carter | 2005-07-19 | 1 | -9/+10 | |
| | | ||||||
| * | r8606: BUG 2899: fix compiler warning in regfio routine | Gerald Carter | 2005-07-19 | 1 | -1/+1 | |
| | | ||||||
| * | r8604: BUG 2890: fix unitialized variable reported by Jason Mader ↵ | Gerald Carter | 2005-07-19 | 1 | -0/+1 | |
| | | | | | | | | <jason@ncac.gwu.edu> | |||||
| * | r8597: Use UNI_STR_TERMINATE (an enum value) instead of STR_TERMINATE (a | Tim Potter | 2005-07-19 | 1 | -1/+1 | |
| | | | | | | | | #define) to quieten a warning. Bugzilla #2892. | |||||
| * | r8596: Don't wrap non-existent functions. Bugzilla #2895. | Tim Potter | 2005-07-19 | 1 | -45/+0 | |
| | | ||||||
| * | r8595: Delete unused prototypes. | Tim Potter | 2005-07-19 | 1 | -2/+0 | |
| | | ||||||
| * | r8592: I'm pretty sure this should be != instead of =!. Bugzilla #2893. | Tim Potter | 2005-07-19 | 1 | -1/+1 | |
| | | ||||||
| * | r8573: Fix set but not used warning in srvsvc server-side code. | Tim Potter | 2005-07-19 | 1 | -2/+2 | |
| | | | | | | | | Another bugzilla (#2891) from Jason Mader. | |||||
| * | r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore. | Tim Potter | 2005-07-19 | 29 | -58/+0 | |
| | | ||||||
| * | r8564: Sometimes we're too dumb to live... Fix samr calls where we were | Jeremy Allison | 2005-07-19 | 7 | -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 were | Jeremy Allison | 2005-07-18 | 1 | -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 Allison | 2005-07-18 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r8552: Warning fix from jason@ncac.gwu.edu. | Jeremy Allison | 2005-07-18 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r8547: Code tidyup from Jason Mader <jason@ncac.gwu.edu>. Bugid #2885. | Jeremy Allison | 2005-07-18 | 1 | -2/+0 | |
| | | | | | | | | Jeremy. | |||||
| * | r8545: Fix oplock bug introduced by oplock code "simplification" :-). | Jeremy Allison | 2005-07-18 | 1 | -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 Carter | 2005-07-18 | 1 | -1/+6 | |
| | | | | | | | | but make sure to write the new version to the ntdrivers.tdb. | |||||
| * | r8542: - (re-)add better search-semantics: look for Interdomain trust accounts | Günther Deschner | 2005-07-18 | 1 | -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 Deschner | 2005-07-18 | 1 | -0/+2 | |
| | | | | | | | | Guenther |