index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
utils
/
net_time.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3:libsmb: get rid of cli_negprot
Luk Claes
2012-05-28
1
-1
/
+2
*
s3:libsmb: get rid of cli_state_server_time_zone
Luk Claes
2012-05-28
1
-1
/
+2
*
s3:utils: s/Undefined/SMB_SIGNING_DEFAULT/
Stefan Metzmacher
2011-11-03
1
-1
/
+1
*
s3:libsmb: pass max_protocol to cli_negprot()
Stefan Metzmacher
2011-09-15
1
-1
/
+1
*
s3:net_time: make use of cli_state_server_time_zone() and cli_state_server_ti...
Stefan Metzmacher
2011-09-13
1
-2
/
+2
*
s3:libsmb: pass CLI_FULL_CONNECTION_* flags via cli_connect_nb()
Stefan Metzmacher
2011-09-08
1
-1
/
+1
*
s3:net_time: expect const sockaddr_storage in cli_servertime()
Stefan Metzmacher
2011-07-22
1
-2
/
+4
*
s3-param Remove special case for global_myname(), rename to lp_netbios_name()
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
s3: Use cli_connect_nb in cli_servertime
Volker Lendecke
2011-05-28
1
-18
/
+2
*
s3-libsmb: move protos to libsmb/proto.h
Günther Deschner
2011-05-06
1
-0
/
+1
*
s3-libsmb: put namequery headers to nmblib.h
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3/net: tz argument should be NULL of course
Björn Jacke
2010-12-17
1
-1
/
+1
*
s3/net: don't use external "date" to make "net time set" more portable
Björn Jacke
2010-12-14
1
-14
/
+10
*
s3 net: Fix compile warnings
Kai Blin
2010-01-19
1
-8
/
+14
*
s3/net: split up some printable stings to ease i18n
Björn Jacke
2010-01-18
1
-6
/
+6
*
s3 net: i18n support for net time
Kai Blin
2009-08-11
1
-27
/
+29
*
Remove a pointless static fstring
Volker Lendecke
2009-07-25
1
-5
/
+3
*
Fix all warnings in source3 with gcc4.3.
Jeremy Allison
2008-12-31
1
-1
/
+3
*
Make cli_negprot return NTSTATUS instead of bool
Volker Lendecke
2008-12-19
1
-2
/
+4
*
net: Rename functable3 to functable, get rid of old functables
Kai Blin
2008-06-10
1
-2
/
+2
*
net: Fix comment for net_time_zone()
Kai Blin
2008-06-10
1
-1
/
+1
*
net: Make "net time" use functable3
Kai Blin
2008-06-10
1
-13
/
+57
*
net: Don't try to look up a server if net time is called with a command.
Kai Blin
2008-06-10
1
-5
/
+5
*
net: more whitespace cleanup
Kai Blin
2008-05-10
1
-4
/
+4
*
net: Remove globals
Kai Blin
2008-05-10
1
-18
/
+20
*
This is a large patch (sorry). Migrate from struct in_addr
Jeremy Allison
2007-10-24
1
-7
/
+7
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23554: Fix bug #4711 by makeing cli_connect return an NTSTATUS.
Jeremy Allison
2007-10-10
1
-2
/
+4
*
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
2007-10-10
1
-3
/
+7
*
r16230: Fix Klocwork #861 and others. localtime and asctime
Jeremy Allison
2007-10-10
1
-1
/
+4
*
r12986: Use d_fprintf(stderr, ...) for any error message in net.
Lars Müller
2007-10-10
1
-3
/
+7
*
r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid of
Tim Potter
2007-10-10
1
-1
/
+1
*
convert snprintf() calls using pstrings & fstrings
Gerald Carter
2003-07-23
1
-2
/
+2
*
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
2003-01-03
1
-6
/
+0
*
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
2002-11-12
1
-2
/
+1
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-2
/
+4
*
Some help cleanups. Formatting and consistency issues. Line up text nicely,...
Jim McDonough
2002-03-15
1
-1
/
+2
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-1
/
+0
*
print the timezone in the same format as 'date +%z' - much better for scripting
Andrew Tridgell
2002-01-04
1
-5
/
+8
*
don't use -u switch to /bin/date - too many systems don't honor it
Andrew Tridgell
2001-12-14
1
-4
/
+4
*
added "net time zone" command to show the timezone on a computer
Andrew Tridgell
2001-12-12
1
-6
/
+30
*
prevent double free
Andrew Tridgell
2001-12-11
1
-2
/
+0
*
better error handling
Andrew Tridgell
2001-12-11
1
-11
/
+17
*
added a comment about /bin/date
Andrew Tridgell
2001-12-11
1
-1
/
+4
*
added a net time command. Allow display or set of system time based on
Andrew Tridgell
2001-12-11
1
-0
/
+151