Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-05-18 | s3: Remove use of iconv_convenience. | Jelmer Vernooij | 1 | -3/+3 | |
2010-05-06 | s3-eventlog: move all eventlog headers to lib/eventlog and only include ↵ | Günther Deschner | 1 | -0/+1 | |
where required. Guenther | |||||
2010-01-19 | s3 net: Fix compile warnings | Kai Blin | 1 | -3/+6 | |
2010-01-19 | s3 net/i18n: Use only one spelling for "Usage:" | Kai Blin | 1 | -3/+3 | |
2010-01-18 | s3/net: split up some printable stings to ease i18n | Björn Jacke | 1 | -3/+3 | |
If we put strings like "Usage:" into separate _() macros and not the whole "Usage:..." string we can cover much more messages by only one single translation. The drawback is that the message in the sources looks less pretty. | |||||
2009-07-30 | s3 net: i18n for net eventlog | Kai Blin | 1 | -24/+32 | |
2009-04-08 | s3-eventlog: split out evlog_convert_tdb_to_evt(). | Günther Deschner | 1 | -52/+2 | |
Guenther | |||||
2009-02-04 | s3-net: add "net eventlog export". | Günther Deschner | 1 | -0/+109 | |
This allows to export our tdb eventlog representation into a native win32 *.evt eventlog file. Guenther | |||||
2009-02-04 | s3-net: add "net eventlog import". | Günther Deschner | 1 | -0/+104 | |
This allows to import a native (non-wrapped) win32 *.evt eventlog file into our tdb eventlog representation. Guenther | |||||
2009-02-04 | s3-net: add "net eventlog dump". | Günther Deschner | 1 | -0/+100 | |
This allows to dump a native (non-wrapped) win32 *.evt eventlog file. Guenther |