index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
utils
/
net.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-13
s3-build Remove distinct LOCALEDIR subsystem
Andrew Bartlett
1
-1
/
+1
2011-04-04
s3-net: add command "net idmap check"
Gregor Beck
1
-0
/
+3
2011-03-30
s3-messages: only include messages.h where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-passdb: add passdb.h where needed.
Günther Deschner
1
-0
/
+1
2011-02-09
s3:net add option --db
Gregor Beck
1
-1
/
+2
2011-02-02
s3: Fix a typo
Volker Lendecke
1
-1
/
+1
2010-12-15
Fix bug 7866 - "net" in v3-6-test broken.
Jeremy Allison
1
-3
/
+3
2010-11-02
s3-debug Remove 'AllowDebugChange' and use lp_set_cmdline() instead
Andrew Bartlett
1
-8
/
+1
2010-11-02
s3-debug Impove setup_logging() to specify logging to stderr
Andrew Bartlett
1
-1
/
+2
2010-10-12
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
1
-0
/
+1
2010-09-23
s3-dsgetdcname: always pass in messaging context.
Günther Deschner
1
-0
/
+6
2010-08-06
s3-net: only include netapi header when needed.
Günther Deschner
1
-0
/
+1
2010-08-05
s3-popt: Only include popt-common.h when needed.
Andreas Schneider
1
-0
/
+1
2010-08-05
s3-secrets: only include secrets.h when needed.
Günther Deschner
1
-0
/
+1
2010-05-21
s3:dom_sid Global replace of DOM_SID with struct dom_sid
Andrew Bartlett
1
-4
/
+4
2010-05-18
s3-net: Added a rather trivial "net printing dump" command.
Günther Deschner
1
-0
/
+8
2010-03-10
s3: Fix a long-standing problem with recycled PIDs
Volker Lendecke
1
-0
/
+7
2010-03-03
Fix typo in comments.
Karolin Seeger
1
-1
/
+1
2010-02-12
s3: Implement global locks in a g_lock tdb
Volker Lendecke
1
-0
/
+7
2010-01-24
s3: Add --use-ccache to net
Volker Lendecke
1
-0
/
+1
2010-01-19
s3 net: Fix compile warnings
Kai Blin
1
-4
/
+7
2010-01-19
s3 net/i18n: Use only one spelling for "Usage:"
Kai Blin
1
-4
/
+4
2010-01-18
s3/net: split up some printable stings to ease i18n
Björn Jacke
1
-4
/
+4
2009-10-13
s3: use enum netr_SchannelType all over the place.
Günther Deschner
1
-2
/
+2
2009-09-29
s3: Remove the lua interpreter again
Volker Lendecke
1
-7
/
+0
2009-08-18
s3 net: Add getauthuser/setauthuser commands.
Kai Blin
1
-0
/
+124
2009-08-12
Fix EVERY SINGLE build on the buildfarm that doesn't have
Jeremy Allison
1
-0
/
+4
2009-07-29
s3 net: Initial top level support.
Kai Blin
1
-153
/
+152
2009-07-24
Make the smbd VFS typesafe
Volker Lendecke
1
-1
/
+0
2009-07-22
Revert "net: Use samba default command line arguments."
Kai Blin
1
-10
/
+33
2009-07-15
Make gencache more stable
Volker Lendecke
1
-0
/
+2
2009-05-25
net: Use samba default command line arguments.
Kai Blin
1
-33
/
+10
2009-04-29
s3-net: make "net eventlog" help output a little more appropriate.
Günther Deschner
1
-1
/
+1
2009-04-17
s3:net: add --request-timeout option
Stefan Metzmacher
1
-0
/
+1
2009-03-07
Shape up pdb_search a bit by making it a talloc ctx with a destructor
Volker Lendecke
1
-4
/
+5
2009-02-04
s3-net: add "net eventlog dump".
Günther Deschner
1
-0
/
+8
2008-12-17
net lua
Volker Lendecke
1
-0
/
+7
2008-12-03
s3: Change sockaddr util function names for consistency
Tim Prouty
1
-1
/
+1
2008-08-01
vampire keytab: add command line switch --clean-old-entries .
Michael Adam
1
-0
/
+1
2008-08-01
vampire keytab: introduce switch --single-obj-repl.
Michael Adam
1
-0
/
+1
2008-08-01
net rpc vampire: rename --repl-nodiff to --force-full-repl.
Michael Adam
1
-1
/
+1
2008-08-01
vampire keytab: add switch --repl-nodiff to trigger full replication.
Michael Adam
1
-0
/
+2
2008-07-31
net: add "-k" switch for kerberos authentication (in preparation for #5416).
Günther Deschner
1
-0
/
+1
2008-06-21
net: Don't crash on invalid command line options.
Kai Blin
1
-1
/
+1
2008-06-10
net: Rename functable3 to functable, get rid of old functables
Kai Blin
1
-2
/
+2
2008-06-10
net: Autogenerate "net help" output from net's functable.
Kai Blin
1
-0
/
+1
2008-06-10
net: Use functable3
Kai Blin
1
-43
/
+284
2008-06-10
net: Use functable2 to give a short help text for top-level functions.
Kai Blin
1
-41
/
+41
2008-06-10
net: Move net_run_function/net_run_function2 to net_util.c
Kai Blin
1
-46
/
+0
2008-06-05
net: fix debuglevel handling.
Günther Deschner
1
-1
/
+3
[next]