1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
Commit Graph

8250 Commits

Author SHA1 Message Date
Stefan Metzmacher
98aa64fa34 r13857: add "Windows for Workgroups 3.1a" support to the server
metze
(This used to be commit 58af0acafd)
2007-10-10 13:52:17 -05:00
Andrew Tridgell
72d8e34ddc r13856: fixed a misleading comment
(This used to be commit af6606fe98)
2007-10-10 13:52:17 -05:00
Jelmer Vernooij
1589791b95 r13855: Docs for the registry library as well
(This used to be commit ad43464cc1)
2007-10-10 13:52:16 -05:00
Andrew Tridgell
ce2c9f22e5 r13854: we now pass BASE-NEGNOWAIT
(This used to be commit d55db268ca)
2007-10-10 13:52:16 -05:00
Andrew Tridgell
ec16146601 r13853: fixed the BASE-NEGNOWAIT test to not fail with a sigpipe if the server
drops the connection on multiple negprots
(This used to be commit 34b2855a62)
2007-10-10 13:52:16 -05:00
Jelmer Vernooij
81f58ffd17 r13852: Split up
(This used to be commit e6f7e3a594)
2007-10-10 13:52:16 -05:00
Jelmer Vernooij
c287cc247d r13851: More doc improvements.
(This used to be commit 936d26ae64)
2007-10-10 13:52:16 -05:00
Andrew Bartlett
77ffddec19 r13850: Test (and fix) not using SPNEGO at all, but instead using raw NTLMSSP.
The switch to turn off SPNEGO in the client is a bit messy, but it works.

Andrew Bartlett
(This used to be commit 085ba80cc8)
2007-10-10 13:52:15 -05:00
Jelmer Vernooij
4d8fe47f7f r13849: More improvements to the libutil docs.
(This used to be commit eed16ac3b7)
2007-10-10 13:52:15 -05:00
Jelmer Vernooij
8ef42b1fab r13847: Fix some portability issues with the visibility attribute.
(This used to be commit fe5eae0e98)
2007-10-10 13:52:15 -05:00
Jelmer Vernooij
3bec2022eb r13844: Remove _PUBLIC_ for now as the proto script seems to make false assumptions
about the data type being known.
(This used to be commit 991bec80e4)
2007-10-10 13:52:15 -05:00
Jelmer Vernooij
c71c86c524 r13842: Make some more functions public.
(This used to be commit aac1b99b36)
2007-10-10 13:52:15 -05:00
Jelmer Vernooij
af30a32b69 r13840: Mark some functions as public.
(This used to be commit 9a188eb1f4)
2007-10-10 13:52:14 -05:00
Jelmer Vernooij
5d0aa16dfc r13839: Use registration mechanism for backends as well (in the same sense
my previous patch added it for modules). This is the next step towards
LDB backends and modules as run-time loadable .so files.
(This used to be commit fb2f70de4f)
2007-10-10 13:52:14 -05:00
Simo Sorce
8edf29e8ef r13827: Minor enhancements or cosmetic changes
(This used to be commit 7ef63abae1)
2007-10-10 13:52:14 -05:00
Simo Sorce
e07f36a48c r13826: Try to keep this backend updated
This need more testing and to be built by default when possible
(This used to be commit 76cbab0e25)
2007-10-10 13:52:14 -05:00
Simo Sorce
509814bd03 r13823: make async_wait part of the modules ops
(This used to be commit b4202cf030)
2007-10-10 13:52:13 -05:00
Simo Sorce
6ef6182554 r13818: Make ldb_tdb 'fake' async.
Simo.
(This used to be commit 0db616ef59)
2007-10-10 13:52:13 -05:00
Stefan Metzmacher
a7d5bc2dd3 r13813: fix compiler warnings
metze
(This used to be commit f1471c6c6c)
2007-10-10 13:52:13 -05:00
Stefan Metzmacher
20c7347f43 r13812: fix compiler warning
metze
(This used to be commit 1340cb1f3b)
2007-10-10 13:52:13 -05:00
Stefan Metzmacher
4dcab29f51 r13811: nicer format...
metze
(This used to be commit 89f7a2b93f)
2007-10-10 13:52:13 -05:00
Stefan Metzmacher
e0f691b1e1 r13810: global data types are defined in core.h now...
metze
(This used to be commit c6137a1af9)
2007-10-10 13:52:12 -05:00
Stefan Metzmacher
2debfc918c r13809: move ldb specific define
metze
(This used to be commit 6f47fcbd44)
2007-10-10 13:52:12 -05:00
Stefan Metzmacher
f2ab61b129 r13808: remove unused define
metze
(This used to be commit b639b814d9)
2007-10-10 13:52:12 -05:00
Stefan Metzmacher
de3867e712 r13807: print out the netbios name the packet is for
metze
(This used to be commit e73cc5060c)
2007-10-10 13:52:12 -05:00
Andrew Tridgell
af03a9b8fb r13803: fixed two errors found with 'make valgrindtest'
(This used to be commit 4257fd91ce)
2007-10-10 13:52:12 -05:00
Jelmer Vernooij
b223f8fdc2 r13790: Add Samba as category
(This used to be commit 71f64baa87)
2007-10-10 13:52:11 -05:00
Jelmer Vernooij
290de53456 r13789: Add metadata files for the GTK+ apps
(This used to be commit 3e980a75c5)
2007-10-10 13:52:11 -05:00
Jelmer Vernooij
26af14c39b r13786: [merge] Add registration functions for LDB modules
Applications that use LDB modules will now have to run ldb_global_init()
before they can use LDB.

The next step will be adding support for loading LDB modules from .so
files. This will also allow us to use one LDB without difference between the
standalone and the Samba-specific build
(This used to be commit 52a2356505)
2007-10-10 13:52:11 -05:00
Simo Sorce
0efc729318 r13773: Be consistent in the way you get out and free allocated data
(This used to be commit 1113d4caa7)
2007-10-10 13:52:11 -05:00
Stefan Metzmacher
685b824aa8 r13770: - do fsync() on the debug fd, as we do in samba3,
I have an report that smbd memory usage grows to 1,5 GB or more
  without this...
- make log_timestamp static

metze
(This used to be commit 551dd12baf)
2007-10-10 13:52:11 -05:00
Stefan Metzmacher
caeba73a33 r13769: the "wins partners"-option will not be readded
metze
(This used to be commit 7a1a486727)
2007-10-10 13:52:10 -05:00
Stefan Metzmacher
fe7706c105 r13768: be less verbose...
metze
(This used to be commit 18fe8a6fbb)
2007-10-10 13:52:10 -05:00
Stefan Metzmacher
71bf8326f5 r13767: fix compiler warnings
metze
(This used to be commit 0ab3a42341)
2007-10-10 13:52:10 -05:00
Jelmer Vernooij
116585c521 r13760: Remove extern declaration for SMB_PASSWD_FILE
(This used to be commit 8e2efc9981)
2007-10-10 13:52:10 -05:00
Jelmer Vernooij
8e1a6baf44 r13754: Update TODO
(This used to be commit 3b17f48343)
2007-10-10 13:52:09 -05:00
Jelmer Vernooij
d4f44993bd r13753: /bin/sh -> /bin/bash as this script uses some bash-specific constructs
(This used to be commit fb620c2706)
2007-10-10 13:52:09 -05:00
Jelmer Vernooij
aa04388943 r13752: Add doxyfile and fix formatting of comments. Current output is available at http://samba.org/~jelmer/util-api/
(This used to be commit 90812203df)
2007-10-10 13:52:09 -05:00
Andrew Tridgell
4d3cc73843 r13745: remove some code I was experimenting with and forgot was there when I
committed

that will teach me to run svn diff before committing ....
(This used to be commit ef6e30c72c)
2007-10-10 13:52:09 -05:00
Simo Sorce
e1380d63a0 r13744: Make ldb_ldap async
(This used to be commit ec833b409c)
2007-10-10 13:52:09 -05:00
Simo Sorce
af99fe6b01 r13743: Generic fixes and improvements
(This used to be commit c5eb27e5f7)
2007-10-10 13:52:08 -05:00
Simo Sorce
4d4f7a054e r13742: Fix tests to work better with ldap
(This used to be commit 4de76fd09e)
2007-10-10 13:52:08 -05:00
Andrew Tridgell
4be3699848 r13741: make the pointer type in pidl handle any size pointer, just in case we
have a 128 bit machine out there somewhere
(This used to be commit 4a1b7580a7)
2007-10-10 13:52:08 -05:00
Andrew Tridgell
6b6f516a4a r13740: the BASE-DELETE test now passes, and is a quick test
(This used to be commit b6c2d1e0b9)
2007-10-10 13:52:08 -05:00
Andrew Tridgell
40a8d58551 r13739: a fairly major overhaul of the opendb code to allow the BASE-DELETE
test to pass. To try to make the code a bit more understandable, I
moved to using an IDL description of the opendb tdb record format.

One of the larger changes was to make directory opens and creates go
via the opendb code, so directory operations now obey all the share
mode restrictions, as well as delete on close semantics. I also
changed the period over which the opendb locks are held, to try to
minimise races due to two open operations happening at the same time.
(This used to be commit cd2602d057)
2007-10-10 13:52:08 -05:00
Andrew Tridgell
e3e048630b r13738: added support for a "pointer" type in pidl. This will be used in the
opendb work that will be committed shortly.

The pointer type assumes that pointers fit in 64 bits, which is
probably OK on all our supported architectures.
(This used to be commit d2a2057ea5)
2007-10-10 13:52:07 -05:00
Jelmer Vernooij
a2988fccf0 r13735: Add summary of changes since the first TP so far. Please let me know
if I've gotten details wrong or if there's something missing.
(This used to be commit 95a8599806)
2007-10-10 13:52:07 -05:00
Rafal Szczesniak
359ec2b0e0 r13726: Fix indentation.
rafal
(This used to be commit cedaf08170)
2007-10-10 13:52:07 -05:00
Stefan Metzmacher
760f5b4b39 r13710: fix compiler warnings
metze
(This used to be commit 6ee7de9bbf)
2007-10-10 13:52:07 -05:00
Stefan Metzmacher
d5beaae0b8 r13709: fix compiler warnings
metze
(This used to be commit 291da7bac3)
2007-10-10 13:52:07 -05:00