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
Andrew Tridgell
0cf99b055b
r13096: explain what YOURDOM and YOUR.REALM are (in case people confuse the
...
different meanings of the word domain)
2007-10-10 13:51:24 -05:00
Stefan Metzmacher
49199477f2
r13088: - handle non-active static entries
...
- improve verifiying a replica with a remote wins server
we now take the ownership of replica records that doesn't match
the answer from the wins owner and make the record tombstone.
this hopefully causes the original wins owner to propagate its
new record, so that it will be replicated back to us
metze
2007-10-10 13:51:24 -05:00
Stefan Metzmacher
aba54b8708
r13087: don't store timestamps for static records
...
(only a per record timestamp when it's not active)
metze
2007-10-10 13:51:23 -05:00
Stefan Metzmacher
b7a0a778cc
r13084: fix 'make test'!
...
I would sugguest to run 'make test && make valgrind' before each commit
at this stage...
metze
2007-10-10 13:51:23 -05:00
Stefan Metzmacher
0372438000
r13080: fix crash bug
...
metze
2007-10-10 13:51:23 -05:00
Stefan Metzmacher
780870293b
r13079: add SAMBA_VERSION_RELEASE_NICKNAME
...
if it's set in source/VERSION
smbd --version will print
4.0.0tp1 (Nickname)
metze
2007-10-10 13:51:23 -05:00
Andrew Tridgell
3f0600e223
r13078: fixed the ldb comparison function for objectSids
2007-10-10 13:51:23 -05:00
Jelmer Vernooij
2636e6c948
r13077: Allow the mkversion script to be used for technology preview releases
2007-10-10 13:51:22 -05:00
Andrew Tridgell
1c49ce8df0
r13076: catch a easy to make error during vampire install
2007-10-10 13:51:22 -05:00
Andrew Tridgell
a6f5ad5289
r13075: tell the admin what needs to be done to finish the install
2007-10-10 13:51:22 -05:00
Jelmer Vernooij
3e3a0c96cd
r13074: Add oLschema2ldif manpage
2007-10-10 13:51:22 -05:00
Jelmer Vernooij
656e202233
r13073: Add manpage for getntacl, disable setntacl
2007-10-10 13:51:22 -05:00
James Peach
0eda8a3197
r13071: Work around a really annoying compiler warning where header file
...
ordering causes MIN and MAX to be redefined.
2007-10-10 13:51:21 -05:00
Jelmer Vernooij
cbcce3b573
r13070: Add a simple smbd manpage, based on the Samba 3 one.
2007-10-10 13:51:21 -05:00
Andrew Tridgell
65cf522b5e
r13069: adding a hack on instructions from andrew
2007-10-10 13:51:21 -05:00
Jelmer Vernooij
cc35a4bc0e
r13067: Don't install ldbtest
2007-10-10 13:51:21 -05:00
Jelmer Vernooij
219aebe7e4
r13066: Add (very simple) manpages for gepdump and gwcrontab, remove gwsam from
...
installed binaries (as it's not ready for use yet)
2007-10-10 13:51:21 -05:00
Jelmer Vernooij
8195e4f856
r13064: Add 'tags' target to LDB's makefile
2007-10-10 13:51:20 -05:00
Jelmer Vernooij
e6aa4e92f0
r13063: Add --realm option to upgrade
2007-10-10 13:51:20 -05:00
Jelmer Vernooij
cc4cab341e
r13062: Fix upgrade of WINS entries
2007-10-10 13:51:20 -05:00
Stefan Metzmacher
6325abd95c
r13060: - return only active addresses in name query responses
...
- replicate only active addresses
metze
2007-10-10 13:51:20 -05:00
Stefan Metzmacher
e4f823ef03
r13059: stop playing ping-pong while replicating special group records,
...
if the addresses and their owners are idetical to the old record
and we're the owner of the old record then we should just gnore the replica
metze
2007-10-10 13:51:20 -05:00
Stefan Metzmacher
ccfc991ad9
r13051: this is correct
...
metze
2007-10-10 13:51:19 -05:00
Stefan Metzmacher
e57158e216
r13050: when we have reloaded the partners from wins_config.ldb
...
after a new partner connects, try to find the partner struct on a per call
basis if it's not present on the connection yet
add some more useful debug messages
metze
2007-10-10 13:51:19 -05:00