summaryrefslogtreecommitdiffstats
path: root/source/smbd/error.c
Commit message (Collapse)AuthorAgeFilesLines
* more merging voodooAndrew Tridgell2000-05-101-0/+4
| | | | | | this adds "#define OLD_NTDOMAIN 1" in lots of places. Don't panic - this isn't permanent, it should go after another few merge steps have been done
* move soem variables from server.c that don't belong there.Andrew Tridgell1998-08-171-0/+4
|
* this completes the splitup of server.c.Andrew Tridgell1998-08-171-0/+142
the splitup was done with an axe, not a scalpel, so there are some rough edges. I mostly wanted to get the general form right with fine tuning of what goes where to come later. Still, this is better than what we had before where server.c was a general repository for anything that didn't fit elsewhere.