| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
| | |
| | |
| | |
| | |
| | | |
does not exist.
Guenther
|
| | |
| | |
| | |
| | |
| | |
| | | |
and run it with make test
metze
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
prepare libreplace testsuite for usage in smbtorture
metze
|
| | |
| | |
| | |
| | |
| | |
| | | |
add test that opendir() on files sets errno = ENOTDIR
metze
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- strnlen() and strndup() are broken on AIX
- we need some extra CFLAGS on HPUX 11.11
metze
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
snum in the
getprinter calls. Survives the RPC-SAMBA3-SPOOLSS test which I will activate
when the Samba4 build farm has picked it up.
Volker
|
| | |
| | |
| | |
| | | |
metze
|
| | | |
|
| | |
| | |
| | |
| | | |
metze
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Jelmer, Jerry, in cmd_unixinfo.c:159 there is still the warning that "info" is
being used uninitialized which I don't really know how to fix.
Any hints?
Volker
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
opendir
returning ENOTDIR when the file opened is not a directory. Can we merge this
back into Samba4?
Volker
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Needs thorough testing but the code has been adapted
to the new rpccli_winreg_XX() API.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
For those who are interested, try
net ads gpo refresh mybox$
to get your machine related GPOs downloaded to /var/lib/samba/gpo_cache.
Detailed information about GPOs is currently only printed when setting a
higher debuglevel then 0.
Guenther
|
| | |
| | |
| | |
| | | |
Guenther
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
this was not
done in the 3_0 tree.
Volker
|
| | |
| | |
| | |
| | |
| | |
| | | |
- vsyslog takes a 'const char *format'
metze
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- fix bug 4078
- talloc_free(talloc_autofree_context()); should not result
in a SIGABORT on exit
- add a test for this, but this test can also pass in the standalone build
and samba3, as samba4 uses talloc_autofree_context()
metze
|
| | |
| | |
| | |
| | |
| | |
| | | |
prepare SOCKET_WRAPPER_PCAP_FILE support
metze
|
| | | |
|
| | |
| | |
| | |
| | | |
Guenther
|
| | |
| | |
| | |
| | | |
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
|