Jelmer Vernooij
53ae9bc9f6
r26248: Check in SWIG output so SWIG is not required when running out of svn.
...
(This used to be commit 08501fbef3
)
2007-12-21 05:47:26 +01:00
Jelmer Vernooij
bbdfbf8d9d
r26238: Add a loadparm context parameter to torture_context, remove more uses of global_loadparm.
...
(This used to be commit a33a553054
)
2007-12-21 05:47:20 +01:00
Jelmer Vernooij
6c999cd123
r26236: Remove more uses of global_loadparm or specify loadparm_context explicitly.
...
(This used to be commit 5b29ef7c03
)
2007-12-21 05:47:15 +01:00
Jelmer Vernooij
fface33dd7
r26231: Spell check: credentails -> credentials.
...
(This used to be commit 4b46888bd0
)
2007-12-21 05:47:09 +01:00
Jelmer Vernooij
8d8ad81437
r26224: Remove another use of global_loadparm.
...
(This used to be commit bd12560432
)
2007-12-21 05:47:00 +01:00
Jelmer Vernooij
25f286fdfe
r26223: Move loadparm context up in the stack.
...
(This used to be commit 152e2b1a28
)
2007-12-21 05:46:59 +01:00
Jelmer Vernooij
4004de7b7d
r26199: Allow constructing new sids, implement __eq__ for sids.
...
(This used to be commit 87472e35c0
)
2007-12-21 05:46:47 +01:00
Jelmer Vernooij
f2f16b45b5
r26197: Add bindings for libsecurity.
...
(This used to be commit 8625cd403b
)
2007-12-21 05:46:47 +01:00
Jelmer Vernooij
e1733d7244
r26194: Wrap the events subsystem in a separate file.
...
(This used to be commit cfb6bbdc31
)
2007-12-21 05:46:45 +01:00
Andrew Bartlett
364266e22a
r26192: Handle, test and implement the style of extended_dn requiest that MMC uses.
...
It appears that the control value is optional, implying type 0 responses.
Failing to parse this was causing LDAP disconnects with 'unavailable
critical extension'.
Andrew Bartlett
(This used to be commit 833dfc2f2a
)
2007-12-21 05:46:44 +01:00
Günther Deschner
018a61a711
r26160: Add WERR_NAME_NOT_FOUND.
...
Guenther
(This used to be commit 66be960c67
)
2007-12-21 05:46:29 +01:00
Jelmer Vernooij
0ac6bffdf4
r26136: Attempt to fix dependencies for auth.
...
(This used to be commit abf2600a04
)
2007-12-21 05:46:18 +01:00
Günther Deschner
017ee87485
r26133: Add some more error codes from wkssvc testing.
...
Guenther
(This used to be commit 0cf974ee33
)
2007-12-21 05:46:16 +01:00
Jelmer Vernooij
c14de3fd89
r26100: Also check for SWIG.
...
(This used to be commit 1755adffec
)
2007-12-21 05:46:03 +01:00
Jelmer Vernooij
39adc2418a
r26088: Import some native-python python modules and move original python swig torture code to common python directory as well.
...
(This used to be commit cbf656ff05
)
2007-12-21 05:45:59 +01:00
Jelmer Vernooij
d3a13a16ff
r26076: Remove some SWIG code that is already commonly available.
...
(This used to be commit e6cd16d0fb
)
2007-12-21 05:45:54 +01:00
Jelmer Vernooij
4cb790b768
r26074: Add SWIG magic for NTSTATUS and WERROR return codes.
...
(This used to be commit 0bee7cb92e
)
2007-12-21 05:45:54 +01:00
Günther Deschner
e66d7d8074
r26060: Add some error codes from remote join api.
...
Guenther
(This used to be commit 73f231cba3
)
2007-12-21 05:45:49 +01:00
Stefan Metzmacher
089acd77b6
r25924: fix bug in UNIX_INFO2 push code found make make valgrindtest
...
metze
(This used to be commit 9b151e6cea
)
2007-12-21 05:45:04 +01:00
Stefan Metzmacher
529763a9aa
r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)
...
lib/messaging/
lib/registry/
lib/ldb-samba/
librpc/rpc/
auth/auth_winbind.c
auth/gensec/
auth/kerberos/
dsdb/repl/
dsdb/samdb/
dsdb/schema/
torture/
cluster/ctdb/
kdc/
ntvfs/ipc/
torture/rap/
ntvfs/
utils/getntacl.c
ntptr/
smb_server/
libcli/wrepl/
wrepl_server/
libcli/cldap/
libcli/dgram/
libcli/ldap/
libcli/raw/
libcli/nbt/
libnet/
winbind/
rpc_server/
metze
(This used to be commit 6223c7fddc
)
2007-12-21 05:45:02 +01:00
Stefan Metzmacher
0ce646d49a
r25917: ndr: move ndr_map_error2ntstatus to errormap.c
...
metze
(This used to be commit 8fc2e7737f
)
2007-12-21 05:44:55 +01:00
Jelmer Vernooij
0bccc88392
r25903: Move more files out of torture/
...
(This used to be commit f734df3144
)
2007-12-21 05:44:46 +01:00
Günther Deschner
b4ddef5942
r25897: Add WERR_INVALID_FLAGS.
...
Guenther
(This used to be commit c3023eaeb3
)
2007-12-21 05:44:44 +01:00
Stefan Metzmacher
7fdf565604
r25822: use NDR_CHECK()
...
metze
(This used to be commit c81aa2ba36
)
2007-12-21 05:44:13 +01:00
Stefan Metzmacher
46ba5366bd
r25821: always use ndr_push/pull_error() to report errors and not NTSTATUS directly
...
metze
(This used to be commit faa26ed52c
)
2007-12-21 05:44:13 +01:00
Stefan Metzmacher
c77b796a3f
r25820: but still return the error...
...
(sorry, this should have been one commit)
metze
(This used to be commit 01c5ec7eb4
)
2007-12-21 05:44:12 +01:00
Stefan Metzmacher
64fc66306b
r25819: make the success case more clear
...
metze
(This used to be commit 6495fe220d
)
2007-12-21 05:44:12 +01:00
Günther Deschner
f2002541ce
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
(This used to be commit 947fff9941
)
2007-12-21 05:44:06 +01:00
Günther Deschner
2342d611ac
r25801: Add security_ace_create() function.
...
Guenther
(This used to be commit 0306e0183d
)
2007-12-21 05:44:04 +01:00
Stefan Metzmacher
fdb369530b
r25791: wrepl_request_finished() sets req->status, so make this explicit
...
and avoid req->status = req->status...
metze
(This used to be commit c9ee0f3e96
)
2007-12-21 05:44:01 +01:00
Stefan Metzmacher
2eb71ba516
r25775: use ndr_pull_union_blob_all() in CLDAP code
...
metze
(This used to be commit 58e202a39b
)
2007-12-21 05:43:54 +01:00
Günther Deschner
e53e4a15fd
r25739: We forgot to copy revision and type flags in security_descriptor_copy().
...
Guenther
(This used to be commit 2e028503a3
)
2007-12-21 05:43:37 +01:00
Andrew Tridgell
5861a17042
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
(This used to be commit d19686cf8a
)
2007-12-21 05:43:16 +01:00
Günther Deschner
177faf940f
r25672: Some more FRS werrors.
...
Guenther
(This used to be commit 8fa3de8dca
)
2007-12-21 05:43:08 +01:00
Günther Deschner
47f67ef366
r25669: Real build fix.
...
Guenther
(This used to be commit 1b9e526bf6
)
2007-12-21 05:43:07 +01:00
Günther Deschner
6282194fe5
r25668: Hopefully fix the build, sorry...
...
Guenther
(This used to be commit df94fbfe96
)
2007-12-21 05:43:06 +01:00
Günther Deschner
4860557842
r25665: Add some more WERR codes.
...
Guenther
(This used to be commit 846d81c0ad
)
2007-12-21 05:43:05 +01:00
Jelmer Vernooij
b09047b78e
r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network.h because we stripped down includes.
...
(This used to be commit 262c1c23a6
)
2007-12-21 05:43:00 +01:00
Günther Deschner
4fb9aeb556
r25610: Add security_descriptor_appendv() which takes va_list directly.
...
Guenther
(This used to be commit 99408cf20c
)
2007-12-21 05:42:52 +01:00
Günther Deschner
39f1dab9eb
r25608: Call security_descriptor_append from within security_descriptor_create.
...
Guenther
(This used to be commit 1ebcceb922
)
2007-12-21 05:42:51 +01:00
Günther Deschner
a6c4b9d179
r25607: Allow to set security descriptor type flags at creation time with
...
security_descriptor_create().
Guenther
(This used to be commit 7dd0d28d25
)
2007-12-21 05:42:51 +01:00
Günther Deschner
34d166111e
r25604: Add security_descriptor_append() helper function.
...
Guenther
(This used to be commit 7d8f53b1c7
)
2007-12-21 05:42:48 +01:00
Stefan Metzmacher
b0ef52e959
r25578: BOOL -> bool
...
metze
(This used to be commit 198e8d7fff
)
2007-10-10 15:07:58 -05:00
Jelmer Vernooij
2151cde580
r25554: Convert last instances of BOOL, True and False to the standard types.
...
(This used to be commit 566aa14139
)
2007-10-10 15:07:55 -05:00
Michael Adam
20480a7953
r25516: Sorry, I reverted too much of r25448 in r25515.
...
These two fixes should have remained! Thanks to
Metze for pointing this out.
Michael
(This used to be commit 294b2bf593
)
2007-10-10 15:07:46 -05:00
Michael Adam
3b07f6aeb1
r25515: Revert r25448:
...
Immediate structures are *not* supportet by the native C compiler
at least on Solaris, Tru64 and HP-UX.
Michael
(This used to be commit 6d07e29de2
)
2007-10-10 15:07:46 -05:00
Jelmer Vernooij
a8f264eb2f
r25448: Remove IMMEDIATE_STRUCTURES define, which was used for splint. Newer versions of splint support immediate structures just fine.
...
(This used to be commit d54a47ecdc
)
2007-10-10 15:07:35 -05:00
Jelmer Vernooij
2f3551ca7c
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.
(This used to be commit 3468952e77
)
2007-10-10 15:07:34 -05:00
Jelmer Vernooij
60a1046c5c
r25430: Add the loadparm context to all parametric options.
...
(This used to be commit fd697d77c9
)
2007-10-10 15:07:31 -05:00
Jelmer Vernooij
37d53832a4
r25398: Parse loadparm context to all lp_*() functions.
...
(This used to be commit 3fcc960839
)
2007-10-10 15:07:25 -05:00