Rafal Szczesniak
7db71eac7a
r25353: Disable one more swig link to for 'make install' to work.
...
rafal
(This used to be commit bcf4e60577
)
2007-10-10 15:07:16 -05:00
Andrew Tridgell
ca49e5aabf
r25351: disable swig for now to get the build working
...
(This used to be commit 846184f15c
)
2007-10-10 15:07:15 -05:00
Tim Potter
708729be9f
r25348: Start working on another Python wrapper.
...
(This used to be commit 441a040434
)
2007-10-10 15:07:14 -05:00
Tim Potter
8dc845d425
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.
(This used to be commit 30c34d7a4b
)
2007-10-10 15:07:14 -05:00
Jelmer Vernooij
385622396d
r25305: Fix installation of missing headers.
...
(This used to be commit 83f1721453
)
2007-10-10 15:07:11 -05:00
Jelmer Vernooij
9b009c9009
r25301: Merge my includes.h cleanups.
...
(This used to be commit 37425495f3
)
2007-10-10 15:07:09 -05:00
Tim Potter
3eb2b3085d
r25221: Experiment with Jelmer's new generic loadparm code.
...
(This used to be commit 9fbbd1b5c9
)
2007-10-10 15:06:57 -05:00
Stefan Metzmacher
f353737094
r25212: merge some stuff from samba3
...
metze
(This used to be commit 502251451a
)
2007-10-10 15:06:54 -05:00
Jeremy Allison
9a012df08e
r25175: Change to talloc_asprintf_append_buffer().
...
Jeremy.
(This used to be commit 0844dbf597
)
2007-10-10 15:06:46 -05:00
Jelmer Vernooij
7e297ecfa4
r25047: Fix more warnings.
...
(This used to be commit 69de86d2d2
)
2007-10-10 15:05:49 -05:00
Jelmer Vernooij
98b57d5eb6
r25035: Fix some more warnings, use service pointer rather than service number in more places.
...
(This used to be commit df9cebcb97
)
2007-10-10 15:05:43 -05:00
Jelmer Vernooij
dccf3f99e4
r25027: Fix more warnings.
...
(This used to be commit 5085c53fcf
)
2007-10-10 15:05:41 -05:00
Jelmer Vernooij
ffeee68e4b
r25026: Move param/param.h out of includes.h
...
(This used to be commit abe8349f9b
)
2007-10-10 15:05:38 -05:00
Jelmer Vernooij
922101afbd
r25010: Avoid uses of pstring
...
(This used to be commit cce7785474
)
2007-10-10 15:05:33 -05:00
Jelmer Vernooij
959915a8cb
r25001: Fix more C++ and other warnings, fix some of the indentation with ts=4 lines that I accidently added earlier.
...
(This used to be commit 0bcb21ed74
)
2007-10-10 15:05:28 -05:00
Jelmer Vernooij
cd962355ab
r25000: Fix some more C++ compatibility warnings.
...
(This used to be commit 08bb1ef643
)
2007-10-10 15:05:27 -05:00
Jelmer Vernooij
6cf69fee18
r24994: Fix some C++ warnings.
...
(This used to be commit 925abf74fa
)
2007-10-10 15:05:26 -05:00
Jelmer Vernooij
bd5a802a26
r24992: Remove some uses of lp_*().
...
(This used to be commit a5a1a55405
)
2007-10-10 15:05:25 -05:00
Jelmer Vernooij
8e2d624a58
r24937: Merge tests spoolss RPC callbacks.
...
(This used to be commit 9b256a0ca2
)
2007-10-10 15:03:39 -05:00
Jelmer Vernooij
8d182d881d
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.
(This used to be commit 6890a01dbf
)
2007-10-10 15:03:15 -05:00
Jelmer Vernooij
82037a75ea
r24814: Fix headers, trim core.h even more.
...
(This used to be commit 9647f860bd
)
2007-10-10 15:03:14 -05:00
Jelmer Vernooij
0b91f39164
r24780: More work allowing libutil to be used by external users.
...
(This used to be commit 31993cf67b
)
2007-10-10 15:03:10 -05:00
Jelmer Vernooij
61ffa08f4c
r24712: No longer expose the 'BOOL' data type in any interfaces.
...
(This used to be commit 1ce32673d9
)
2007-10-10 15:02:54 -05:00
Stefan Metzmacher
0d7d5a6d49
r24560: rename some DCERPC_ prefixes into NDR_
...
metze
(This used to be commit f874eca5da
)
2007-10-10 15:02:15 -05:00
Stefan Metzmacher
f14bd1a90a
r24557: rename 'dcerpc_table_' -> 'ndr_table_'
...
metze
(This used to be commit 84651aee81
)
2007-10-10 15:02:15 -05:00
Andrew Bartlett
210971d092
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
(This used to be commit f6566480b7
)
2007-10-10 15:01:30 -05:00
Andrew Bartlett
5f6b501f21
r24146: It is not an error for a Win2k3-only server not to support the NT4
...
replication call.
Andrew Bartlett
(This used to be commit 59cba32c09
)
2007-10-10 15:01:28 -05:00
Andrew Bartlett
a0fa5051bd
r23816: A little more static, but leave the dead code testjoin.c as documentation.
...
Andrew Bartlett
(This used to be commit 6679003c05
)
2007-10-10 14:59:23 -05:00
Andrew Bartlett
a87dea2a08
r23810: Make things static, and remove unsued code.
...
This includes some of the original ildap ldap client API. ldb
provides a much easier abstraction on this to use, and doesn't use
these functions.
Andrew Bartlett
(This used to be commit dc27a7e41c
)
2007-10-10 14:59:21 -05:00
Andrew Tridgell
cd1217ff5f
r23801: The FSF has moved around a lot. This fixes their Mass Ave address.
...
(This used to be commit 5c9b19271e
)
2007-10-10 14:59:18 -05:00
Andrew Tridgell
6c973f4e8c
r23798: updated old Temple Place FSF addresses to new URL
...
(This used to be commit 40c0919aaa
)
2007-10-10 14:59:15 -05:00
Andrew Tridgell
b8d69a7ea2
r23795: more v2->v3 conversion
...
(This used to be commit 84b468b2f8
)
2007-10-10 14:59:14 -05:00
Andrew Tridgell
0479a2f1cb
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.
(This used to be commit fcf38a38ac
)
2007-10-10 14:59:12 -05:00
Andrew Bartlett
b7b17c654d
r23754: Make sure to check the status return before we de-reference the
...
returned elements.
Andrew Bartlett
(This used to be commit 3a8192c742
)
2007-10-10 14:59:10 -05:00
Andrew Tridgell
491c63a78d
r23519: added libcli code for fetching shadow copy information
...
(This used to be commit a9c23729f2
)
2007-10-10 14:53:23 -05:00
Günther Deschner
eb9ae52981
r23381: Merge netr_GetDcName WERROR return and WERROR_DOMAIN_CONTROLLER_NOT_FOUND from
...
SAMBA_3_0.
Guenther
(This used to be commit 841ad140a3
)
2007-10-10 14:53:13 -05:00
Andrew Bartlett
b8b580dbcb
r23176: Note that we only return one DC from this call at the moment.
...
Andrew Bartlett
(This used to be commit 4fee8a7b77
)
2007-10-10 14:52:59 -05:00
Andrew Tridgell
c31e144a2d
r23138: added a raw interface for SMBecho operations
...
(This used to be commit 590c6c21db
)
2007-10-10 14:52:55 -05:00
Andrew Tridgell
86b91f5073
r23058: the cldap code was getting too intimate with the internals of struct
...
asn1_context. A hangover from when it wasn't a allocated structure
(This used to be commit e4b7968a40
)
2007-10-10 14:52:45 -05:00
Andrew Tridgell
31f047f734
r23057: only call the async recv function for the first pending receive, not
...
all pending receives, when the transport dies. This is because the
async callback most commonly shuts down the connection (it's the only
reasonable thing to do when it's dead), and that frees the whole
context. That means that if we loop more than once, we'll end up using
freed memory.
(This used to be commit 75d537d3a5
)
2007-10-10 14:52:45 -05:00
Stefan Metzmacher
774d66c1e6
r23037: actually fix the asn1 memory leak :-)
...
metze
(This used to be commit 13bda1152d
)
2007-10-10 14:52:43 -05:00
Andrew Tridgell
931f594cf1
r23036: error checking on asn1_init() failure
...
(This used to be commit 26cf849408
)
2007-10-10 14:52:43 -05:00
Andrew Tridgell
7bb939b1cb
r23030: finally fixed up our asn1 code to use better memory allocation. This
...
should allow us to fix some long standing memory leaks.
(This used to be commit 3db49c2ec9
)
2007-10-10 14:52:42 -05:00
Ronnie Sahlberg
a777eb0cfa
r22986: error 2312 is returned when NetSessDel() fails because a matching session (username/clientname)
...
could not be found
(This used to be commit e2b46d280d
)
2007-10-10 14:52:36 -05:00
Ronnie Sahlberg
402218516a
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
(This used to be commit c17df8bed6
)
2007-10-10 14:52:31 -05:00
Stefan Metzmacher
40cd2d7780
r22944: fix bug #4618 :
...
rename private -> private_data
metze
(This used to be commit 58551f2f28
)
2007-10-10 14:52:30 -05:00
Andrew Bartlett
cb00a33c67
r22884: Be consistant with the case of these constants.
...
Andrew Bartlett
(This used to be commit 7b086eebd6
)
2007-10-10 14:52:28 -05:00
Stefan Metzmacher
bf62b6642c
r22866: handle incoming chained smb2 requests in our server code to let
...
the windows explorer in longhorn beta3 work.
metze
(This used to be commit 2390c9f24d
)
2007-10-10 14:52:26 -05:00
Stefan Metzmacher
5151068d5a
r22858: - let SMB2-LOCK-VALID-REQUEST pass against longhorn beta3
...
- add modify the SMB2-LOCK-BLOCK-WRITE test to also test reading
and name in SMB2-LOCK-RW-EXCLUSIV
- add SMB2-LOCK-NONE and SMB2-LOCK-SHARED
metze
(This used to be commit 258555975d
)
2007-10-10 14:52:24 -05:00
Stefan Metzmacher
4ef7bab6d0
r22791: make it possible to use smb2_create_blob_add() in the server code too
...
metze
(This used to be commit c08eeb62ca
)
2007-10-10 14:52:18 -05:00