<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source3/utils/net_help.c, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/'/>
<entry>
<title>s3-lib Replace StrCaseCmp() with strcasecmp_m()</title>
<updated>2011-05-18T14:12:08+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-05-13T18:21:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=c615ebed6e3d273a682806b952d543e834e5630d'/>
<id>c615ebed6e3d273a682806b952d543e834e5630d</id>
<content type='text'>
strcasecmp_m() never needs to call to talloc, and via next_codepoint()
still has an ASCII fast-path bypassing iconv() calls.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
strcasecmp_m() never needs to call to talloc, and via next_codepoint()
still has an ASCII fast-path bypassing iconv() calls.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>s3 net: Add a few missing gettext calls.</title>
<updated>2010-01-05T08:55:52+00:00</updated>
<author>
<name>Kai Blin</name>
<email>kai@samba.org</email>
</author>
<published>2010-01-05T08:43:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=9a9d737070bfde62f2d5a35ad25606da578f9f7e'/>
<id>9a9d737070bfde62f2d5a35ad25606da578f9f7e</id>
<content type='text'>
Many many thanks to Adi Roiban from #ubuntu-translators for helping me find
and fix my problems with the translations.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Many many thanks to Adi Roiban from #ubuntu-translators for helping me find
and fix my problems with the translations.
</pre>
</div>
</content>
</entry>
<entry>
<title>s3 net: i18n support for net help</title>
<updated>2009-07-30T09:32:08+00:00</updated>
<author>
<name>Kai Blin</name>
<email>kai@samba.org</email>
</author>
<published>2009-07-30T09:30:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=a7f6c839bafeb8c163cec1c8b73603637621faa7'/>
<id>a7f6c839bafeb8c163cec1c8b73603637621faa7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "net: Use samba default command line arguments."</title>
<updated>2009-07-22T11:39:34+00:00</updated>
<author>
<name>Kai Blin</name>
<email>kai@samba.org</email>
</author>
<published>2009-07-05T07:21:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=8f5ef1063354b4ce32dfc9122e8221e2fea88890'/>
<id>8f5ef1063354b4ce32dfc9122e8221e2fea88890</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>net: Use samba default command line arguments.</title>
<updated>2009-05-25T21:35:38+00:00</updated>
<author>
<name>Kai Blin</name>
<email>kai@samba.org</email>
</author>
<published>2009-05-14T09:39:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=fb262f79fab00374023e59476e8d05a1015a7041'/>
<id>fb262f79fab00374023e59476e8d05a1015a7041</id>
<content type='text'>
Attention:

The meaning of the -N flag changed.
To get the old meaning for net groupmap set, use the long option --ntname
The long option for using kerberos changed from --kerberos to --use-kerberos

net rpc commands will now prompt for a password if none is given.

As a benefit, net will now accept an authentication file like other samba
command line tools. So no need to specify the password on the command line in
scripts anymore.

This should fix bug #6357

Signed-off-by: Kai Blin &lt;kai@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Attention:

The meaning of the -N flag changed.
To get the old meaning for net groupmap set, use the long option --ntname
The long option for using kerberos changed from --kerberos to --use-kerberos

net rpc commands will now prompt for a password if none is given.

As a benefit, net will now accept an authentication file like other samba
command line tools. So no need to specify the password on the command line in
scripts anymore.

This should fix bug #6357

Signed-off-by: Kai Blin &lt;kai@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>net: Rename functable3 to functable, get rid of old functables</title>
<updated>2008-06-10T07:48:21+00:00</updated>
<author>
<name>Kai Blin</name>
<email>kai@samba.org</email>
</author>
<published>2008-06-07T00:25:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=255bdb26025a5025bc60637dd924f6ec71c49ee5'/>
<id>255bdb26025a5025bc60637dd924f6ec71c49ee5</id>
<content type='text'>
(This used to be commit bb7c5fc4ec77db4073d3beccf12af12910b6bd07)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit bb7c5fc4ec77db4073d3beccf12af12910b6bd07)
</pre>
</div>
</content>
</entry>
<entry>
<title>net: Autogenerate "net help" output from net's functable.</title>
<updated>2008-06-10T07:45:36+00:00</updated>
<author>
<name>Kai Blin</name>
<email>kai@samba.org</email>
</author>
<published>2008-05-18T22:19:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=0f1b3ed5c0326cdca931adc43806ec4df0d3abf3'/>
<id>0f1b3ed5c0326cdca931adc43806ec4df0d3abf3</id>
<content type='text'>
(This used to be commit 0feb40bc8408412336c667df4f8bf57c77446ca7)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit 0feb40bc8408412336c667df4f8bf57c77446ca7)
</pre>
</div>
</content>
</entry>
<entry>
<title>net: The top level help function for net cmd is always net_cmd_usage</title>
<updated>2008-05-20T12:28:12+00:00</updated>
<author>
<name>Kai Blin</name>
<email>kai@samba.org</email>
</author>
<published>2008-05-15T08:14:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=0210f7af917d0e4ea1f16f9c6e767b8fe817c095'/>
<id>0210f7af917d0e4ea1f16f9c6e767b8fe817c095</id>
<content type='text'>
(This used to be commit f7d0903a58b0b0fc248a613937a101f15baa5311)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit f7d0903a58b0b0fc248a613937a101f15baa5311)
</pre>
</div>
</content>
</entry>
<entry>
<title>net: Move help for "net status" to net_status.c</title>
<updated>2008-05-20T12:28:07+00:00</updated>
<author>
<name>Kai Blin</name>
<email>kai@samba.org</email>
</author>
<published>2008-05-14T13:09:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=89cd35d0549eeee1c31d976b86cf4fd45a664c8a'/>
<id>89cd35d0549eeee1c31d976b86cf4fd45a664c8a</id>
<content type='text'>
(This used to be commit d26681b169a533f838f74d48af072b57afc9f8df)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit d26681b169a533f838f74d48af072b57afc9f8df)
</pre>
</div>
</content>
</entry>
<entry>
<title>net: Move printer help to net_rpc where it's used.</title>
<updated>2008-05-20T12:28:03+00:00</updated>
<author>
<name>Kai Blin</name>
<email>kai@samba.org</email>
</author>
<published>2008-05-14T12:29:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=1634bd92eac7dcb2c6056c862a7a8c18f6bc8d1b'/>
<id>1634bd92eac7dcb2c6056c862a7a8c18f6bc8d1b</id>
<content type='text'>
(This used to be commit 2ee3d1aefab8dada5bd05a92b72776554617b7f9)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit 2ee3d1aefab8dada5bd05a92b72776554617b7f9)
</pre>
</div>
</content>
</entry>
</feed>
