summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-11-27 23:47:30 +1100
committerAndrew Tridgell <tridge@samba.org>2010-11-28 00:16:38 +1100
commitf6c2d39d0b7d0f631b26e96abca2982ee404c7fb (patch)
treeb9814775d486ba844c10364319d0f4ecb7a92fed
parent8310375a048aeb754539421ac96291d13a4cd3d7 (diff)
downloadsamba-f6c2d39d0b7d0f631b26e96abca2982ee404c7fb.tar.gz
samba-f6c2d39d0b7d0f631b26e96abca2982ee404c7fb.tar.bz2
samba-f6c2d39d0b7d0f631b26e96abca2982ee404c7fb.zip
s4-pyglue: expose the remaining NTTIME functions from glue
-rw-r--r--source4/scripting/python/samba/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/scripting/python/samba/__init__.py b/source4/scripting/python/samba/__init__.py
index 079dad7351..a9b43498bf 100644
--- a/source4/scripting/python/samba/__init__.py
+++ b/source4/scripting/python/samba/__init__.py
@@ -326,4 +326,7 @@ version = _glue.version
interface_ips = _glue.interface_ips
set_debug_level = _glue.set_debug_level
unix2nttime = _glue.unix2nttime
+nttime2string = _glue.nttime2string
+nttime2unix = _glue.nttime2unix
+unix2nttime = _glue.unix2nttime
generate_random_password = _glue.generate_random_password