| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
| | |
| | |
| | | |
Guenther
|
| | |
| | |
| | |
| | | |
Guenther
|
| | |
| | |
| | |
| | | |
Guenther
|
| | |
| | |
| | |
| | |
| | |
| | | |
things.
Guenther
|
| | |
| | |
| | |
| | | |
Guenther
|
| | |
| | |
| | |
| | | |
Guenther
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
items in cac_winreg.c
* Get 'net rpc registry enumerate' to list values again
* Fix winreg.idl QueryInfoKey(). The max_subkeysize is the
max_classlen (we previously had this correct in Samba3")
* fix valgrind error about uninitialized memory and use-before-set
on size value inmemset() call
* Fix key enumeration in 'net rpc registry enumerate'
* regenerate gen_dir files based on local pidl patches
Please note that the generated ndr files are from my local
copy of pidl. If you need to regenerate, please apply the
patch that I posted to the samba-technical list earlier today.
|
| | |
| | |
| | |
| | |
| | |
| | | |
move into the domain struct. Allow message to go online
to set this state and cope with removing it.
Jeremy.
|
| | |
| | |
| | |
| | |
| | |
| | | |
and pass -bbigtoc also to the linker when building shared libs
metze
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
but disable building of shared libs and modules whe enable_shared != yes
Also make it easier to track down the problem with lost LDFLAGS values
on AIX.
metze
|
| | |
| | |
| | |
| | | |
Guenther
|
| | |
| | |
| | |
| | |
| | |
| | | |
reported that Samba3 on Solaris Sparc with the native compiler can't
join Windows domains. If it worked we were just lucky. I suspect it
just didn't work.
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
use to reg_objects.h
* Remove unused rpc headers
|
| | |
| | |
| | |
| | |
| | | |
* Tested RegSaveKey() using win32 app. Apparently
this code has been brokne for a really long time.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
fix caching of some configure tests AC_CACHE_CHECK()
*needs* '_cv_' in the shell var to do caching...
metze
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
we need to include unistd.h in system/network.h because
it contains the ioctl() prototype on some systems
and we need to make sure it gets included before socket_wrapper
defines ioctl swrap_ioctl
metze
|
| | |
| | |
| | |
| | | |
metze
|
| | |
| | |
| | |
| | |
| | |
| | | |
socket_wrapper defined ioctl swrap_ioctl
metze
|
| | |
| | |
| | |
| | | |
is happy again when creating keys and values
|
| | |
| | |
| | |
| | | |
metze
|
| | |
| | |
| | |
| | | |
metze
|
| | |
| | |
| | |
| | | |
metze
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
(I just removed the only reference to poll() in my last commit)
they were added in this commit, without make usage of them.
http://cvs.samba.org/cgi-bin/cvsweb/samba/source/configure.in.diff?r1=1.21&r2=1.22&f=h
http://cvs.samba.org/cgi-bin/cvsweb/samba/source/include/includes.h.diff?r1=1.105&r2=1.106&f=h
metze
|
| | |
| | |
| | |
| | | |
metze
|
| | |
| | |
| | |
| | | |
Guenther
|
| | |
| | |
| | |
| | | |
work
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Samba4 smbd force the umask to 0, which meant we ended up with ldb
being world writable.
This isn't really an ideal fix, as it means ldb no longer honors umask
(as it should do, like all good libraries).
Unfortunately the 'proper' fix is too complex for now
this also merges a tiny code style fix from s4 to s3
|
| | |
| | |
| | |
| | |
| | | |
relies on appending to this list. Unfortunately this can't be tested
using 'net groupmap'
|
| | |
| | |
| | |
| | | |
(the domain is NULL here)
|
| | |
| | |
| | |
| | |
| | |
| | | |
do this... Any pointers?
Guenther
|
| | | |
|
| | |
| | |
| | |
| | | |
size must match the real value of the data.
|
| | |
| | |
| | |
| | |
| | |
| | | |
in,out ref pointer
* Clarify variable names in EnumValue IDL
* Fix server code for _winreg_EnumValue() and _winreg_QueryInfoKe()
|
| | |
| | |
| | |
| | |
| | | |
* Fix server _winreg_Query_Value() implementation so that
usrmgr.exe starts now
|
| | |
| | |
| | |
| | | |
Guenther
|
| | |
| | |
| | |
| | | |
it in.
|
| | |
| | |
| | |
| | | |
Guenther
|
| | |
| | |
| | |
| | | |
Guenther
|
| | |
| | |
| | |
| | | |
Guenther
|
| | |
| | |
| | |
| | | |
Guenther
|
| | |
| | |
| | |
| | | |
Guenther
|
| | |
| | |
| | |
| | | |
metze
|
| | |
| | |
| | |
| | |
| | | |
There some broken functionality here that I'm still working on.
* remove unneeded parsing routines
|
| | |
| | |
| | |
| | |
| | | |
This also fixes comments in group mappings, as the code accidentially
put in "ntName" in the comment field :-)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
string is zero length. This allows callers to not have to worry about
creating an invalid ldap attribute.
See extensive discussion on samba-technical list :-)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Re-checking it in.
Fix bug #4095 - username composed into domain\user
twice in spnego path.
Jeremy.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
2 separate CPPFLAGS variables. So just cleanup the SAMBA_CPPFLAGS
for out of tree builds. This has been tested locally and works.
Maybe metze can find a better way tomorrow.
|