summaryrefslogtreecommitdiff
path: root/source3/utils/net.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-13s3-build Remove distinct LOCALEDIR subsystemAndrew Bartlett1-1/+1
2011-04-04s3-net: add command "net idmap check"Gregor Beck1-0/+3
2011-03-30s3-messages: only include messages.h where needed.Günther Deschner1-0/+1
2011-03-30s3-passdb: add passdb.h where needed.Günther Deschner1-0/+1
2011-02-09s3:net add option --dbGregor Beck1-1/+2
2011-02-02s3: Fix a typoVolker Lendecke1-1/+1
2010-12-15Fix bug 7866 - "net" in v3-6-test broken.Jeremy Allison1-3/+3
2010-11-02s3-debug Remove 'AllowDebugChange' and use lp_set_cmdline() insteadAndrew Bartlett1-8/+1
2010-11-02s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett1-1/+2
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-0/+1
2010-09-23s3-dsgetdcname: always pass in messaging context.Günther Deschner1-0/+6
2010-08-06s3-net: only include netapi header when needed.Günther Deschner1-0/+1
2010-08-05s3-popt: Only include popt-common.h when needed.Andreas Schneider1-0/+1
2010-08-05s3-secrets: only include secrets.h when needed.Günther Deschner1-0/+1
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-4/+4
2010-05-18s3-net: Added a rather trivial "net printing dump" command.Günther Deschner1-0/+8
2010-03-10s3: Fix a long-standing problem with recycled PIDsVolker Lendecke1-0/+7
2010-03-03Fix typo in comments.Karolin Seeger1-1/+1
2010-02-12s3: Implement global locks in a g_lock tdbVolker Lendecke1-0/+7
2010-01-24s3: Add --use-ccache to netVolker Lendecke1-0/+1
2010-01-19s3 net: Fix compile warningsKai Blin1-4/+7
2010-01-19s3 net/i18n: Use only one spelling for "Usage:"Kai Blin1-4/+4
2010-01-18s3/net: split up some printable stings to ease i18nBjörn Jacke1-4/+4
2009-10-13s3: use enum netr_SchannelType all over the place.Günther Deschner1-2/+2
2009-09-29s3: Remove the lua interpreter againVolker Lendecke1-7/+0
2009-08-18s3 net: Add getauthuser/setauthuser commands.Kai Blin1-0/+124
2009-08-12Fix EVERY SINGLE build on the buildfarm that doesn't haveJeremy Allison1-0/+4
2009-07-29s3 net: Initial top level support.Kai Blin1-153/+152
2009-07-24Make the smbd VFS typesafeVolker Lendecke1-1/+0
2009-07-22Revert "net: Use samba default command line arguments."Kai Blin1-10/+33
2009-07-15Make gencache more stableVolker Lendecke1-0/+2
2009-05-25net: Use samba default command line arguments.Kai Blin1-33/+10
2009-04-29s3-net: make "net eventlog" help output a little more appropriate.Günther Deschner1-1/+1
2009-04-17s3:net: add --request-timeout optionStefan Metzmacher1-0/+1
2009-03-07Shape up pdb_search a bit by making it a talloc ctx with a destructorVolker Lendecke1-4/+5
2009-02-04s3-net: add "net eventlog dump".Günther Deschner1-0/+8
2008-12-17net luaVolker Lendecke1-0/+7
2008-12-03s3: Change sockaddr util function names for consistencyTim Prouty1-1/+1
2008-08-01vampire keytab: add command line switch --clean-old-entries .Michael Adam1-0/+1
2008-08-01vampire keytab: introduce switch --single-obj-repl.Michael Adam1-0/+1
2008-08-01net rpc vampire: rename --repl-nodiff to --force-full-repl.Michael Adam1-1/+1
2008-08-01vampire keytab: add switch --repl-nodiff to trigger full replication.Michael Adam1-0/+2
2008-07-31net: add "-k" switch for kerberos authentication (in preparation for #5416).Günther Deschner1-0/+1
2008-06-21net: Don't crash on invalid command line options.Kai Blin1-1/+1
2008-06-10net: Rename functable3 to functable, get rid of old functablesKai Blin1-2/+2
2008-06-10net: Autogenerate "net help" output from net's functable.Kai Blin1-0/+1
2008-06-10net: Use functable3Kai Blin1-43/+284
2008-06-10net: Use functable2 to give a short help text for top-level functions.Kai Blin1-41/+41
2008-06-10net: Move net_run_function/net_run_function2 to net_util.cKai Blin1-46/+0
2008-06-05net: fix debuglevel handling.Günther Deschner1-1/+3