summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* s3: Enable -C in rpcclientVolker Lendecke2010-01-241-0/+3
|
* s3: Add CLI_FULL_CONNECTION_USE_CCACHEVolker Lendecke2010-01-242-0/+4
|
* s3: Use -C in smbclientVolker Lendecke2010-01-241-0/+1
| | | | | | | | | | | | | | | $ bin/wbinfo --ccache-save=w2k3ad\\vl%Password saving creds succeeded $ bin/smbclient //192.168.42.160/tmp -Uvl -N -C -W w2k3ad OS=[Windows Server 2003 R2 3790 Service Pack 2] Server=[Windows Server 2003 R2 5.2] smb: \> $ bin/wbinfo --ccache-save=w2k3ad\\vl%WrongPassword saving creds succeeded $ bin/smbclient //192.168.42.160/tmp -Uvl -N -C -W w2k3ad Anonymous login successful Domain=[W2K3AD] OS=[Windows Server 2003 R2 3790 Service Pack 2] Server=[Windows Server 2003 R2 5.2] tree connect failed: NT_STATUS_ACCESS_DENIED $
* s3: Add -C (--use-ccache) to popt_common_credentialsVolker Lendecke2010-01-244-1/+20
|
* s3: Add ccache use to cli_session_setup_ntlmsspVolker Lendecke2010-01-242-0/+5
|
* s3: Add NTLMSSP_FEATURE_CCACHEVolker Lendecke2010-01-243-5/+73
| | | | Uses the winbind ccache to do authentication if asked to do so
* s3: Add the session key to the ccache_ntlm_auth responseVolker Lendecke2010-01-241-4/+18
|
* s3: Add wbinfo --ccache-saveVolker Lendecke2010-01-244-0/+80
| | | | | With this command you can give winbind your password for later use by the automatic ntlm_auth
* s3: Remove some calls to memset -- reduces text size by some bytes for meVolker Lendecke2010-01-242-13/+5
|
* s3: Make string_to_sid a wrapper around dom_sid_parseVolker Lendecke2010-01-231-50/+7
|
* s3: Add a little torture test for dom_sid_parseVolker Lendecke2010-01-232-0/+19
|
* s3: Remove string_sid_tallocVolker Lendecke2010-01-232-14/+0
| | | | All but one call were pointless, so I think this API should go
* s3: Remove a call to string_sid_tallocVolker Lendecke2010-01-231-2/+6
|
* s3: Fix sending NULL sids to lookupsids3Volker Lendecke2010-01-231-2/+2
|
* s3: Remove some pointless uses of string_sid_tallocVolker Lendecke2010-01-233-10/+10
|
* s3: Use global_sid_Builtin in net_groupmap_membershipsVolker Lendecke2010-01-231-4/+3
|
* s3: Fix some nonempty blank linesVolker Lendecke2010-01-234-26/+26
|
* s3: Fix some nonempty blank linesVolker Lendecke2010-01-221-21/+20
|
* s3: Fix a typo in a commentVolker Lendecke2010-01-221-1/+1
|
* s3:pdb_ldap: Fix large paged search.Volker Lendecke2010-01-211-0/+1
| | | | | Fix bug #6981 (Paged Search with DirX LDAP server broken). (cherry picked from commit 0a3b576c0a4298cbe600ad8943e401e3a0639359)
* s3: Initialize the seqnum in "init_smb_request"Volker Lendecke2010-01-211-4/+4
| | | | | This makes it a bit more obvious for me that the signing sequence number is tied to the SMB request.
* s3: Make "init_smb_request" static to process.cVolker Lendecke2010-01-212-8/+2
|
* s3: Move "yesno" to the only place where it is used: client.cVolker Lendecke2010-01-213-19/+18
|
* Add localtime parameter to shadow_copy2.Ed Plese2010-01-211-0/+22
|
* Add format parameter to shadow_copy2.Ed Plese2010-01-211-11/+73
|
* Add sort parameter to shadow_copy2.Ed Plese2010-01-211-0/+62
|
* s3: fix dnsupdate configure checkBjörn Jacke2010-01-211-16/+25
|
* Add cross option to samba_cv_linux_getgrouplist_okLars Müller2010-01-201-1/+3
| | | | | | | "cross" as an option got removed accidentl with commit e5a95132 while moving in direction of 3.2. Patch proposed by Richard Sharpe <realrichardsharpe@gmail.com>.
* s3: build with dnsupdate support when possibleBjörn Jacke2010-01-201-1/+1
|
* s3: Fix a typoVolker Lendecke2010-01-191-1/+1
|
* s3 net/i18n: Update .po filesKai Blin2010-01-191-1483/+1455
|
* s3 net: Fix compile warningsKai Blin2010-01-1924-380/+676
|
* s3: Remove a comment from ancient times that no longer appliesVolker Lendecke2010-01-191-1/+0
|
* s3-selftest: finally enable RPC-SPOOLSS-NOTIFY against s3.Günther Deschner2010-01-191-1/+1
| | | | Guenther
* s3-spoolss: stricter name checks when opening back-channel notify connection.Günther Deschner2010-01-191-7/+13
| | | | | | | Make sure to always check if the name the client passed in spoolss_RemoteFindFirstPrinterChangeNotifyEx is not one of our names. Guenther
* s3-selftest: use absolute path when setting SOCKET_WRAPPER_DIR.Günther Deschner2010-01-191-1/+1
| | | | Guenther
* s3 net/i18n: update .po filesKai Blin2010-01-191-1257/+946
|
* s3 net/i18n: Use only one spelling for "Usage:"Kai Blin2010-01-1911-57/+57
|
* s3 net: Fix compile error with WITH_DNS_UPDATESKai Blin2010-01-191-2/+2
| | | | | bd3c922e2bc1a163efc1d8c9cb59578bebb79616 introduced a compile-time error when building with WITH_DNS_UPDATES.
* s3/net: split up some printable stings to ease i18nBjörn Jacke2010-01-1825-344/+347
| | | | | | If we put strings like "Usage:" into separate _() macros and not the whole "Usage:..." string we can cover much more messages by only one single translation. The drawback is that the message in the sources looks less pretty.
* s3/i18n/de: improve some German translationsBjörn Jacke2010-01-181-4/+4
|
* ѕ3/i18n/de: fix typoBjörn Jacke2010-01-181-2/+2
|
* net: Add German translation, specially for the command listingAndré Hentschel2010-01-181-107/+116
| | | | Signed-off-by: Kai Blin <kai@samba.org>
* s3-selftest: use testenv dc so that smbtorture4 actually uses the client ↵Günther Deschner2010-01-181-1/+1
| | | | | | | | configuration. Found while trying to get RPC-SPOOLSS-NOTIFY working against s3. Guenther
* s3: Show share path in swat statuspageMarcin Gryszkalis2010-01-181-4/+7
|
* s3: Fix the format string for smbcontrol pool-usageVolker Lendecke2010-01-171-1/+1
| | | | With the dot I have seen printf to not print anything
* idl: switched to using the WSPP names for the 'neighbour' DRS optionsAndrew Tridgell2010-01-182-10/+10
| | | | | | | The documentation shows that all these functions in fact use the same flags variable type. To be consistent between functions, and to allow easy reference to the WSPP docs, it is better for us to also use this generic DrsOptions bitfield rather than one per operations.
* s3: Protect against an invalid bcc in SMBsendtxtVolker Lendecke2010-01-171-1/+1
|
* s3: For "smbcontrol <pid> pool-usage", print the first 50 bytes of a stringVolker Lendecke2010-01-171-0/+17
|
* s3: Fix some nonempty blank linesVolker Lendecke2010-01-171-5/+5
|