Stefan Metzmacher
8fc2e7737f
r25917: ndr: move ndr_map_error2ntstatus to errormap.c
...
metze
2007-12-21 05:44:55 +01:00
Günther Deschner
c3023eaeb3
r25897: Add WERR_INVALID_FLAGS.
...
Guenther
2007-12-21 05:44:44 +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
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
3fcc960839
r25398: Parse loadparm context to all lp_*() functions.
2007-10-10 15:07:25 -05:00
Jelmer Vernooij
37425495f3
r25301: Merge my includes.h cleanups.
2007-10-10 15:07:09 -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
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
08bb1ef643
r25000: Fix some more C++ compatibility warnings.
2007-10-10 15:05:27 -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
59cba32c09
r24146: It is not an error for a Win2k3-only server not to support the NT4
...
replication call.
Andrew Bartlett
2007-10-10 15:01:28 -05:00
Andrew Tridgell
5c9b19271e
r23801: The FSF has moved around a lot. This fixes their Mass Ave address.
2007-10-10 14:59:18 -05:00
Andrew Tridgell
84b468b2f8
r23795: more v2->v3 conversion
2007-10-10 14:59:14 -05:00
Andrew Tridgell
fcf38a38ac
r23792: convert Samba4 to GPLv3
...
There are still a few tidyups of old FSF addresses to come (in both s3
and s4). More commits soon.
2007-10-10 14:59:12 -05:00
Günther Deschner
841ad140a3
r23381: Merge netr_GetDcName WERROR return and WERROR_DOMAIN_CONTROLLER_NOT_FOUND from
...
SAMBA_3_0.
Guenther
2007-10-10 14:53:13 -05:00
Stefan Metzmacher
13bda1152d
r23037: actually fix the asn1 memory leak :-)
...
metze
2007-10-10 14:52:43 -05:00
Andrew Tridgell
26cf849408
r23036: error checking on asn1_init() failure
2007-10-10 14:52:43 -05:00
Andrew Tridgell
3db49c2ec9
r23030: finally fixed up our asn1 code to use better memory allocation. This
...
should allow us to fix some long standing memory leaks.
2007-10-10 14:52:42 -05:00
Ronnie Sahlberg
e2b46d280d
r22986: error 2312 is returned when NetSessDel() fails because a matching session (username/clientname)
...
could not be found
2007-10-10 14:52:36 -05:00
Ronnie Sahlberg
c17df8bed6
r22958: For SRVSVC/NetFileClose only Administrator is allowed to close open files.
...
If a normal user tries to close a file that exists, even that users own files the server
responds with this error on w2k
if the file does not exist, the server instead responds with WERR_BADFILE
2007-10-10 14:52:31 -05:00
Andrew Bartlett
7b086eebd6
r22884: Be consistant with the case of these constants.
...
Andrew Bartlett
2007-10-10 14:52:28 -05:00
Stefan Metzmacher
04da3db29d
r21591: add new error code
...
metze
2007-10-10 14:49:02 -05:00
Andrew Tridgell
d8875c286d
r21535: - fixed a crash in the RAW-ACLS test. When a dcerpc_pipe is created
...
using the pattern in the clilsa code, it didn't fill in the p->binding
structure. This affects nearly all users of dcerpc_pipe_open_smb(), so
the simplest fix is to ensure that dcerpc_pipe_open_smb() initialises
the binding if its not already there.
- re-enable the RAW-ACLS test
2007-10-10 14:48:54 -05:00
Stefan Metzmacher
8e604107da
r21510: make it possible to push tags with length > 0xFFFFFF
...
metze
2007-10-10 14:48:47 -05:00
Jelmer Vernooij
07652f65ce
r21297: Remove the GTK+ tools and library from the main repository. They are now maintained separately in bzr at http://people.samba.org/bzr/jelmer/samba-gtk
...
This also adds some more headers to the list that is installed and a couple of extra #include lines so these
headers can be used externally without problems.
2007-10-10 14:48:04 -05:00
Stefan Metzmacher
dd04c5dec5
r21291: add two more error codes
...
metze
2007-10-10 14:48:02 -05:00
Stefan Metzmacher
75f5a88f22
r20765: add two more schema related error codes
...
metze
2007-10-10 14:40:48 -05:00
Stefan Metzmacher
769ce9799b
r20404: add error code for missing attribute syntax
...
metze
2007-10-10 14:30:23 -05:00
Stefan Metzmacher
e769029f42
r20378: add new error code that says the schema mismatches between DC's
...
metze
2007-10-10 14:30:19 -05:00
Volker Lendecke
9bdc19b6d5
r20308: ContextSimple can be zero length -- seen in a multi-step gssapi ldap bind. Did
...
not find that in Samba3 code, so there's nothing to port.
Volker
2007-10-10 14:29:37 -05:00
Simo Sorce
14b3b9861a
r20284: Simplify OID primitive BER parsing.
...
Do not require an artificial ASN.1 context to be setup.
Simo.
2007-10-10 14:29:31 -05:00
Stefan Metzmacher
7e7d1a1da2
r20277: make sure the asn1 structure has a welldefined state after a asn1_free()
...
metze
2007-10-10 14:29:30 -05:00
Stefan Metzmacher
c4733b20c7
r20276: remove unneeded talloc_strdup()
...
metze
2007-10-10 14:29:29 -05:00
Stefan Metzmacher
ea70f6ff07
r20259: add function to start a fake tag so that asn1_read_OID_String()
...
can work alone
metze
2007-10-10 14:29:28 -05:00
Stefan Metzmacher
576d4c54cc
r20258: add functions to read and write asn1 encoded OID strings without leading tag
...
metze
2007-10-10 14:29:28 -05:00
Stefan Metzmacher
dd5df84ccc
r20213: add 2 error codes related to the msDs-IntId attribute
...
metze
2007-10-10 14:29:23 -05:00
Stefan Metzmacher
cb5c2e9dc6
r20080: add error code that maps to NT_STATUS_INVALID_NETWORD_RESPONSE
...
metze
2007-10-10 14:29:01 -05:00
Stefan Metzmacher
417f64184e
r20072: make sure WERR_ACCESS_DENIED gets mapped to NT_STATUS_ACCESS_DENIED
...
metze
2007-10-10 14:28:59 -05:00
Stefan Metzmacher
a0a45c3326
r19734: display LDAP error code nicer
...
metze
2007-10-10 14:28:16 -05:00