summaryrefslogtreecommitdiff
path: root/source3/wrepld
AgeCommit message (Collapse)AuthorFilesLines
2002-08-17sync 3.0 branch with headJelmer Vernooij2-3/+2
(This used to be commit 18aeccd1b89f69f726212b6d5c3232c9d74116c7)
2002-07-15more bug updates from headAndrew Tridgell1-1/+1
(This used to be commit 8b769bf5bbbe54b1a39fd85cc24db09c1ab7faab)
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell4-132/+295
(This used to be commit 03ac082dcb375b6f3ca3d810a6a6367542bc23ce)
2002-03-21Make winbindd_idmap tdb endian independent. This is very important forJeremy Allison1-2/+2
sharing between machines with rsync. Finally removed tdb_store_int/tdb_fetch_int. Now only tdb_store_int32/tdb_fetch_int32 which are endian independent are allowed. Jeremy. (This used to be commit 1c4a00dcc13f4a7c5876a5cf63ca730190d1132e)
2002-01-31Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison1-1/+1
processing work correctly in winbindd. This is a really good patch that gives full select semantics to the Samba modified select. Jeremy. (This used to be commit 3af16ade173cac24c1ac5eff4a36b439f16ac036)
2002-01-30Removed version number from file header.Tim Potter6-12/+6
Changed "SMB/Netbios" to "SMB/CIFS" in file header. (This used to be commit 6a58c9bd06d0d7502a24bf5ce5a2faf0a146edfa)
2002-01-25that's the wins replication daemon !Jean-François Micouleau6-0/+2769
there are still some work to do on it but it's already functionnal. J.F. (This used to be commit 2506c98d19263bd5f367a488c2238dcdfec46ee9)