Age | Commit message (Collapse) | Author | Files | Lines |
|
(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)
|
|
(This used to be commit 88cad74c36d260f497cdfbcdb68525f5eee6177d)
|
|
also fixed a number of syntax errors in the SGML source
for several man pages (people really need to start validating
docs before checking them in).
(This used to be commit 91a21782e09562644ab4938cb0170b8fb94f0ccf)
|
|
* 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)
|
|
(This used to be commit 6722ec03a0c76deea73a525350c47aa041778c9c)
|
|
(This used to be commit 3a38736c1a07de6f09bd10e67fa0557ddf49dc1c)
|
|
Jeremy.
(This used to be commit 3c2d396aa8d674970b2cc043fd32d2648fcd004e)
|
|
Jeremy.
(This used to be commit 88d081e06428f02bcde8ceed8d86835c9222c3a9)
|
|
* sync packaging files with HEAD
* started work on WHATSNEW
(This used to be commit 9d6bdffb9e549bc0553f9a3b5830061ba6aa04b2)
|
|
(This used to be commit 96359479d6b6f642a030252bb6385a919ab7045b)
|
|
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)
|
|
more useful error codes.
(This used to be commit 5b1185b4e8592e6bc1abe581950571e249c03a78)
|
|
don't build any extra programs.
(This used to be commit 9bac0b72774fe0c05956065a34ef48c05a7acaad)
|
|
Andrew Bartlett
(This used to be commit ce1464fb1c4c00de22b0e65c3199bc2eacea4d65)
|
|
(This used to be commit b3049bb0d0ff97142940e2b33e9603d1c231ccfe)
|
|
authentication code.
In particular, ntlm_auth is designed to replace the winbind authentication
'helpers' currently supplied by Squid. I have added support for the current
plaintext password protocol used by Squid, and will add the real guts (NTLMSSP
support) shortly.
I'll merge this into 3.0 when I've got the interface more stable (error message
format etc) and got the important NTLMSSP support added.
Also move SWAT's URL decoding code into util_str.c, for use in both utilities.
Andrew Bartlett
(This used to be commit 82dbf838879e8a2d2d3f9dd5be6eda50b780b787)
|
|
90% fix for CR 1076. The password server parameter will no take things
like
password server = DC1 *
which means to contact DC1 first and the go to auto lookup if it
fails.
jerry
(This used to be commit 016ef8b36b30846311a5321803298f8e28719244)
|
|
90% fix for CR 1076. The password server parameter will no take things
like
password server = DC1 *
which means to contact DC1 first and the go to auto lookup if it
fails.
jerry
(This used to be commit c31a17889e3e4daf7c1e807038efc2c0fba78be3)
|
|
(This used to be commit 6efdd54d063043cac2fe151231ac1999ade25704)
|
|
-g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual
if you're using gcc. It really does help !
Jeremy.
(This used to be commit 7daa880503f9ad6ae24a26f708c03ff1d119b7c0)
|
|
-g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual
if you're using gcc. It really does help !
Jeremy.
(This used to be commit 41b56d975bc37434a4bff9188970346010dc6e1c)
|
|
Found via a post from Arcady Chernyak <Arcady.Chernyak@efi.com>.
Jeremy.
(This used to be commit 19f86f1f72aca924e9e320e20a175b5d21de45ad)
|
|
Found via a post from Arcady Chernyak <Arcady.Chernyak@efi.com>.
Jeremy.
(This used to be commit 5d5762d1787db4392d2dff16024097c638b2d494)
|
|
Jeremy.
(This used to be commit 0ac3af1a27b8f1b9935bbcb6f3ec0b11d01bfcbd)
|
|
Jeremy.
(This used to be commit e93bd375b9e03d9d7038e2be66dd624f91118214)
|
|
(This used to be commit 371c89b93120fb1ced317de365aad64fd1c3cb27)
|
|
(This used to be commit 3610e631125461ffeffcecf38ed20c6cc65d4bc8)
|
|
(This used to be commit 0b342b8e90b8e0395a1a3046e9e3f70a168fdb1f)
|
|
(This used to be commit 7b982ad962dfaa140b4602e56aae772e01772a56)
|
|
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 d6dfe3ea69d4672339559389c6fb16e78a9152b0)
|