Age | Commit message (Collapse) | Author | Files | Lines |
|
<prlw1@newn.cam.ac.uk>.
Jeremy.
(This used to be commit 2b9d35cf3f91e9488a55e0a73150d4c18b998afe)
|
|
Jeremy.
(This used to be commit 7acf9594210f024e8d0c34259fcc990c6c76c838)
|
|
directory' in printer settings. Currently very little is published, and you cannot unpublish because of a bug in win2k clients.
(This used to be commit ca6360e8db30fc9be3fe3718c8b49c92dba5ecac)
|
|
Jeremy.
(This used to be commit f9cef6f42193b3ae70569e2c7584f088fb53a51c)
|
|
Jeremy.
(This used to be commit 379e719e983fb71f94cd2b691f8b194c109496c3)
|
|
Jeremy.
(This used to be commit 8a5b28b1b1e4d1d2f5f75e3d6b30c2910559d0b2)
|
|
XP sends GetPrinterData("ChangeId"). So we now respond accordingly.
Possible fix for CR 1147.
(This used to be commit 9424a3b1d1bf11bf38e2bdfd20f1537cf97400ca)
|
|
Jeremy.
(This used to be commit c3877cfb9c9f3f9f86e32169cbb69c3c5bb2e3db)
|
|
dir now shows correct size on large files
(This used to be commit 172dccf55e972d4cc40b7e34ce433d49e738fba0)
|
|
(This used to be commit 60502d9d4274ddb3756b79593125544683c45908)
|
|
dsspooler/dsdriver info existence.
(This used to be commit 59ced15a1b0d88a24a89b3aa9717599aa110272b)
|
|
(This used to be commit e707e2cc7c7483f6bcfbbaf8d3d99614a05a9ecf)
|
|
(This used to be commit eda83b6d13f5f73136363d165e9396725b923873)
|
|
(This used to be commit dbbf1747534300fd5f8641822428dd45f956327f)
|
|
(This used to be commit 887ec4e5100dcbe8f1109232e27abc4ed6ad42f2)
|
|
0x80000000 -> 0xFFFFFFFF would fail as they were being cast
from IVAL (uint32) to SMB_OFF_T (off_t or off64_t, both *signed* types).
The sign extension would cause the offset to be treated as negative.
Thanks to Herb for helping me track this one down (IRIX is good for large
file tests :-).
Jeremy.
PS. That horrid EXEXIST thing has broken configure.....
(This used to be commit 2d14c442bc601a277458b69f05a763aa2a1ab3b7)
|
|
Jeremy.
(This used to be commit ddd70995951c072a02fc3bddd7a94ccbf301f62c)
|
|
need a little-endian case here.
(This used to be commit 24fb89da51f54cc547f7f963b094b0f3178632e4)
|
|
Andrew Bartlett
(This used to be commit e6f2d9dfdb76a2d3f90354eb38f88709773353cb)
|
|
Schnitzer <dominik@schnitzer.at>
Jeremy.
(This used to be commit 15185ac437a6a0f53711bef035879173dbb492c6)
|
|
add VFS_MODULES and PDB_MODULES to clean
(This used to be commit e567c19e0513b9bf35c7324de0f49b7d83b7d7b6)
|
|
- Create vfs and pdb subdirs in installmodules rule
- Add PDBLIBDIR
(This used to be commit 6e627847864676d3845f493ab423bfbd8830d539)
|
|
should actual functional differences between HEAD and 3.0.
- Mostly reformatting
- Removal of unecessary #include "smb.h"
- Merge of dyn_DRIVERFILE removal
- Silly bug fix for python code
(This used to be commit d3998307adc50ba50defe610cb656c73799ae3b9)
|
|
(This used to be commit 3ce520785369c319a93b3f33a8e1f73c12cab18a)
|
|
- Target selection cleanup
- Some formatting merges
- Merged some Pythong bits&pieces that were missed previously
Original commit message for target selection cleanup:
>Here's a bit of a cleanup of the {configure,Makefile}.in files. I've
>now combined all the ad-hoc AC_SUBST variables into three generalised
>ones:
>
> EXTRA_BIN_PROGS Additional programs to install in ${prefix}/sbin
> EXTRA_SBIN_PROGS Additional programs to install in ${prefix}/bin
> EXTRA_ALL_TARGETS Additional targets to build by default
> SHLIB_PROGS Shared library objects (pam, winbind) to build
>
>We also build some extra stuff by default: the python extensions (if
>--with-python specified), smbmount related binaries (if
>--with-smbmount specified), and the samba torture suite.
>
>The idea behind this is to have everything that is configured built by
>default to detect breakage as soon as possible when people make low
>level changes.
(This used to be commit 6000caf5daf3da30bf69b865c5f4301a53609b2c)
|
|
(This used to be commit 880083e2e614d88675f98a46cfe7acdaeb167db3)
|
|
>Added some extra code to test absence/presence of LM and NT passwords.
(This used to be commit 89a2ee7e72fef444632659af13feaf94d3f6e9ce)
|
|
(This used to be commit 5ea2edaadd87c24f63991678183c5d01225eabf7)
|
|
(This used to be commit 7adb6af115dfc1189c2894d45a796b7b8dfe7a05)
|
|
(This used to be commit 80e61a7546b2ac070f8dda56b9810a352ac669e4)
|
|
Jeremy.
(This used to be commit 537cd78268abae8005de73c7bfd9ec24865da654)
|
|
Jeremy.
(This used to be commit fff7f3cbe248982bcd70abb1da6624186bab42d2)
|
|
(This used to be commit d337416739907d778b2442ea4da49f1cefa112e6)
|
|
(This used to be commit d19e86d3831072761a15d2811129cbe7ae225f52)
|
|
(This used to be commit 49166d8879ab80a92217e63bec671e8ad4def74b)
|
|
* fix cli_ds_getprimarydominfo() (bad memcpy() )
(This used to be commit e6184bbd8f87586e8cc98e4c599cf8e16f310bb9)
|
|
* updating Makefile & configure script to use CONFIGDIR & VFSLIBDIR
* set LIBDIR to ${prefix}/lib/samba when --with-fhs is enabled
* make installdirs take an arbitrary number of arguements
(This used to be commit f0d09cf676bc335e8fde9fe730730f2949411a54)
|
|
failed query) and my fixes to those fixes to use better NT_STATUS codes.
Andrew Bartlett
(This used to be commit 6040171cabe3ca215149708a6244e24bc9c2c4fa)
|
|
updating WHATSNEW
(This used to be commit ff05947aac3a40a8568f02b368d4082f1df7c44b)
|
|
Jeremy.
(This used to be commit 3c2d396aa8d674970b2cc043fd32d2648fcd004e)
|
|
Jeremy.
(This used to be commit 88d081e06428f02bcde8ceed8d86835c9222c3a9)
|
|
used to be commit 96535956090c2f6d4d91631b1980ae916dd35316)
|
|
cache code.
This uses gencache, mimir's new caching code that stores at text-based cache
of various data.
Mimir has done a *lot* of work on this patch, and it is finally time to
get it in CVS.
Andrew Bartlett
(This used to be commit 47f3bfe9564e7f3aff60cefaefd599e0abb30a31)
|
|
* fixing change notify on print server handle
* adding change notify support into smbcontrol for sending comment
changes, etc...
All part of CR 1159/1160
(This used to be commit f1062e79de8a3046c6e3f22b3d1a4819afe6809b)
|
|
* fixing change notify on print server handle
* adding change notify support into smbcontrol for sending comment
changes, etc...
All part of CR 1159/1160
(This used to be commit 256d8c27cdc6f802f3bfba44593b07014f6ae10a)
|
|
(This used to be commit 9084002709a6f50d8d92a37e8181e4a7bf20c577)
|
|
group, testing for membership etc, use the already calculated NT_USER_TOKEN.
(which is initgroups() based)
So far we only fill out the 'domain' groups - we need to fill out the
'other sids' as well, and we possibly need to filter the list for 'domain
groups' only (the old code did that), but Win2k doesn't seem to mind
this for now.
I also need to find out what the magic '7' is about. Fortunetly JF is in town,
so I'll grill him tomorrow :-).
Andrew Bartlett
(This used to be commit 7e846e7387247f8bc2b07a1a1006014c6978143b)
|
|
(This used to be commit be90650674ce5ebc292fc804e6168c5cc4ed25dd)
|
|
(This used to be commit 93306f581e3fa37d1aea67e93dc83d5a6d2fcb3f)
|
|
encode the username, so don't decode it (users could play HTTP escaping games
on usernames).
Andrew Bartlett
(This used to be commit 71e24d0200e71ffcf52eaa77edc89175f31a45cd)
|