summaryrefslogtreecommitdiffstats
path: root/source/wrepld/server.c
Commit message (Collapse)AuthorAgeFilesLines
* Make 'remote_machine' private to lib/substitute.c, and fix all the user to useAndrew Bartlett2002-08-111-2/+1
| | | | | | the new accessor functions. Andrew Bartlett
* changed more DEBUG level from 0 to higher.Jean-François Micouleau2002-04-301-1/+1
| | | | J.F.
* this code has been sitting on one of my box for 3 months.Jean-François Micouleau2002-04-271-4/+39
| | | | | | | | | | add wins push replication, better handling of partners, rewrote half of parser. I know some parser code need to be changed to better cope with multihomed machine and groups. J.F.
* Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison2002-01-311-1/+1
| | | | | | processing work correctly in winbindd. This is a really good patch that gives full select semantics to the Samba modified select. Jeremy.
* Removed version number from file header.Tim Potter2002-01-301-2/+1
| | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header.
* that's the wins replication daemon !Jean-François Micouleau2002-01-251-0/+724
there are still some work to do on it but it's already functionnal. J.F.