summaryrefslogtreecommitdiffstats
path: root/source3/utils/net_time.c
Commit message (Expand)AuthorAgeFilesLines
* s3:libsmb: get rid of cli_negprotLuk Claes2012-05-281-1/+2
* s3:libsmb: get rid of cli_state_server_time_zoneLuk Claes2012-05-281-1/+2
* s3:utils: s/Undefined/SMB_SIGNING_DEFAULT/Stefan Metzmacher2011-11-031-1/+1
* s3:libsmb: pass max_protocol to cli_negprot()Stefan Metzmacher2011-09-151-1/+1
* s3:net_time: make use of cli_state_server_time_zone() and cli_state_server_ti...Stefan Metzmacher2011-09-131-2/+2
* s3:libsmb: pass CLI_FULL_CONNECTION_* flags via cli_connect_nb()Stefan Metzmacher2011-09-081-1/+1
* s3:net_time: expect const sockaddr_storage in cli_servertime()Stefan Metzmacher2011-07-221-2/+4
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-091-1/+1
* s3: Use cli_connect_nb in cli_servertimeVolker Lendecke2011-05-281-18/+2
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-061-0/+1
* s3-libsmb: put namequery headers to nmblib.hGünther Deschner2011-03-301-0/+1
* s3/net: tz argument should be NULL of courseBjörn Jacke2010-12-171-1/+1
* s3/net: don't use external "date" to make "net time set" more portableBjörn Jacke2010-12-141-14/+10
* s3 net: Fix compile warningsKai Blin2010-01-191-8/+14
* s3/net: split up some printable stings to ease i18nBjörn Jacke2010-01-181-6/+6
* s3 net: i18n support for net timeKai Blin2009-08-111-27/+29
* Remove a pointless static fstringVolker Lendecke2009-07-251-5/+3
* Fix all warnings in source3 with gcc4.3.Jeremy Allison2008-12-311-1/+3
* Make cli_negprot return NTSTATUS instead of boolVolker Lendecke2008-12-191-2/+4
* 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