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