summaryrefslogtreecommitdiffstats
path: root/source/wrepld/parser.c
Commit message (Collapse)AuthorAgeFilesLines
* fixed a number of real bugs found by warnings on the 64 bit irix compilerAndrew Tridgell2002-07-151-1/+1
|
* Removed unused variable.Tim Potter2002-05-011-2/+0
|
* this code has been sitting on one of my box for 3 months.Jean-François Micouleau2002-04-271-89/+156
| | | | | | | | | | 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.
* 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/+695
there are still some work to do on it but it's already functionnal. J.F.