1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00
Commit Graph

10860 Commits

Author SHA1 Message Date
Derrell Lipman
aa8e4227a1 r19165: handle errors better for jsonrpc. generate an error object whenever possible 2007-10-10 14:20:47 -05:00
Günther Deschner
d9562e0f83 r19162: Merge WERR code from Samba 3.
Guenther
2007-10-10 14:20:46 -05:00
Volker Lendecke
bd50a59294 r19153: Simple consistency check for enumprinters level 2 as well 2007-10-10 14:20:44 -05:00
Volker Lendecke
593b17c8e5 r19152: A simple consistency check for enumprinters 2007-10-10 14:20:44 -05:00
Stefan Metzmacher
56ae0171ba r19150: add a usefull tool to test the gdb_backtrace script
just compile it with
cc -g -o gdb_backtrace_test gdb_backtrace_test.c

and run it in the same directory where your gdb_backtrace script is.

metze
2007-10-10 14:20:44 -05:00
Stefan Metzmacher
d86100289a r19149: ladebug needs to have the stoponattach flag set
to generate the current backtrace without waiting for a signal...

metze
2007-10-10 14:20:43 -05:00
Stefan Metzmacher
542cd5d029 r19146: merge from samba3:
talloc_reference() can fail

metze
2007-10-10 14:20:43 -05:00
Derrell Lipman
a2b996317f r19142: ensure no race conditions during installation by having same name in source and swat directory; install new apps and services 2007-10-10 14:20:42 -05:00
Derrell Lipman
ff28ab7314 r19141: add a reasonable subset of the qooxdoo runtime environment, and example applications 2007-10-10 14:20:40 -05:00
Derrell Lipman
de2eb8df0c r19140: allow own authentication handling by jsonrpc apps 2007-10-10 14:20:39 -05:00
Derrell Lipman
aaab47cb91 r19139: typos; consitent ordering of operations 2007-10-10 14:20:38 -05:00
Derrell Lipman
d8f0701feb r19138: add authentication capability; fix typos 2007-10-10 14:20:38 -05:00
Volker Lendecke
042a22b6dd r19136: No conflict, after "svn up" it applied correctly", merge 19126 from 3_0 2007-10-10 14:20:38 -05:00
Volker Lendecke
e946717bf6 r19134: Merge the second set of C++ warning fixes from Samba3. I'll leave r19132 to
metze to merge until the questions have been answered.

Volker
2007-10-10 14:20:38 -05:00
Stefan Metzmacher
5ccc020639 r19131: merge from samba3:
fix the logic for the AC_PROG_CC_C99 test

metze
2007-10-10 14:20:38 -05:00
Simo Sorce
7180f38e9e r19129: Add comment to clarify behavior 2007-10-10 14:20:37 -05:00
Stefan Metzmacher
f792a9532d r19128: - make the gdb_backtrace script more portable
- try /proc/${PID}/exe first
- fallback to the binary given on the commandline
- fallback searching the binary with 'which' from the
  commandline argument
- use 'ladebug' debugger on Tru64

metze
2007-10-10 14:20:37 -05:00
Stefan Metzmacher
165722a16c r19123: - pass LDFLAGS from configure to Makefile
which should fix the build on Tru64 in the build farm.

Thanks to Bjoern Jacke for finding this!

metze
2007-10-10 14:20:37 -05:00
Stefan Metzmacher
9c74964b61 r19122: merge from samba3:
sync system/iconv.h

metze
2007-10-10 14:20:37 -05:00
Andrew Tridgell
59915150f0 r19120: silence a warning about a test function 2007-10-10 14:20:37 -05:00
Andrew Tridgell
e620f44643 r19118: get rid of a bunch of bool misuse warnings 2007-10-10 14:20:36 -05:00
Andrew Tridgell
8228efdb93 r19117: I've changed the checker wrapper on snab to allow for a
.checker_innocent file, similar to our .valgrind_suppressions file.
2007-10-10 14:20:36 -05:00
Andrew Tridgell
48243721df r19116: fixed a checker warning 2007-10-10 14:20:36 -05:00
Andrew Bartlett
bdeb10de2e r19115: Add the mapping required between Samba4's AD schema OIDs and what
Fedora DS can support.

Andrew Bartlett
2007-10-10 14:20:36 -05:00
Andrew Tridgell
bc02f7ef96 r19114: fixed another checker warning and a possible error on allocation
failure
2007-10-10 14:20:36 -05:00
Andrew Tridgell
d12550af01 r19113: fixed another checker warning. 2007-10-10 14:20:35 -05:00
Andrew Tridgell
b39a79f17c r19112: fixed a checker warning.
In case you haven't noticed, lots of our packages now run the IBM
checker in the build farm on 'snab'
2007-10-10 14:20:35 -05:00
Andrew Tridgell
290468ede5 r19111: fixed basic web server operation 2007-10-10 14:20:35 -05:00
Stefan Metzmacher
5095783cdf r19098: with
export MAKE_TEST_ENABLE_PCAP=yes

make test will use SOCKET_WRAPPER_PCAP_FILE support
and will run each test with a different file

the capture will be removed unless the test fails.

the TEST PCAP: line will show the location of the file

metze
2007-10-10 14:20:35 -05:00
Stefan Metzmacher
990dfc98e4 r19097: add support for SUCKET_WRAPPER_PCAP_FILE
we may need to rework the code to use something like PUSH_U32()
into a data blob instead of the structs for the header layout.

metze
2007-10-10 14:20:35 -05:00
Stefan Metzmacher
7fb8dd3ab7 r19092: active replica records cannot expire!
we handle that in the scavenging code, but were missing that
in the wins server name query code...

metze
2007-10-10 14:20:34 -05:00
Stefan Metzmacher
66c6aab37e r19091: merge from samba3:
remove some -Wl,-rpath combinations with /usr/lib

metze
2007-10-10 14:20:34 -05:00
Stefan Metzmacher
7e89a0a282 r19084: make socket_wrapper more portable (standalone) and not use uintX_t
metze
2007-10-10 14:20:34 -05:00
Stefan Metzmacher
20945409b8 r19082: add the source vs. destination address and tcp logic
for SOCKET_WRAPPER_PCAP_FILE support.

metze
2007-10-10 14:20:34 -05:00
Volker Lendecke
441ad8a45c r19079: talloc_array can fail 2007-10-10 14:20:34 -05:00
Volker Lendecke
78aa689a74 r19076: ldb_dn_copy_partial can fail 2007-10-10 14:20:33 -05:00
Volker Lendecke
84ae80b39b r19075: Fix a potential NULL dereference 2007-10-10 14:20:33 -05:00
Volker Lendecke
af72af684b r19074: Merge from 3_0: Fix a potential NULL dereference.
Volker
2007-10-10 14:20:33 -05:00
Simo Sorce
f4239ef598 r19069: The sequence number is a 64 bit unsigned integer
Well spotted Volker
2007-10-10 14:20:33 -05:00
Volker Lendecke
2dff8ee8cc r19068: Fix a potential NULL dereference 2007-10-10 14:20:33 -05:00
Stefan Metzmacher
91c29e425a r19063: merge from samba3
needed for dl* errors in iconv_open()

metze
2007-10-10 14:20:32 -05:00
Derrell Lipman
3dade8d761 r19059: allow dash in URLs 2007-10-10 14:20:32 -05:00
Derrell Lipman
5bfebbda7a r19055: JSON-RPC is working! It passes the small qooxdoo JSON-RPC test suite
perfectly.

This check in covers the remaining fixes and enhancements to complete the
server.  In a subsequent check-in, I need to learn about the new qooxdoo
packaging mechanism.  Although it'd be nice to have the whole source tree,
that's huge and needn't be in samba svn.  It's now supposed to be very easy to
package qooxdoo, so I'll figure out how that's done and then check in the
relevant small number of files.

Steps after that involve generating the stubs to allow various ejs functions
to be called via JSON-RPC.

Derrell
2007-10-10 14:20:32 -05:00
Rafal Szczesniak
07aee70811 r19053: match the flag values with the actual equivalents in samr.idl
rafal
2007-10-10 14:20:32 -05:00
Derrell Lipman
0218a17989 r19052: clarify what actually does what 2007-10-10 14:20:31 -05:00
Derrell Lipman
6e9cb2ed1c r19051: JSON-RPC server work-in-progress. It's almost working. 2007-10-10 14:20:31 -05:00
Gerald Carter
c96dae478c r19049: Samba 3 client fixes
* Make sure to check for NULL pointers when dealing with
  [out,unique] before assigning valoues
* Detect RPC faults and return immediately
2007-10-10 14:20:31 -05:00
Derrell Lipman
bcf5e98a8c r19048: ensure our memory gets cleaned up even upon exception 2007-10-10 14:20:31 -05:00
Stefan Metzmacher
c8070c38f2 r19036: add LOCAL-REPLACE and reorder the testlist
metze
2007-10-10 14:20:31 -05:00
Stefan Metzmacher
e95a1ab2cd r19035: add LOCAL-REPLACE test
metze
2007-10-10 14:20:30 -05:00