summaryrefslogtreecommitdiffstats
path: root/source/wrepld/process.c
Commit message (Collapse)AuthorAgeFilesLines
* found nasty bug in intl/lang_tdb.c tdb structure was not tested to not be ↵Simo Sorce2002-07-281-1/+1
| | | | | | | | | | | | null before close this one fixes swat not working with browsers that set more then one language. along the way implemented language priority in web/neg_lang.c with bubble sort also changet str_list_make to be able to use a different separator string Simo.
* moved lp_list_* functions away from param/loadparm.c, put int lib/util_str.cSimo Sorce2002-06-141-2/+2
| | | | | and renamed to str_list_* as it is a better name. Elrond should be satisfied now :)
* changed more DEBUG level from 0 to higher.Jean-François Micouleau2002-04-301-1/+1
| | | | J.F.
* some debug log changes, and fixed wrepld crashing when there is no winsJean-François Micouleau2002-04-301-28/+34
| | | | | | partners parameter in smb.conf J.F.
* this code has been sitting on one of my box for 3 months.Jean-François Micouleau2002-04-271-9/+48
| | | | | | | | | | 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.
* Make winbindd_idmap tdb endian independent. This is very important forJeremy Allison2002-03-211-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.
* 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/+935
there are still some work to do on it but it's already functionnal. J.F.