| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
|
|
|
|
| |
instead of a 2-byte zero character. I can't recall what
rode me when I put that "2" there. But now I think I
have got it right... :-)
Michael
|
|
|
|
|
|
|
| |
back-port
of the 3.2 sessionsetup code to enable vl's merge to go easier.
Jeremy.
|
|
|
|
| |
Jeremy.
|
|
|
|
| |
metze
|
|
|
|
|
|
| |
the first
statement will return positively but prefix_cache_hashes would be NULL
|
|
|
|
|
|
|
|
|
| |
contains a correct representation of a boolean value (in the
understanding of loadparm.c).
Make set_boolean() catch passing NULL for the boolean target.
Michael
|
| |
|
|
|
|
|
|
|
|
|
|
| |
smbd, nmbd and winbindd can be started with invalid options currently.
The first patch attached would be a possible solution.
It contains an exit if an invalid option has been used. The main problem
is, that existing setups with wrong options or missing arguments in start
scripts will break (which is the right behaviour from my point of view).
metze
|
|
|
|
|
|
|
|
|
| |
and make that the primary context for the request
which the implementations can also use.
- go via functions pointers in the ndr_interface_table
instead of calling functions directly.
metze
|
|
|
|
| |
In this error case we would have used "start" not having it initialized
|
|
|
|
|
|
| |
instead of the pull and push functions
metze
|
|
|
|
|
|
|
|
| |
code) into
append_data().
Guenther
|
|
|
|
|
|
| |
Thanks to Michael for his bit-magic.
Guenther
|
| |
|
|
|
|
| |
Guenther
|
|
|
|
| |
Guenther
|
|
|
|
| |
Guenther
|
|
|
|
|
|
|
|
|
| |
be called with inverse == NULL.
Add a new function lp_parameter_is_canonical() to check whether a
parameter name is the canonical name (as apposed to an alias).
Michael
|
|
|
|
| |
Patch from Ofir Azoulay <Ofir.Azoulay@expand.com> -- thanks
|
|
|
|
| |
metze
|
|
|
|
|
|
| |
rename some DCERPC_ prefixes into NDR_
metze
|
|
|
|
|
|
| |
rename 'dcerpc_table_' -> 'ndr_table_'
metze
|
|
|
|
|
|
|
|
|
| |
rename dcerpc_interface_table -> ndr_interface_table
rename dcerpc_interface_list -> ndr_interface_list
and move them to libndr.h
metze
|
|
|
|
|
|
|
|
|
|
| |
This API will change anyway when moving away from pstrings.
It took so long to fix, because that rename bug I just fixed gave make
test failures that had nothing to do with this one.
I have samba4 tests for both bugs, will check them in when the build
farm has caught up
|
|
|
|
|
| |
This was broken when I changed reply_mv to wrap in a open_file_ntcreate
call, unix_convert on the destination was called twice
|
|
|
|
| |
Thanks!
|
| |
|
| |
|
|
|
|
|
|
|
| |
rename struct dcerpc_endpoint_list/struct dcerpc_authservice_list
into ndr_interface_string_array and move it to libndr.h
metze
|
|
|
|
|
|
|
| |
rename struct dcerpc_interface_call -> struct ndr_interface_call
and move it to librpc/ndr/libndr.h
metze
|
|
|
|
| |
metze
|
|
|
|
|
|
| |
rename dcerpc_syntax_id -> ndr_syntax_id
metze
|
|
|
|
|
|
|
|
|
| |
a parameter and value into the canonical paramter with the value
inverted if it was in invers boolean synonym.
Make net conf use this function when storing parameters.
Michael
|
|
|
|
|
|
|
| |
parameter given in string representation into a function of its
own (map_parameter_canonical).
Michael
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also simplify lp_canonicalize_parameter by making use of
the new function "is_synonym_of".
Michael
Note: If anything depends on the exact former output format of
show_parameter list, I would trigger the output of synonym information
by a boolean verbose switch (that could be passed to testparm
via the "-v" command line switch).
|
| |
|
|
|
|
|
|
| |
and adjust some formattings to standard.
Michael
|
|
|
|
| |
Michael
|
|
|
|
| |
Jeremy.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When storing parameters in the smbconf portion of the registry,
up to now, synonyms could be misused to store a parameter twice.
Now this is prevented by canonicalizing the paramter name first.
Also, the value for a boolean parameter checked for validity
before storing the bool in registry.
(The canonicalization should finally go into the registry smbconf
code to also prevent e.g. "regedit" or "net rpc registry" from
storing synonyms. - This is in the making.)
Michael
|
|
|
|
|
|
|
|
|
|
|
|
| |
and produces the "canonical" (or main) name of the parameter (the one
synonym that does not have the flag FLAG_HIDE). The function also sets
a flag as to whether the synonym is a reverse boolean synonym.
Add some functions for the handling of string representations of boolean
values: return the canonical string representation of a bool, invert
a bool given as a string, canonicalize a bool given as a string.
Michael
|
|
|
|
| |
part of the string to the caller.
|
|
|
|
| |
Jeremy.
|
|
|
|
| |
Jeremy.
|
|
|
|
|
| |
to ERRDOS, ERRfilexists for NTCreateX and NTTransCreate.
Jeremy.
|
|
|
|
|
| |
to DOS error ERRDOS, ERRfilexists on open calls.
Jeremy.
|
|
|
|
| |
Jeremy.
|
|
|
|
|
| |
to DOS error ERRDOS, ERRfilexists on open calls.
Jeremy.
|