summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
| * r10186: More 64-bit warning fixes.Jeremy Allison2005-09-122-3/+3
| | | | | | | | Jeremy.
| * r10182: Starting to stamp out warnings on a 64-bit box.Jeremy Allison2005-09-121-5/+5
| | | | | | | | | | More to follow. Jeremy.
| * r10176: adding smbctool from Kalim's SoC project; requires make bin/smbctoolGerald Carter2005-09-123-36/+4009
| |
| * r10170: Fix for #3056:Günther Deschner2005-09-121-4/+6
| | | | | | | | | | | | | | Allow to include BUILTIN to the mapping table also when "allow trusted domains" is disabled. Guenther
| * r10165: - use the sysquota interface on linux by default (as the configure ↵Stefan Metzmacher2005-09-121-8/+21
| | | | | | | | | | | | | | | | | | --help, shows since a few years ago) - fix the logic for using the builtin linux quota support (hopeful fix the quota build on the fedora 4 builtfarm boxes) metze
| * r10163: try to fix the build on fedora 4, when --with-quota is not usedStefan Metzmacher2005-09-122-0/+12
| | | | | | | | | | | | (to actually fix the quotas, more work is needed) metze
| * r10154: Fix crash bug on security descriptor upgrade (as seen on x86_64).Günther Deschner2005-09-111-1/+2
| | | | | | | | Guenther
| * r10152: 64-bit fix for bug #3082. Thanks to Robin Hill for tracking this ↵Volker Lendecke2005-09-111-1/+3
| | | | | | | | | | | | | | | | | | | | | | down with valgrind. Jerry, if this patch proves to fix his problem, it is definitely a candidate for the recommended patches page. Volker
| * r10151: Fix includes correctly. Patch from Steve WilliamsJeremy Allison2005-09-111-1/+8
| | | | | | | | | | <steve@celineandsteve.com>. Jeremy.
| * r10150: Fix from Steve Williams <steve@celineandsteve.com> to make the argsJeremy Allison2005-09-111-2/+2
| | | | | | | | | | consistent (uint64_t). Jeremy.
| * r10136: Fix for bug #3060 from Leo Weppelman <leo@wau.mis.ah.nl>.Jeremy Allison2005-09-101-1/+1
| | | | | | | | | | Ensure SMBcreate truncates the file if it exists. Jeremy.
| * r10135: Remove external dependencies for libsmbsharemodes.soJeremy Allison2005-09-092-11/+12
| | | | | | | | Jeremy.
| * r10133: Fix bug #3044. open-exec is read-only.Jeremy Allison2005-09-091-1/+1
| | | | | | | | Jeremy.
| * r10106: Fix typos. Oops, more fixes.John Terpstra2005-09-091-6/+6
| |
| * r10105: Fix typos. Oops, modules are called objects.John Terpstra2005-09-091-2/+2
| |
| * r10068: Use prctl(PR_SET_DUMPABLE) to make sure we can always leave a goodJames Peach2005-09-082-1/+22
| | | | | | | | looking corpse on Linux.
| * r10064: BUG 3052: adding OpenBSD timespec patch from Steve Williams ↵Gerald Carter2005-09-071-1/+10
| | | | | | | | <steve@celineandsteve.com>
| * r10061: add some description to the default_quota moduleStefan Metzmacher2005-09-071-0/+50
| | | | | | | | | | | | jht: can you merge that to the howto, please? metze
| * r10056: Fix typo stopping .o's being added to shared library.Jeremy Allison2005-09-061-2/+2
| | | | | | | | Jeremy.
| * r10055: Fix typos in smbsharemodes spec.Jeremy Allison2005-09-061-5/+5
| | | | | | | | Jeremy.
| * r10054: Actually use the given db path (:-)Jeremy Allison2005-09-061-1/+5
| | | | | | | | Jeremy.
| * r10042: Add in external LGPL library for accessing the share mode db. AllowJeremy Allison2005-09-054-3/+627
| | | | | | | | | | others to examine & test. May not end up here eventually... Jeremy.
| * r10012: fix build breakage caused by forgotten commit in local treeGerald Carter2005-09-031-1/+1
| |
| * r10005: forgot to remove one object fileGerald Carter2005-09-031-0/+0
| |
| * r10003: in the rush for 10k, I forgot to run add the rest of Chris' libmsrpc ↵Gerald Carter2005-09-0310-0/+9513
| | | | | | | | files
| * r10001: adding in libmsrpc from Chris Nicholls (SoC project). not built by ↵Gerald Carter2005-09-032-25/+45
| | | | | | | | default per conversation with Jeremy until the rpc changes from trunk are merged back
| * r9998: starting content for maintainers fileGerald Carter2005-09-032-59/+13
| |
| * r9985: Move the all the strict sync logic into file_sync().James Peach2005-09-034-20/+15
| |
| * r9965: Fix some typo'sJelmer Vernooij2005-09-021-4/+4
| |
| * r9958: revert last commit.Günther Deschner2005-09-021-1/+1
| | | | | | | | Guenther
| * r9956: Ensure accounts with the SeAddUsersPrivilege can modify domain and ↵Gerald Carter2005-09-021-8/+32
| | | | | | | | local group attributes (posted to samba ml and confirmed fix)
| * r9955: Fix misleading comments.Günther Deschner2005-09-021-1/+1
| | | | | | | | Guenther
| * r9953: get rid of compiler warning.Günther Deschner2005-09-021-1/+1
| | | | | | | | Guenther
| * r9952: Adapt better to the Windows way of taking and assigning ownership:Günther Deschner2005-09-023-11/+24
| | | | | | | | | | | | | | | | | | | | | | | | * Users with SeRestorePrivilege may chown files to anyone (be it as a backup software or directly using the ownership-tab in the security acl editor on xp), while * Users with SeTakeOwnershipPrivilege only can chown to themselves. Simo, Jeremy. I think this is correct now. Guenther
| * r9947: fix build breakage on Status VOS (build farm)Gerald Carter2005-09-021-5/+5
| |
| * r9946: allow the priv-based chown (se_take_ownership) to chown to other usersGünther Deschner2005-09-021-1/+0
| | | | | | | | | | | | | | | | (not only to the current_user.uid). Jeremy, please have a look. Guenther
| * r9945: fix typos.Günther Deschner2005-09-022-2/+2
| | | | | | | | Guenther
| * r9944: fix python buildGünther Deschner2005-09-021-0/+3
| | | | | | | | Guenther
| * r9935: Make it easier to find overruns.Jeremy Allison2005-09-021-2/+4
| | | | | | | | Jeremy.
| * r9914: key ordering in hash list is case insensitiveGerald Carter2005-09-011-1/+1
| |
| * r9913: fix some build breakage on solaris with --enable-socket-wrapperGerald Carter2005-09-011-3/+3
| |
| * r9897: fix build with --enable-socket-wrapperGünther Deschner2005-09-011-1/+1
| | | | | | | | Guenther
| * r9895: fix typo in registry pathGerald Carter2005-09-011-1/+1
| |
| * r9894: Add new registry key expected by Windows XP clients.Gerald Carter2005-09-011-9/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HKLM\\SYSTEM\\CurrentControlSet\\Control\\Termininal Server\\DefaultUserConfiguration Apparently this started showing up after the winreg-write support was added in 3.0.20rc1 or so. Also modifed init_registry_data() to always run and add the required keys. Initial values however are only written if they don't already exist. This makes it easier to add new keys without having to rev the tdb version number (which is really unnecessary in this case). Portions of patch reviewed by Thomas Bork on the general samba ml.
| * r9893: fix REG_CREATE_KEY_EX parsing error caused by WinXP clientsGerald Carter2005-09-012-12/+14
| | | | | | | | | | | | | | | | | | | | looking for an not finding a 'Terminal Server' key. Claims to make problems with usrmgr.exe support as well according the Samba ml. Posted on samba@samba.org for review. Reviewed by Thomas Bork (comments integrated into the reg_db.c patch coming up next).
| * r9852: Add tridge's Samba4 tdb optimisations.Jeremy Allison2005-09-011-0/+48
| | | | | | | | Jeremy.
| * r9790: remove 'set but not used' variables (reported by Jason Mader)Gerald Carter2005-08-302-5/+3
| |
| * r9788: more compiler warnings from Jason MaderGerald Carter2005-08-301-2/+2
| |
| * r9787: BUG 2998: patch from Humberto Diogenes ↵Gerald Carter2005-08-302-1/+2
| | | | | | | | <virtual.spirit@digizap.com.br> to include 'net rpc service' help in net rpc usage output
| * r9780: Clean up a bunch of compiler warnings.James Peach2005-08-309-28/+9
| |