summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* s3:docs: document the smbclient "tcon" commandMichael Adam2011-07-251-0/+8
|
* s3:docs: document the smbclient "logoff" commandMichael Adam2011-07-251-0/+7
|
* lib/ccan: update to init-1192-gdd04041Rusty Russell2011-07-2532-424/+959
| | | | | | | | | | | | | | | | This imports licensing clarifications and updates as discussed on samba-technical ("Subject: Re: ccan code breaks older build farm systems"). In particular, the recent version have per-file license markers, and some modules are relicenced more liberally: in particular Simo pointed out that htable was GPL, and indirectly included by libtdb2, which would have made that GPL as well. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Autobuild-User: Rusty Russell <rusty@rustcorp.com.au> Autobuild-Date: Mon Jul 25 12:03:40 CEST 2011 on sn-devel-104
* lib/ccan: add READMERusty Russell2011-07-251-0/+9
| | | | | | | | README points out that these code snippets have their own licenses, and that their home is elsewhere. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
* s4:auth/kerberos: activate windows related krb5 flagsStefan Metzmacher2011-07-251-0/+10
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Jul 25 09:45:01 CEST 2011 on sn-devel-104
* s4:heimdal: build samba4kgetcredStefan Metzmacher2011-07-242-0/+240
| | | | metze
* s3-utils/net_rpc_printer.c: fix error messageBjörn Baumbach2011-07-241-2/+2
| | | | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sun Jul 24 19:01:47 CEST 2011 on sn-devel-104
* s3: Fix Coverity ID 2596, REVERSE_INULLVolker Lendecke2011-07-241-1/+2
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Jul 24 16:37:19 CEST 2011 on sn-devel-104
* cli_raw: Make name lowercase.Jelmer Vernooij2011-07-237-11/+11
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Jul 23 23:20:51 CEST 2011 on sn-devel-104
* charset: Make name lowercase everywhere.Jelmer Vernooij2011-07-234-10/+10
|
* wafsamba: Properly lock object store when retrieving version through Bazaar.Jelmer Vernooij2011-07-231-1/+5
|
* remove the fedora package, and point at the repository insteadJelmer Vernooij2011-07-237-529/+13
|
* README.Coding: Mention that PEP8 is the standard for Python code.Jelmer Vernooij2011-07-231-1/+5
| | | | | Almost all of our existing code is PEP8, and virtually every other free software project in Python uses PEP8.
* update TODO: net has been renamed to samba-tool.Jelmer Vernooij2011-07-231-2/+1
|
* scripting/bin: Some formatting fixes.Jelmer Vernooij2011-07-232-4/+4
|
* s3:libsmb: cli_set_secdesc() only needs a const struct security_descriptorStefan Metzmacher2011-07-232-2/+2
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sat Jul 23 11:08:19 CEST 2011 on sn-devel-104
* libcli/security: add some const to marshall_sec_desc[_buf]()Stefan Metzmacher2011-07-232-4/+4
| | | | metze
* s3:libsmb: remove unused cli_query_secdesc_old()Stefan Metzmacher2011-07-232-50/+0
| | | | metze
* s3:libsmb_xattr: make use of the new cli_query_secdesc()Stefan Metzmacher2011-07-231-13/+13
| | | | metze
* s3-utils/net_rpc.c: replace cli_query_secdesc_old()Björn Baumbach2011-07-231-1/+1
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-utils/net_rpc_printer.c: replace cli_query_secdesc_old()Björn Baumbach2011-07-231-4/+4
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-utils/smbcacls.c: replace cli_query_secdesc_old()Björn Baumbach2011-07-231-3/+4
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-client/client.c: replace cli_query_secdesc_old()Björn Baumbach2011-07-231-5/+5
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-torture: run_nttrans_create(): replace cli_query_secdesc_old()Björn Baumbach2011-07-231-1/+1
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-libsmb: introduce new cli_query_secdesc() which returns NTSTATUSBjörn Baumbach2011-07-232-0/+52
| | | | | | Replacement for cli_query_secdesc_old() Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-libsmb: rename cli_query_secdesc() to cli_query_secdesc_old()Björn Baumbach2011-07-238-9/+9
| | | | | | Will introduce new cli_query_secdesc() function Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-libsmb: finally remove cli_read_old()Björn Baumbach2011-07-232-16/+0
| | | | | | Replaced by new cli_read() which returns NTSTATUS instead of ssize_t. Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-libsmb/libsmb_file.c: replace cli_read_old() with cli_read()Björn Baumbach2011-07-231-5/+5
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-torture/nbio.c: replace cli_read_old() with cli_read()Björn Baumbach2011-07-231-4/+15
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-torture/utable.c: replace cli_read_old() with cli_read()Björn Baumbach2011-07-231-1/+1
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-utils/net_rpc_printer.c: print more info on write errorBjörn Baumbach2011-07-231-2/+5
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-utils/net_rpc_printer.c: return on read error in net_copy_file()Björn Baumbach2011-07-231-4/+13
| | | | | | replace cli_read_old() with cli_read() Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-torture/denytest.c: replace cli_read_old() with cli_read()Björn Baumbach2011-07-231-6/+14
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-libgpo/gpo_filesync.c: return on read errorBjörn Baumbach2011-07-231-2/+6
| | | | | | replace cli_read_old() with cli_read() Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-client/clitar.c: replace cli_read_old() with cli_read()Björn Baumbach2011-07-231-5/+4
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-torture: run_oplock2(): replace cli_read_old() with cli_read()Björn Baumbach2011-07-231-5/+10
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-torture: run_fdsesstest(): replace cli_read_old() with cli_read()Björn Baumbach2011-07-231-8/+7
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-torture: run_fdpasstest(): replace cli_read_old() with cli_read()Björn Baumbach2011-07-231-4/+3
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-torture: run_locktest7(): replace cli_read_old() with cli_read()Stefan Metzmacher2011-07-231-11/+34
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-torture: run_locktest7(): goto fail on read errorStefan Metzmacher2011-07-231-0/+1
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* Fix bug 8314] - smbd crash with unknown user.Jeremy Allison2011-07-231-4/+11
| | | | | | | | | All other auth modules code with being called with auth_method->private_data being NULL, make the auth_server module cope with this too. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Jul 23 02:55:01 CEST 2011 on sn-devel-104
* s3:libsmb: move cli_state->desthost to cli_state->conn.remote_nameStefan Metzmacher2011-07-223-7/+6
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Jul 22 18:17:41 CEST 2011 on sn-devel-104
* s3:winbindd_cm: use controller instead of cli->desthostStefan Metzmacher2011-07-221-2/+2
| | | | | | The should have the same value. metze
* s3:net_util: use server_name instead of cli->desthostStefan Metzmacher2011-07-221-1/+1
| | | | | | They should be the same. metze
* s3:net_rpc_registry: use pipe_hnd->desthost instead of cli->desthostStefan Metzmacher2011-07-221-2/+2
| | | | metze
* s3:net_rpc_printer: make use of cli_state_remote_name()Stefan Metzmacher2011-07-221-4/+6
| | | | metze
* s3:net_rpc_join: make use of cli_state_remote_name()Stefan Metzmacher2011-07-221-3/+3
| | | | metze
* s3:net_rpc_join: use pipe_hnd->desthost instead of cli->desthostStefan Metzmacher2011-07-221-1/+1
| | | | metze
* s3:net_rpc: make use of cli_state_remote_name()Stefan Metzmacher2011-07-221-2/+2
| | | | metze
* s3:net_rpc: use netr->desthost instead of cli->desthostStefan Metzmacher2011-07-221-1/+1
| | | | metze