lp:cifs-utils

Created by Jelmer Vernooij and last modified
Get this branch:
bzr branch lp:cifs-utils

Related bugs

Related blueprints

Branch information

Owner:
Samba Team
Project:
cifs-utils
Status:
Development

Import details

Import Status: Failed

This branch is an import of the HEAD branch of the Git repository at git://git.samba.org/cifs-utils.git.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on juju-1e3bde-prod-lp-code-import-13 and finished taking 5 seconds — see the log
Import started on juju-1e3bde-prod-lp-code-import-13 and finished taking 5 seconds — see the log
Import started on juju-1e3bde-prod-lp-code-import-15 and finished taking 5 seconds — see the log
Import started on juju-1e3bde-prod-lp-code-import-15 and finished taking 5 seconds — see the log

Recent revisions

566. By Pavel Shilovsky <email address hidden>

cifs-utils: bump version to 7.0

Signed-off-by: Pavel Shilovsky <email address hidden>

565. By atheik <email address hidden>

cifs-utils: don't return uninitialized value in cifs_gss_get_req

If the first malloc fails, maj_stat is uninitialized and used as
the return value through the GSS_ERROR() macro. Use GSS_S_FAILURE to
indicate a miscellaneous error.

Signed-off-by: atheik <email address hidden>

564. By atheik <email address hidden>

cifs-utils: make GSSAPI usage compatible with Heimdal

The gssapi symbols are in gssapi_krb5 and gssapi in MIT and Heimdal
Kerberos, respectively. Including gssapi_generic.h is not necessary.

Signed-off-by: atheik <email address hidden>

563. By atheik <email address hidden>

cifs-utils: work around missing krb5_free_string in Heimdal

The krb5_free_string function is not present in Heimdal and instead
krb5_xfree should be used for freeing the string allocation done by
krb5_cc_get_full_name. Heimdal documentation does specify that
krb5_xfree should be used here and krb5_unparse_name is freed with
just free.

Signed-off-by: atheik <email address hidden>

562. By Alexander Bokovoy

fix warnings for -Waddress-of-packed-member

When structure members are packed, GCC will issue a warning that taking
an address of the packed structure member might cause an unaligned
access.

In all cases where this happen we simply can use a local variable
instead and then assign the result in a proper way.

Signed-off-by: Alexander Bokovoy <email address hidden>

561. By Alexander Bokovoy

setcifsacl: fix memory allocation for struct cifs_ace

We don't have 'struct cifs_aces' so the correct struct name is 'struct
cifs_ace'. The code only worked because 'struct unknown *' is compatible
with 'struct cifs_ace *'.

Signed-off-by: Alexander Bokovoy <email address hidden>

560. By Alexander Bokovoy

setcifsacl: fix comparison of actions reported by covscan

Signed-off-by: Alexander Bokovoy <email address hidden>

559. By Alexander Bokovoy

cifs.upcall: remove unused variable and fix syslog message

The code already checks arg->have and has no use for local 'have'
variable other than syslog() print. That variable is not initialized and
the intent is really to use arg->have instead.

Signed-off-by: Alexander Bokovoy <email address hidden>

558. By Michael Weiser <email address hidden>

cifs.upcall: Switch to RFC principal type naming

Switch from old-style MIT krb5 gss_nt_service_name principal type
constant name to the now preferred GSS_C_NT_HOSTBASED_SERVICE.

Signed-off-by: Michael Weiser <email address hidden>

557. By Jacob Shivers <email address hidden>

man-pages: Update cifs.upcall to mention GSS_USE_PROXY

Add ENVIRONMENT VARIABLES section with the usage of gssproxy as
a credential retrieval method.

Signed-off-by: Jacob Shivers <email address hidden>

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers