summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r13129: fix the memory hierachieStefan Metzmacher5-6/+8
metze (This used to be commit 19205b8d89d3d7e99a65938f59412e0c4e8ac5fe)
2007-10-10r13128: init the private_data to NULLStefan Metzmacher1-0/+2
so so that we don't crash when ntvfs_connect() fails metze (This used to be commit 96680f12001c67b6f6644654dfd74a86538d51b6)
2007-10-10r13123: Some small doc updates.Jelmer Vernooij2-1/+5
(This used to be commit 9222fa359011e7bda02325785ee62d72e7d2a610)
2007-10-10r13117: the caller may reference the winsdb_addr struct,Stefan Metzmacher1-1/+0
and as a winsdb_record has a short lifetime, it's no problem to not free unused addresses directly metze (This used to be commit 2a7e22c1171475976d26c6f23ab9c6a19703e718)
2007-10-10r13116: make sure we don't add more than 25 addresses to a record,Stefan Metzmacher3-36/+193
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 (This used to be commit 602ec0f1c66e6cb9e958e0e7cc10d3294737378a)
2007-10-10r13115: call the wins hook script on modifications of the wins.ldbStefan Metzmacher1-8/+56
tridge: can you please look at the /* TODO: close file handles */ btw I'm not interessted in any result from the script... metze (This used to be commit 93409faddf610e7fd6cc910a1e2fd32e69aa7c1d)
2007-10-10r13114: remove 'const' and make clear what the parameters are forStefan Metzmacher1-1/+1
metze (This used to be commit 317a3eefeef6b9da565a215ba152d829059c6f14)
2007-10-10r13113: 4.0.0tp1 has just released,Stefan Metzmacher1-3/+3
so change the version to 4.0.0tp2-SVN-build-X metze (This used to be commit 10a172163f8fde62c085864ea6fbfa1a7108c3ca)
2007-10-10r13112: merge over some stuff from samba3Stefan Metzmacher3-5/+43
metze (This used to be commit 7cb4e1bd0471f0c03fde25f6171565d74ab0549f)
2007-10-10r13111: w2k3 uses the naxVersion id for calculating the notification,Stefan Metzmacher2-7/+7
so we do now metze (This used to be commit e48a47aa650781ebe79425f41eee925f358ceb96)
2007-10-10r13107: Follow the lead of Heimdal's kpasswdd and use the HDB (hdb-ldb in ourAndrew Bartlett15-34/+369
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 (This used to be commit 849500d1aa658817052423051b1f5d0b7a1db8e0)
2007-10-10r13104: Migrate and set secrets keytab values in the 'net join' code. ThisAndrew Bartlett1-0/+30
avoids falling back to in-memory keytabs. Andrew Bartlett (This used to be commit 59fbce01c6814b8e411e7de6ee66739161520a3c)
2007-10-10r13103: Walk the names in the node status request, so I can find a serverAndrew Bartlett1-11/+14
name, and use that. (I was trying to find a machine by the name of __SAMBA__) Andrew Bartlett (This used to be commit cde044d023c7580442bceb60ac62dc4cfc1b85fe)
2007-10-10r13102: fixed the vampire code to correctly setup foreign sids and defaultAndrew Tridgell2-22/+45
unix name mappings (This used to be commit dc74d8ccf15b9324cd8b90ef9d41cf293b9de8e3)
2007-10-10r13101: autogen.sh doesn't have to be run when compiling from a released tarballJelmer Vernooij1-4/+8
(running it anyway might give problems for people who don't have autoconf installed properly or at all) Fix typo (This used to be commit 6a2a38056121e704768e88c4074629603a6f12cd)
2007-10-10r13100: removed unused menu itemAndrew Tridgell1-1/+0
(This used to be commit 1b587563665821a49dd80b95baa4d33be073b685)
2007-10-10r13099: allow shares that point to /Andrew Tridgell1-1/+3
(This used to be commit ac4b8b98392cba69d0d06bce8e9023769ee301d8)
2007-10-10r13098: make check for workgroup and realm case insensitiveAndrew Tridgell1-2/+2
(This used to be commit 0cacd69dd57254cb1b51ad7969993bc24bae86c7)
2007-10-10r13097: move the creation of the default sam name -> unix name mappings intoAndrew Tridgell2-14/+75
the main provision logic, so it can also be used as part of the vampire process (This used to be commit 95e90169f4e5887ee88116179d96f28f9e06796e)
2007-10-10r13096: explain what YOURDOM and YOUR.REALM are (in case people confuse theAndrew Tridgell1-0/+3
different meanings of the word domain) (This used to be commit 0cf99b055b3df00aa2baa8a88b3d154bff5fc9aa)
2007-10-10r13088: - handle non-active static entriesStefan Metzmacher1-57/+57
- 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 (This used to be commit 49199477f225f3d22b3c70bb4626b92ed096f310)
2007-10-10r13087: don't store timestamps for static recordsStefan Metzmacher1-18/+22
(only a per record timestamp when it's not active) metze (This used to be commit aba54b870852a9e1ccc442703591fda0f5bde51b)
2007-10-10r13084: fix 'make test'!Stefan Metzmacher1-5/+0
I would sugguest to run 'make test && make valgrind' before each commit at this stage... metze (This used to be commit b7a0a778cc77f294aac589416b05dc676696d11e)
2007-10-10r13080: fix crash bugStefan Metzmacher1-1/+1
metze (This used to be commit 0372438000dec9640a2888d44c3114c18ec625ab)
2007-10-10r13079: add SAMBA_VERSION_RELEASE_NICKNAMEStefan Metzmacher3-13/+54
if it's set in source/VERSION smbd --version will print 4.0.0tp1 (Nickname) metze (This used to be commit 780870293b8109250b16101649f110ba22c1932b)
2007-10-10r13078: fixed the ldb comparison function for objectSidsAndrew Tridgell1-1/+1
(This used to be commit 3f0600e223c079f82190f7e2a709447d679163e9)
2007-10-10r13077: Allow the mkversion script to be used for technology preview releasesJelmer Vernooij1-5/+6
(This used to be commit 2636e6c948c850e61debf75ff63b5d02f537e917)
2007-10-10r13076: catch a easy to make error during vampire installAndrew Tridgell1-0/+5
(This used to be commit 1c49ce8df0fd2150c68d0bf4162f1ef69ff3392a)
2007-10-10r13075: tell the admin what needs to be done to finish the installAndrew Tridgell1-1/+13
(This used to be commit a6f5ad5289bb635be3b6c490a03dc7a1913baa30)
2007-10-10r13074: Add oLschema2ldif manpageJelmer Vernooij2-0/+80
(This used to be commit 3e3a0c96cdb631798cf2192d0b441d29b33428c0)
2007-10-10r13073: Add manpage for getntacl, disable setntaclJelmer Vernooij2-1/+48
(This used to be commit 656e202233ff11b162a1137150faaaec68d74d2f)
2007-10-10r13071: Work around a really annoying compiler warning where header fileJames Peach2-0/+32
ordering causes MIN and MAX to be redefined. (This used to be commit 0eda8a31975fa6cf4f7026bccc5468fba957860d)
2007-10-10r13070: Add a simple smbd manpage, based on the Samba 3 one.Jelmer Vernooij4-1/+182
(This used to be commit cbcce3b5731d27e863c916731fe30acac0602c16)
2007-10-10r13069: adding a hack on instructions from andrewAndrew Tridgell1-1/+2
(This used to be commit 65cf522b5e079de2cfd5fc989350cc127f6c5baa)
2007-10-10r13067: Don't install ldbtestJelmer Vernooij1-1/+0
(This used to be commit cc35a4bc0e6d44735fc3efabb1901161e2c6d36c)
2007-10-10r13066: Add (very simple) manpages for gepdump and gwcrontab, remove gwsam fromJelmer Vernooij3-17/+105
installed binaries (as it's not ready for use yet) (This used to be commit 219aebe7e4283d2075ca3910ae700a16919120e4)
2007-10-10r13064: Add 'tags' target to LDB's makefileJelmer Vernooij1-0/+3
(This used to be commit 8195e4f8566ecc71c801aec6638869c494e6bbb4)
2007-10-10r13063: Add --realm option to upgradeJelmer Vernooij1-5/+11
(This used to be commit e6aa4e92f044712ecaa4bd7099d53d9c7d083c42)
2007-10-10r13062: Fix upgrade of WINS entriesJelmer Vernooij1-1/+1
(This used to be commit cc4cab341e51d26c90534777eae65b7683ed93ce)
2007-10-10r13060: - return only active addresses in name query responsesStefan Metzmacher4-28/+77
- replicate only active addresses metze (This used to be commit 6325abd95c5df855e8d1de2be9745940a29ba00a)
2007-10-10r13059: stop playing ping-pong while replicating special group records,Stefan Metzmacher1-22/+16
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 (This used to be commit e4f823ef038eeb74a8a6de05207f2f9aae7262a1)
2007-10-10r13051: this is correctStefan Metzmacher1-1/+0
metze (This used to be commit ccfc991ad90a44784fc4372cfc8eb22756a09a6f)
2007-10-10r13050: when we have reloaded the partners from wins_config.ldbStefan Metzmacher1-3/+19
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 (This used to be commit e57158e216e3564faa337288734d9efb30ab838d)
2007-10-10r13044: I finally understand that the [charset()] and [string] propertiesStefan Metzmacher2-4/+4
are independent... fix some warnings metze (This used to be commit 6ae621437cdfd9ca5beac1d056f60d875a057b22)
2007-10-10r13037: fill in the corrent maxVersion in table repliesStefan Metzmacher1-0/+8
metze (This used to be commit 165538245b0772c4618895779cd468feac8494c0)
2007-10-10r13035: active,special group replicas are overwritten by tombstone,special ↵Stefan Metzmacher2-1/+141
group replicas metze (This used to be commit cf669e4b2a4dcfb080cbb01a108797acad802f36)
2007-10-10r13034: A couple of clarifications on the release notes.Andrew Bartlett1-11/+15
We still need a lot of work here. Andrew Bartlett (This used to be commit c975469f893f67a57fe9a333421ff83f9c365bc0)
2007-10-10r13033: Thankyou very much to Brad Henry for fixing up many aspects of theAndrew Bartlett1-61/+64
release notes. I will answer some questions and clarify some points in the next commit. Andrew Bartlett (This used to be commit d01c4dd84895efdde6043b63dd377fe441366094)
2007-10-10r13031: A first stab at some release notes. Much work needed.Andrew Bartlett1-0/+112
Andrew Bartlett (This used to be commit 8ff6461e050077f2a94b1daad2c30b291b3e2a29)
2007-10-10r13019: Again protect us against format string mismatches, with the new splitAndrew Bartlett2-4/+9
out proto headers. The reason this is done in this way is that the attribute must be on the prototype, not the actual function defintion. Hence the macros which expand to nothing in the C file, but expand to an __attribute__ in the prototype header. Andrew Bartlett (This used to be commit a88933668f908a398bb0d8bc7dc39c96cee40de6)