Age | Commit message (Collapse) | Author | Files | Lines |
|
Every place outside of registry/ where this is used, should probably
be changed to use pure reg_api.c code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
user
|
|
reg_util_marshalling.h and use them only where needed.
|
|
|
|
|
|
reg_util_token.h
and use it only where necessary.
|
|
|
|
and use them only where needed.
|
|
And use them only when necessary.
|
|
And use them only where needed.
|
|
And use them only where needed.
|
|
|
|
|
|
|
|
And use them only where needed.
|
|
|
|
And use them only where necessary.
|
|
And use them only where necessary.
|
|
|
|
|
|
For me, 24b3725407f1a67e13a7646d2e3f26ed1e4735ff broke configure.
The fix in f634450b67d2a084c41a63c0e94eb47adb90e101 is not complete yet.
After staring at the change a bit, tt seems to me that the
code inserted was just misplaced by one line.
Michael
|
|
|
|
By default "Missing argument(s)" is just an "error warning" for xlc :-)
The change to turn "error warnings" into errors should fix bug #7427.
|
|
|
|
"size_t" counters aren't really needed here (we don't check data lengths).
And we save the result in a certain "num_sids" variable which is of type
"unsigned".
|
|
|
|
This needed by the "cn_name_len"-1 accesses.
And use a "size_t"-typed variable for storing it (length specificators should
always be stored using "size_t" variables).
|
|
Jeremy.
|
|
|
|
python module.
|
|
|
|
This makes it much easier to write an idmap module that bridges the gap.
We should finish the change to the new API, but for the moment this
choke point works for the conversion.
Andrew Bartlett
|
|
|