| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| | |
and out of talloc at tridge's request.
Jeremy.
|
| |
| |
| |
| |
| | |
size == 0 so we have a known behavior.
Jeremy.
|
| |
| |
| |
| |
| | |
calls. No functional changes. Looks bigger than it is :-).
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| | |
prototypes.
Jeremy.
|
| |
| |
| |
| |
| | |
return NULL on size == 0 varients.
Jeremy.
|
| |
| |
| |
| |
| |
| | |
sid_to_gid mapping, add LocalSystem to non-mappable
list.
Jeremy.
|
| |
| |
| |
| |
| |
| | |
sockets to listen on a little, because in the launchd case these
are provided for us. We also add an idle timeout so that a daemon
can exit after a period of inactivity.
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
to all callers of smb_setlen (via set_message()
calls). This will allow the server to reflect back
the correct encryption context.
Jeremy.
|
| |
| |
| |
| |
| |
| | |
server. Allow server to reflect back to calling client
the encryption context that was sent.
Jeremy.
|
| |
| |
| |
| | |
metze
|
| |
| |
| |
| |
| |
| | |
there's no code change here...
metze
|
| |
| |
| |
| |
| |
| | |
fix compiler warning
metze
|
| |
| |
| |
| | |
Thx for the hint James!
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
to the corepath.
Even the chdir() will fail if the LOGFILEBASE path is set 0700.
If the currrent user doesn't have the permission to create the core file
we end with:
unable to change to <LOGFILEBASE>
refusing to dump core
The alternative would be to change the permissions of the directory.
But taht would not ensure core dumps are working out of the box.
|
| |
| |
| |
| | |
metze
|
| |
| |
| |
| |
| |
| | |
this function should be static
metze
|
| |
| |
| |
| |
| |
| |
| |
| | |
and make the functions static.
also use libreplace headers in tdbbackup.c
metze
|
| |
| |
| |
| | |
metze
|
| |
| |
| |
| | |
metze
|
| |
| |
| |
| |
| |
| | |
add a lot more detailed strtoll() and strtoull() tests
metze
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| | |
- provide __LINESTR__ macro
- add __STRINGSTRING() macro to really create a string of __LINE__
- fix __location__ macro
metze
|
| |
| |
| |
| |
| |
| |
| |
| | |
provide __location__ in replace.h
and see how the build-farm likes this simpler version
metze
|
| |
| |
| |
| |
| |
| | |
protect #define __location__ with an #ifndef
metze
|
| |
| |
| |
| |
| |
| |
| | |
use AC_HAVE_DECL() because AC_CHECK_DECLS() defines to 1 or 0
and #ifndef doesn't work.
metze
|
| |
| |
| |
| |
| |
| |
| | |
- make the strtoll tests more verbose
- add initial strtoull tests
metze
|
| |
| |
| |
| |
| |
| | |
add prototype of setenv
metze
|
| |
| |
| |
| | |
metze
|
| |
| |
| |
| |
| |
| | |
only test strtoll once
metze
|
| |
| |
| |
| |
| |
| | |
remove useless printf's
metze
|
| |
| |
| |
| |
| |
| | |
use strlcpy instead of strcpy to make the IBM checker happy
metze
|
| |
| |
| |
| | |
metze
|
| |
| |
| |
| |
| |
| | |
move discard_const macros to librelace
metze
|
| |
| |
| |
| |
| |
| | |
make comparing of struct tm more verbose and portable
metze
|
| |
| |
| |
| |
| |
| | |
- libreplace unsetenv() and strptime() replacements
metze
|
| |
| |
| |
| |
| |
| |
| |
| | |
itself. become_root_uid_only did not :-)
Revert 21868, we need to find a better way.
Volker
|
| |
| |
| |
| |
| | |
for bug #3632.
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| | |
in samba4 currently and samba3 has explicit configure checks for them.
should fix bug #4496
metze
|
| |
| |
| |
| |
| | |
From Steven Danneman <steven.danneman@isilon.com>.
Jeremy.
|
| | |
|
| |
| |
| |
| |
| |
| | |
messages.c. Refactor to use become_root() instead and
make it local to messages.c
Jeremy.
|
| |
| |
| |
| |
| |
| |
| | |
call patch. Jerry, this works now for displaying
shares on Win9x (and hopefully everything else
as well :-).
Jeremy.
|
| |
| |
| |
| |
| | |
redundent. Remove it.
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
suggested. I now use :
BOOL is_offset_safe(const char *buf_base, size_t buf_len, char *ptr, size_t off)
char *get_safe_ptr(const char *buf_base, size_t buf_len, char *ptr, size_t off)
char *get_safe_str_ptr(const char *buf_base, size_t buf_len, char *ptr, size_t off)
int get_safe_SVAL(const char *buf_base, size_t buf_len, char *ptr, size_t off, int failval)
int get_safe_IVAL(const char *buf_base, size_t buf_len, char *ptr, size_t off, int failval)
Volker, please criticize and comment. Thanks,
Jeremy.
|
| |
| |
| |
| |
| |
| | |
reference.
Andrew Bartlett
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
of the talloc heirarchy created are too subtle, particularly with
callers picking out individual members.
This might fix the faults on the build farm.
Andrew Bartlett
|