summaryrefslogtreecommitdiffstats
path: root/source/include/smb.h
Commit message (Collapse)AuthorAgeFilesLines
* r22434: sync from the 3.0.25 tree for rc2Gerald Carter2007-04-211-3/+5
|
* r22138: * Sync up with the SAMBA_3_0_25 as of svn r22132.Gerald Carter2007-04-091-0/+10
| | | | | * Set VERSION to 3.0.25rc1 * Update release notes.
* r21889: * Pull from SAMBA-3_0_25 svn r21888Gerald Carter2007-03-201-2/+3
| | | | * Set version to 3.0.25pre2
* r21585: Start syncing the monster that will become 3.0.25pre1Gerald Carter2007-02-281-136/+170
| | | | | | | | Still todo: * release notes * few minor outstanding patches * additional idmap man pages
* r17727: Start pulling in changes for 3.0.23cGerald Carter2006-08-231-1/+1
|
* r16674: After removing each individual post-3.0.23rc3 change:Gerald Carter2006-06-291-0/+6
| | | | | | | | | | | | | | This pulls is what I considered safe fixes from SAMBA_3_0. This boiled down to either Klocwork fixes or obvious compiler warning fixes. I did not include any changes to fnuction signatures not the version change to the passdb API. Also pulled in the 3 nmbd fixes requested by Jeremy and the wildcard delete fix. This code will sit for a few days in the cooker and then become 3.0.23 if nothing blows up. I don't care how many more compile warning fixes people throw into SAMBA_3_0.
* r16472: final pass for 3.0.23rc3 I think. Current with SAMBA_3_0 r16471Gerald Carter2006-06-221-2/+4
|
* r16104: Set version to 3.0.23rc2Gerald Carter2006-06-081-1/+8
| | | | | Bring release tree up to current 3.0 tree (svn merge -r15845:16103 $SVNURL/branches/SAMBA_3_0)
* r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822)Gerald Carter2006-05-231-1/+4
|
* r15088: Remove all time() and gettimeofday() calls out of the mainlineJeremy Allison2006-04-151-0/+1
| | | | | | packet processing code. Only do these when needed (ie. in the idle timeout code). We drop an unneccessary global here too. Jeremy.
* r15060: The brlock code gets called a lot. Ensure we keep theJeremy Allison2006-04-121-0/+8
| | | | | | key around while we're using it - saves many calls to locking_key() (now deleted). Jeremy.
* r15018: Merge Volker's ipc/trans2/nttrans changes overJeremy Allison2006-04-101-2/+45
| | | | | | | | into 3.0. Also merge the new POSIX lock code - this is not enabled unless -DDEVELOPER is defined. This doesn't yet map onto underlying system POSIX locks. Updates vfs to allow lock queries. Jeremy.
* r14668: Set the FILE_STATUS_OFFLINE bit by observing the events a DMAPI-basedJames Peach2006-03-221-1/+2
| | | | HSM is interested in. Tested on both IRIX and SLES9.
* r14600: Refactor capability interface from being IRIX-specific to using onlyJames Peach2006-03-211-1/+3
| | | | | the POSIX interface. Note that this removes support for inherited capabilities. This wasn't used, and probably should not be.
* r14255: Revert r14204 which was horribly broken.James Peach2006-03-121-1/+1
|
* r14207: Convert the lp_acl_compatibility() param into an enum.James Peach2006-03-111-0/+2
|
* r14204: Remove the basically unused P_GSTRING and P_UGSTRINGJames Peach2006-03-111-1/+1
| | | | parameter types.
* r14050: Add the ACB_PWEXPIRED bit abartlet has found.Günther Deschner2006-03-081-0/+1
| | | | Guenther
* r13733: Reorder so that locking and params declarations are not mingled.James Peach2006-02-271-17/+18
|
* r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16. Günther Deschner2006-02-271-0/+1
| | | | | | | | * Fix a couple of related parsing issues. * in the info3 reply in a samlogon, return the ACB-flags (instead of returning zero) Guenther
* r13482: Push the FAM notification file descriptor into the selectJames Peach2006-02-131-0/+1
| | | | set to avoid unnecessary polling.
* r13329: Fix libsmbsharemodes.so to work with the stored delete token.Jeremy Allison2006-02-041-0/+25
| | | | | | Less trouble than I thought plus it didn't need an interface change (thank goodness !). Jeremy.
* r13316: Let the carnage begin....Gerald Carter2006-02-031-13/+57
| | | | Sync with trunk as off r13315
* r13310: first round of server affinity patches for winbindd & net ads joinGerald Carter2006-02-031-8/+0
|
* r13293: Rather a big patch I'm afraid, but this should fix bug #3347Jeremy Allison2006-02-021-76/+62
| | | | | | | | by saving the UNIX token used to set a delete on close flag, and using it when doing the delete. libsmbsharemodes.so still needs updating to cope with this change. Samba4 torture tests to follow. Jeremy.
* r13274: Fix for bug #3467. Not a show stopper.Jeremy Allison2006-02-011-0/+1
| | | | | | jason qian <jason@infrant.com> was a *fantastic* help in tracking this down. Jeremy.
* r13260: Fix stupid bug Volker found for big-endian machines.Jeremy Allison2006-01-311-1/+1
| | | | Jeremy.
* r13198: Fix issues exposed by Jerry's testing on 64-bit SolarisJeremy Allison2006-01-271-1/+0
| | | | | (I hope). Separate 3.0.21b patch sent to Jerry. Jeremy.
* r13095: Fix warnings assigning int to a size_t.Jeremy Allison2006-01-231-1/+1
| | | | Jeremy.
* r12877: Stop passing structs around in smb messages, insteadJeremy Allison2006-01-121-1/+43
| | | | | | | | | always linearize into little-endian. Should fix all Solaris issues with this, plus provide a cleaner base moving forward for cluster-aware Samba where smbd's can communicate across different compilers/architectures (eventually these message will have to go cross-machine). Jeremy.
* r12660: Happy New Year!Stefan Metzmacher2006-01-011-1/+1
| | | | metze
* r12522: Try and fix bug #2926 by removing setlocale(LC_ALL, "C")Jeremy Allison2005-12-271-0/+3
| | | | | | and replace calls to isupper/islower/toupper/tolower with ASCII equivalents (mapping into _w variants). Jeremy.
* r12213: Final fix for #3303 - send rename messages to smbd'sJeremy Allison2005-12-131-0/+6
| | | | | | | | that have open file handles to allow them to correctly implement delete on close. There is a further correctness fix I'm intending to add to this to cope with different share paths, but not right now... Jeremy.
* r12203: Add the share path into the sharemode db. This involvesJeremy Allison2005-12-121-0/+1
| | | | | | | | | | revving the minor version number for libsmbsharemodes (we now have a new _ex interface that takes the share path as well as the filename). Needed for #3303. Some code written by SATOH Fumiyasu <fumiya@samba.gr.jp> included in the changes to locking/locking.c. The smbstatus output is a bit of a mess and needs overhauling... Jeremy.
* r12107: Move to a tdb-based wins database. At the moment we stillJeremy Allison2005-12-061-5/+2
| | | | | | use it as though it were an in-memory db and dump out to a flat file every 2 mins, but that can now change. Jeremy.
* r12052: Remove unused typedefsVolker Lendecke2005-12-031-43/+0
|
* r12051: Merge across the lookup_name and lookup_sid work. Lets see how the ↵Volker Lendecke2005-12-031-0/+4
| | | | | | | | build farm reacts :-) Volker
* r11190: Fix enhancement request #3192.Jeremy Allison2005-10-191-1/+9
| | | | | | | | This does 2 things. 1). Makes dfree command a per-share parameter (it should be anyway IMHO). 2). Adds a "dfree cache time" parameter in seconds that specifies how long a dfree command output should be cached for. Default is zero (no caching). Jeremy.
* r10979: After discussions on IRC about profile shares,Jeremy Allison2005-10-141-0/+3
| | | | | | | | | | | added new parameter : map readonly = [yes|no|permissions] If yes: map inverse of user "w" bit to mean readonly. If no: never set DOS readonly bit. If permissions: check file permissions for user and set readonly bit if the current user cannot write. If store dos attributes is set to yes then this parameter is ignored. Jeremy.
* r10822: updating copyright infoGerald Carter2005-10-071-0/+4
|
* r10656: BIG merge from trunk. Features not copied overGerald Carter2005-09-301-110/+70
| | | | | | | * \PIPE\unixinfo * winbindd's {group,alias}membership new functions * winbindd's lookupsids() functionality * swat (trunk changes to be reverted as per discussion with Deryck)
* r10371: Adding iPrint printing backend written by Joel J. Smith @ Novell.Jeremy Allison2005-09-201-1/+1
| | | | Jeremy.
* r8762: Attempt to fix the winbindd crashing bug on Solaris (can't rememberJeremy Allison2005-07-261-0/+5
| | | | | | the bugid). Make the functions in lib/util_unistr.c odd-alignment safe using some evil macros. Needs testing on bigendian. Jeremy.
* r8508: Rename EXCLUSIVE_BREAK_SENT to BREAK_TO_NONE_SENT.Volker Lendecke2005-07-151-1/+1
| | | | Volker
* r8472: abartlet's patch for parallel ntlmssp ↵Gerald Carter2005-07-141-0/+2
| | | | supporttrunk/source/smbd/sesssetup.c
* r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison2005-07-081-67/+73
| | | | | | | | | tests on this as it's very late NY time (just wanted to get this work into the tree). I'll test this over the weekend.... Jerry - in looking at the difference between the two trees there seem to be some printing/ntprinting.c and registry changes we might want to examine to try keep in sync. Jeremy.
* r7963: Add aio support to 3.0.Jeremy Allison2005-06-271-0/+2
| | | | Jeremy.
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2005-06-241-7/+5
| | | | | | safe for using our headers and linking with C++ modules. Stops us from using C++ reserved keywords in our code. Jeremy
* r7395: * new feature 'map to guest = bad uid' (based on patch from Gerald Carter2005-06-081-9/+4
| | | | | | | | | aruna.prabakar@hp.com). This re-enables the Samba 2.2 behavior where a user that was successfully authenticated by a remote DC would be mapped to the guest account if there was not existing UNIX account for that user and we could not create one.
* r7024: reverting mistaken commitGerald Carter2005-05-271-1/+0
|