Stefan Metzmacher
6495fe220d
r25819: make the success case more clear
...
metze
2007-12-21 05:44:12 +01:00
Günther Deschner
947fff9941
r25803: Make our security descriptor acl manipulation methods more generic so that we
...
can add and delete ACEs for SACLs as well as for DACLs.
Guenther
2007-12-21 05:44:06 +01:00
Günther Deschner
0306e0183d
r25801: Add security_ace_create() function.
...
Guenther
2007-12-21 05:44:04 +01:00
Stefan Metzmacher
c9ee0f3e96
r25791: wrepl_request_finished() sets req->status, so make this explicit
...
and avoid req->status = req->status...
metze
2007-12-21 05:44:01 +01:00
Stefan Metzmacher
58e202a39b
r25775: use ndr_pull_union_blob_all() in CLDAP code
...
metze
2007-12-21 05:43:54 +01:00
Günther Deschner
2e028503a3
r25739: We forgot to copy revision and type flags in security_descriptor_copy().
...
Guenther
2007-12-21 05:43:37 +01:00
Andrew Tridgell
d19686cf8a
r25692: fixed another example where the free of fde and the free of the socket
...
causes the fd to be closed before epoll is told
2007-12-21 05:43:16 +01:00
Günther Deschner
8fa3de8dca
r25672: Some more FRS werrors.
...
Guenther
2007-12-21 05:43:08 +01:00
Günther Deschner
1b9e526bf6
r25669: Real build fix.
...
Guenther
2007-12-21 05:43:07 +01:00
Günther Deschner
df94fbfe96
r25668: Hopefully fix the build, sorry...
...
Guenther
2007-12-21 05:43:06 +01:00
Günther Deschner
846d81c0ad
r25665: Add some more WERR codes.
...
Guenther
2007-12-21 05:43:05 +01:00
Jelmer Vernooij
262c1c23a6
r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network.h because we stripped down includes.
2007-12-21 05:43:00 +01:00
Günther Deschner
99408cf20c
r25610: Add security_descriptor_appendv() which takes va_list directly.
...
Guenther
2007-12-21 05:42:52 +01:00
Günther Deschner
1ebcceb922
r25608: Call security_descriptor_append from within security_descriptor_create.
...
Guenther
2007-12-21 05:42:51 +01:00
Günther Deschner
7dd0d28d25
r25607: Allow to set security descriptor type flags at creation time with
...
security_descriptor_create().
Guenther
2007-12-21 05:42:51 +01:00
Günther Deschner
7d8f53b1c7
r25604: Add security_descriptor_append() helper function.
...
Guenther
2007-12-21 05:42:48 +01:00
Stefan Metzmacher
198e8d7fff
r25578: BOOL -> bool
...
metze
2007-10-10 15:07:58 -05:00
Jelmer Vernooij
566aa14139
r25554: Convert last instances of BOOL, True and False to the standard types.
2007-10-10 15:07:55 -05:00
Michael Adam
294b2bf593
r25516: Sorry, I reverted too much of r25448 in r25515.
...
These two fixes should have remained! Thanks to
Metze for pointing this out.
Michael
2007-10-10 15:07:46 -05:00
Michael Adam
6d07e29de2
r25515: Revert r25448:
...
Immediate structures are *not* supportet by the native C compiler
at least on Solaris, Tru64 and HP-UX.
Michael
2007-10-10 15:07:46 -05:00
Jelmer Vernooij
d54a47ecdc
r25448: Remove IMMEDIATE_STRUCTURES define, which was used for splint. Newer versions of splint support immediate structures just fine.
2007-10-10 15:07:35 -05:00
Jelmer Vernooij
3468952e77
r25446: Merge some changes I made on the way home from SFO:
...
2007-09-29 More higher-level passing around of lp_ctx.
2007-09-29 Fix warning.
2007-09-29 Pass loadparm contexts on a higher level.
2007-09-29 Avoid using global loadparm context.
2007-10-10 15:07:34 -05:00
Jelmer Vernooij
fd697d77c9
r25430: Add the loadparm context to all parametric options.
2007-10-10 15:07:31 -05:00
Jelmer Vernooij
3fcc960839
r25398: Parse loadparm context to all lp_*() functions.
2007-10-10 15:07:25 -05:00
Rafal Szczesniak
bcf4e60577
r25353: Disable one more swig link to for 'make install' to work.
...
rafal
2007-10-10 15:07:16 -05:00
Andrew Tridgell
846184f15c
r25351: disable swig for now to get the build working
2007-10-10 15:07:15 -05:00
Tim Potter
441a040434
r25348: Start working on another Python wrapper.
2007-10-10 15:07:14 -05:00
Tim Potter
30c34d7a4b
r25329: A solution to SWIG not being able to handle a structure and a function
...
having the same name. Hey we can now query nbt names from Python.
2007-10-10 15:07:14 -05:00
Jelmer Vernooij
83f1721453
r25305: Fix installation of missing headers.
2007-10-10 15:07:11 -05:00
Jelmer Vernooij
37425495f3
r25301: Merge my includes.h cleanups.
2007-10-10 15:07:09 -05:00
Tim Potter
9fbbd1b5c9
r25221: Experiment with Jelmer's new generic loadparm code.
2007-10-10 15:06:57 -05:00
Stefan Metzmacher
502251451a
r25212: merge some stuff from samba3
...
metze
2007-10-10 15:06:54 -05:00
Jeremy Allison
0844dbf597
r25175: Change to talloc_asprintf_append_buffer().
...
Jeremy.
2007-10-10 15:06:46 -05:00
Jelmer Vernooij
69de86d2d2
r25047: Fix more warnings.
2007-10-10 15:05:49 -05:00
Jelmer Vernooij
df9cebcb97
r25035: Fix some more warnings, use service pointer rather than service number in more places.
2007-10-10 15:05:43 -05:00
Jelmer Vernooij
5085c53fcf
r25027: Fix more warnings.
2007-10-10 15:05:41 -05:00
Jelmer Vernooij
abe8349f9b
r25026: Move param/param.h out of includes.h
2007-10-10 15:05:38 -05:00
Jelmer Vernooij
cce7785474
r25010: Avoid uses of pstring
2007-10-10 15:05:33 -05:00
Jelmer Vernooij
0bcb21ed74
r25001: Fix more C++ and other warnings, fix some of the indentation with ts=4 lines that I accidently added earlier.
2007-10-10 15:05:28 -05:00
Jelmer Vernooij
08bb1ef643
r25000: Fix some more C++ compatibility warnings.
2007-10-10 15:05:27 -05:00
Jelmer Vernooij
925abf74fa
r24994: Fix some C++ warnings.
2007-10-10 15:05:26 -05:00
Jelmer Vernooij
a5a1a55405
r24992: Remove some uses of lp_*().
2007-10-10 15:05:25 -05:00
Jelmer Vernooij
9b256a0ca2
r24937: Merge tests spoolss RPC callbacks.
2007-10-10 15:03:39 -05:00
Jelmer Vernooij
6890a01dbf
r24816: Move the rest of the contents of core.h to more appropriate places.
...
include/ now only contains build system related headers, all other headers are
now near the source code they're related to.
2007-10-10 15:03:15 -05:00
Jelmer Vernooij
9647f860bd
r24814: Fix headers, trim core.h even more.
2007-10-10 15:03:14 -05:00
Jelmer Vernooij
31993cf67b
r24780: More work allowing libutil to be used by external users.
2007-10-10 15:03:10 -05:00
Jelmer Vernooij
1ce32673d9
r24712: No longer expose the 'BOOL' data type in any interfaces.
2007-10-10 15:02:54 -05:00
Stefan Metzmacher
f874eca5da
r24560: rename some DCERPC_ prefixes into NDR_
...
metze
2007-10-10 15:02:15 -05:00
Stefan Metzmacher
84651aee81
r24557: rename 'dcerpc_table_' -> 'ndr_table_'
...
metze
2007-10-10 15:02:15 -05:00
Andrew Bartlett
f6566480b7
r24248: Attempt to fix bug #4830 by <mwallnoefer@yahoo.de>. If there is no
...
payload to the control, we still need to inialise *value, as otherwise
we read uninitialised data later.
Andrew Bartlett
2007-10-10 15:01:30 -05:00