summaryrefslogtreecommitdiffstats
path: root/source/utils/net_time.c
Commit message (Expand)AuthorAgeFilesLines
* Fix all warnings with gcc4.3.Jeremy Allison2009-01-021-1/+3
* net: Rename functable3 to functable, get rid of old functablesKai Blin2008-06-101-2/+2
* net: Fix comment for net_time_zone()Kai Blin2008-06-101-1/+1
* net: Make "net time" use functable3Kai Blin2008-06-101-13/+57
* net: Don't try to look up a server if net time is called with a command.Kai Blin2008-06-101-5/+5
* net: more whitespace cleanupKai Blin2008-05-101-4/+4
* net: Remove globalsKai Blin2008-05-101-18/+20
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-241-7/+7
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23554: Fix bug #4711 by makeing cli_connect return an NTSTATUS.Jeremy Allison2007-10-101-2/+4
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-3/+7
* r16230: Fix Klocwork #861 and others. localtime and asctimeJeremy Allison2007-10-101-1/+4
* r12986: Use d_fprintf(stderr, ...) for any error message in net.Lars Müller2007-10-101-3/+7
* r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid ofTim Potter2007-10-101-1/+1
* convert snprintf() calls using pstrings & fstringsGerald Carter2003-07-231-2/+2
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-6/+0
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-2/+1
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-2/+4
* Some help cleanups. Formatting and consistency issues. Line up text nicely,...Jim McDonough2002-03-151-1/+2
* Removed version number from file header.Tim Potter2002-01-301-1/+0
* print the timezone in the same format as 'date +%z' - much better for scriptingAndrew Tridgell2002-01-041-5/+8
* don't use -u switch to /bin/date - too many systems don't honor itAndrew Tridgell2001-12-141-4/+4
* added "net time zone" command to show the timezone on a computerAndrew Tridgell2001-12-121-6/+30
* prevent double freeAndrew Tridgell2001-12-111-2/+0
* better error handlingAndrew Tridgell2001-12-111-11/+17
* added a comment about /bin/dateAndrew Tridgell2001-12-111-1/+4
* added a net time command. Allow display or set of system time based onAndrew Tridgell2001-12-111-0/+151