1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-12 21:58:10 +03:00

8103 Commits

Author SHA1 Message Date
Jelmer Vernooij
e3d0676aee r13210: Revert my named pipes patch until it passes not just 'make quicktest' but
also 'make test'
2007-10-10 13:51:35 -05:00
Jelmer Vernooij
898d15acbd r13208: Clearly separate named pipes from the IPC$ NTVFS type.
This allows the easy addition of additional named pipes and removes the
circular dependencies between the CIFS, RPC and RAP servers.

Simple tests for a custom named pipe included.
2007-10-10 13:51:34 -05:00
Andrew Bartlett
b0b150d08a r13207: Use the new API for using/not using kerbeors in hdb-ldb.c
Update the rootdse module to use the new schema.

Andrew Bartlett
2007-10-10 13:51:34 -05:00
Andrew Bartlett
1ac7976ea6 r13206: This patch finally re-adds a -k option that works reasonably.
From here we can add tests to Samba for kerberos, forcing it on and
off.  In the process, I also remove the dependency of credentials on
GENSEC.

This also picks up on the idea of bringing 'set_boolean' into general
code from jpeach's cifsdd patch.

Andrew Bartlett
2007-10-10 13:51:33 -05:00
Andrew Bartlett
78d634047f r13205: Add another useful comment.
Andrew Bartlett
2007-10-10 13:51:33 -05:00
Andrew Bartlett
765caa14b3 r13204: Remove extra newline we don't need.
Andrew Bartlett
2007-10-10 13:51:33 -05:00
Andrew Bartlett
8e2b461669 r13203: Make this comment clearer.
Andrew Bartlett
2007-10-10 13:51:33 -05:00
Simo Sorce
9be094f7f4 r13189: suggest a couple of dev libs before compiling. 2007-10-10 13:51:33 -05:00
Jelmer Vernooij
da72f47226 r13186: Remove assumption that callers that specify -1 actually mean sizeof(pstring) 2007-10-10 13:51:32 -05:00
Jelmer Vernooij
841fb3d4e7 r13182: Add first bits of browsing testsuite. 2007-10-10 13:51:32 -05:00
Jelmer Vernooij
e9059ea0c5 r13181: Fix standalone ldb build 2007-10-10 13:51:32 -05:00
Jelmer Vernooij
13bcc90fde r13180: Add note about smb.conf location 2007-10-10 13:51:32 -05:00
Jelmer Vernooij
7bd2947286 r13179: Add note about removing the optional password argument to smbclient. 2007-10-10 13:51:32 -05:00
Jelmer Vernooij
f7c28d3148 r13170: Remove some dependencies on -1 implying the size of pstring 2007-10-10 13:51:31 -05:00
Jelmer Vernooij
d5714f7284 r13169: Fix typo (noticed by Jeroen Keiren) 2007-10-10 13:51:31 -05:00
Simo Sorce
b9d1d02f38 r13167: handle cotrols' reply even in error 2007-10-10 13:51:31 -05:00
Simo Sorce
335050b30d r13166: Patches form Brad Hards 2007-10-10 13:51:31 -05:00
Stefan Metzmacher
615b82f7c7 r13163: as we don't import the raw magic configure vars for
libdir, datadir, sysconfdir,localstatedir into our Makefile
we need to expand them in configure

I'll maybe rework this later but for now this works

metze
2007-10-10 13:51:31 -05:00
Jelmer Vernooij
94dd559755 r13161: Remove optional password as second parameter. Improve return values a bit. 2007-10-10 13:51:30 -05:00
Jelmer Vernooij
765991ab48 r13160: Fix some of the smbclient testsuite (after failures on the buildfarm) 2007-10-10 13:51:30 -05:00
Jelmer Vernooij
c3bc39bd71 r13158: Fix setup and ejs paths 2007-10-10 13:51:30 -05:00
Jelmer Vernooij
2384dec6f2 r13157: Fix installation of js files 2007-10-10 13:51:30 -05:00
Jelmer Vernooij
861d45beda r13156: Add some tests for smbclient 2007-10-10 13:51:30 -05:00
Jelmer Vernooij
d9902e1477 r13155: Large amount of updates to smbclient to:
- Remove global variables (pass things around as variables, add a 'struct smbclient_context')
 - Get rid of pstring
 - Fix up some of the return values
 - Fix some generally weird code
2007-10-10 13:51:29 -05:00
Jelmer Vernooij
62822a2655 r13154: Add some const 2007-10-10 13:51:29 -05:00
Andrew Bartlett
2c02a45d5a r13153: Try to move closer to FHS. This probably breaks everything...
Andrew Bartlett
2007-10-10 13:51:29 -05:00
Andrew Bartlett
655076d51b r13152: Jelmer assures me that this won't break anything, but does make it
much clearer where things go.

Andrew Bartlett
2007-10-10 13:51:29 -05:00
Andrew Bartlett
c34666abc1 r13150: Correct comment.
Andrew Bartlett
2007-10-10 13:51:29 -05:00
Andrew Bartlett
4dd6afa6d1 r13149: DEBUG is a bad choice for 'net', it should print to stderr
Andrew Bartlett
2007-10-10 13:51:28 -05:00
Andrew Bartlett
38809b43a5 r13144: This seems to be required for Samba4 to talk to Samba4, and to get the
same session key.  I need to understand this more, but it works
samba/samba, and I don't have access to windows doing AES (longhorn)
yet.

Andrew Bartlett
2007-10-10 13:51:28 -05:00
Stefan Metzmacher
79293227d6 r13131: windows sends termination here, this fixes access with regedit
metze
2007-10-10 13:51:28 -05:00
Stefan Metzmacher
19205b8d89 r13129: fix the memory hierachie
metze
2007-10-10 13:51:28 -05:00
Stefan Metzmacher
96680f1200 r13128: init the private_data to NULL
so so that we don't crash when ntvfs_connect() fails

metze
2007-10-10 13:51:28 -05:00
Jelmer Vernooij
9222fa3590 r13123: Some small doc updates. 2007-10-10 13:51:27 -05:00
Stefan Metzmacher
2a7e22c117 r13117: the caller may reference the winsdb_addr struct,
and as a winsdb_record has a short lifetime, it's no problem
to not free unused addresses directly

metze
2007-10-10 13:51:27 -05:00
Stefan Metzmacher
602ec0f1c6 r13116: make sure we don't add more than 25 addresses to a record,
and don't return more than 25 in a name query reply

we now also order the addresses from the newest owned address
to the oldest replica address

metze
2007-10-10 13:51:27 -05:00
Stefan Metzmacher
93409faddf r13115: call the wins hook script on modifications of the wins.ldb
tridge: can you please look at the /* TODO: close file handles */
        btw I'm not interessted in any result from the script...

metze
2007-10-10 13:51:27 -05:00
Stefan Metzmacher
317a3eefee r13114: remove 'const' and make clear what the parameters are for
metze
2007-10-10 13:51:27 -05:00
Stefan Metzmacher
10a172163f r13113: 4.0.0tp1 has just released,
so change the version to 4.0.0tp2-SVN-build-X

metze
2007-10-10 13:51:26 -05:00
Stefan Metzmacher
7cb4e1bd04 r13112: merge over some stuff from samba3
metze
2007-10-10 13:51:26 -05:00
Stefan Metzmacher
e48a47aa65 r13111: w2k3 uses the naxVersion id for calculating the notification,
so we do now

metze
2007-10-10 13:51:26 -05:00
Andrew Bartlett
849500d1aa r13107: Follow the lead of Heimdal's kpasswdd and use the HDB (hdb-ldb in our
case) as the keytab.

This avoids issues in replicated setups, as we will replicate the
kpasswd key correctly (including from windows, which is why I care at
the moment).

Andrew Bartlett
2007-10-10 13:51:26 -05:00
Andrew Bartlett
59fbce01c6 r13104: Migrate and set secrets keytab values in the 'net join' code. This
avoids falling back to in-memory keytabs.

Andrew Bartlett
2007-10-10 13:51:25 -05:00
Andrew Bartlett
cde044d023 r13103: Walk the names in the node status request, so I can find a server
name, and use that.

(I was trying to find a machine by the name of __SAMBA__)

Andrew Bartlett
2007-10-10 13:51:25 -05:00
Andrew Tridgell
dc74d8ccf1 r13102: fixed the vampire code to correctly setup foreign sids and default
unix name mappings
2007-10-10 13:51:25 -05:00
Jelmer Vernooij
6a2a380561 r13101: autogen.sh doesn't have to be run when compiling from a released tarball
(running it anyway might give problems for people who don't have autoconf
installed properly or at all)
Fix typo
2007-10-10 13:51:25 -05:00
Andrew Tridgell
1b58756366 r13100: removed unused menu item 2007-10-10 13:51:25 -05:00
Andrew Tridgell
ac4b8b9839 r13099: allow shares that point to / 2007-10-10 13:51:24 -05:00
Andrew Tridgell
0cacd69dd5 r13098: make check for workgroup and realm case insensitive 2007-10-10 13:51:24 -05:00
Andrew Tridgell
95e90169f4 r13097: move the creation of the default sam name -> unix name mappings into
the main provision logic, so it can also be used as part of the
vampire process
2007-10-10 13:51:24 -05:00