summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Collapse)AuthorAgeFilesLines
* make smbcontrol smbd ping work proper checking for arguments handle short ↵Olaf Flebbe2009-08-241-8/+5
| | | | pid_t correctly
* s3 net: Add getauthuser/setauthuser commands.Kai Blin2009-08-181-0/+124
| | | | These replace the functionality of wbinfo --get-auth-user/--set-auth-user
* Fix EVERY SINGLE build on the buildfarm that doesn't haveJeremy Allison2009-08-121-0/+4
| | | | | | bindtextdomain or textdomain. C'mon, this is what configure.in is *FOR*. Jeremy.
* s3:smbcacls: forbid change of debug level from config fileMichael Adam2009-08-121-0/+3
| | | | Michael
* s3 net: i18n support for net utility functionsKai Blin2009-08-111-26/+29
|
* s3 net: i18n support for net usershareKai Blin2009-08-111-90/+146
|
* s3 net: i18n support for net userKai Blin2009-08-111-15/+15
|
* s3 net: i18n support for net timeKai Blin2009-08-111-27/+29
|
* s3 net: i18n support for net statusKai Blin2009-08-111-32/+34
|
* s3 net: i18n support for net shareKai Blin2009-08-111-4/+4
|
* s3 net: i18n support for net samKai Blin2009-08-111-318/+349
|
* s3 net: i18n support for net rpc shellKai Blin2009-08-112-62/+63
|
* s3 net: i18n support for net rpc serviceKai Blin2009-08-111-102/+134
|
* s3 net: i18n support for net rpc samsyncKai Blin2009-08-111-23/+27
|
* s3 net: i18n support for net rpc rightsKai Blin2009-08-101-44/+52
|
* s3 net: i18n support net rpc registryKai Blin2009-08-101-90/+98
|
* s3 net: i18n support for net rpc printerKai Blin2009-08-101-80/+105
|
* s3 net: i18n support for net rpc joinKai Blin2009-08-101-14/+18
|
* s3 net: i18n support for net rpc auditKai Blin2009-08-071-56/+60
|
* s3 net: i18n support for net rpcKai Blin2009-08-071-560/+617
|
* s3 net: i18n support for net registryKai Blin2009-08-072-76/+80
|
* s3 net: i18n support for net rapKai Blin2009-08-071-225/+228
|
* s3 net: i18n support for net luaKai Blin2009-07-301-13/+15
|
* s3 net: i18n support for net lookupKai Blin2009-07-301-12/+12
|
* s3 net: i18n for net joinKai Blin2009-07-301-6/+8
|
* s3 net: i18n support for net idmapKai Blin2009-07-301-66/+77
|
* s3 net: i18n support for net helpKai Blin2009-07-302-22/+25
|
* s3 net: Remove uid==0 check from net groupmapKai Blin2009-07-301-7/+0
|
* s3 net: i18n support for net group and net groupmapKai Blin2009-07-302-139/+174
|
* s3 net: i18n support for net fileKai Blin2009-07-301-9/+9
|
* s3 net: i18n for net eventlogKai Blin2009-07-301-24/+32
|
* s3 net: i18n support for net domKai Blin2009-07-301-32/+32
|
* s3 net: i18n support for net confKai Blin2009-07-301-120/+123
|
* s3 net: i18n support for net cacheKai Blin2009-07-292-68/+70
|
* s3 net: i18n for net ads gpoKai Blin2009-07-291-78/+79
|
* s3 net: i18n support for net adsKai Blin2009-07-291-378/+389
|
* s3 net: Initial top level support.Kai Blin2009-07-292-153/+165
|
* Fix unqualified "net join"Volker Lendecke2009-07-291-4/+1
| | | | | | | | Kai, please check! Thanks, Volker
* Added prefer_ipv4 bool parameter to resolve_name().Jeremy Allison2009-07-284-8/+8
| | | | | | | | | | W2K3 DC's can have IPv6 addresses but won't serve krb5/ldap or cldap on those addresses. Make sure when we're asking for DC's we prefer IPv4. If you have an IPv6-only network this prioritizing code will be a no-op. And if you have a mixed network then you need to prioritize IPv4 due to W2K3 DC's. Jeremy.
* s3: net ads user info should print primary group as well (bug #2658)Kai Blin2009-07-271-15/+57
| | | | | Thanks to Pavel V. Rochnyack <rpv@muma.tusur.ru> for reporting this and offering an initial patch.
* Remove a pointless static fstringVolker Lendecke2009-07-251-5/+3
|
* Make the smbd VFS typesafeVolker Lendecke2009-07-241-1/+0
|
* Revert "net: Use samba default command line arguments."Kai Blin2009-07-2211-137/+209
| | | | | | | | | | This reverts commit fb262f79fab00374023e59476e8d05a1015a7041 and related commits c36031778e1983ddb11d3e1fcab35e738dbf94bc 72fd5fa6bb78a054fad5e5ebe19a0c0387a7d45b and 38cd0e086f50ce54d88a19aa5a6803469af90489 This change caused more trouble than it solved. We need to do this differently. Reverting so we don't accidently release this.
* s3: Fix crsh in net usershare listBo Yang2009-07-181-0/+1
| | | | Signed-off-by: Bo Yang <boyang@samba.org>
* Make gencache more stableVolker Lendecke2009-07-152-0/+25
| | | | | | | | | | This provides a compromise between stability and performance: gencache is a persistent database these days that for performance reasons can not use tdb transactions for all writes. This patch splits up gencache into gencache.tdb and gencache_notrans.tdb. gencache_notrans is used with CLEAR_IF_FIRST, writes to it don't use transactions. By default every 5 minutes and when a program exits, all entries from _notrans.tdb are transferred to gencache.tdb in one transaction.
* Remove gencache_init/shutdownVolker Lendecke2009-07-151-4/+0
| | | | | gencache_get/set/del/iterate call gencache_init() internally anyway. And we've been very lazy calling gencache_shutdown, so this seems not really required.
* s3: fix build of pdbedit and net_sam. Guenther, please check. Signed-off-by: ↵Bo Yang2009-07-152-5/+5
| | | | Bo Yang <boyang@samba.org>
* s3: Fix double free in net usershare.Bo Yang2009-07-151-28/+4
| | | | Signed-off-by: Bo Yang <boyang@samba.org>
* s3:net: Fix Bug #6222. Default to DRSUAPI replication for net rpc vampire keytabStefan Metzmacher2009-07-131-4/+7
| | | | | | metze Signed-off-by: Günther Deschner <gd@samba.org>
* Make escape_ldap_string take a talloc contextVolker Lendecke2009-07-091-5/+5
|