kai/samba.git
2012-04-17 Andreas Schneiderwaf: Add possibility to build with system libwbclient.
2012-04-17 Andreas Schneiders3-waf: Add possibility to build with system libsmbclient.
2012-04-17 Andreas Schneiders3-waf: Fix client/smbclient dependencies.
2012-04-17 Stefan Metzmachers3:libsmb/cliconnect: make use of ntlmssp_is_anonymous()
2012-04-17 Stefan Metzmachers3:libsmb/ntlmssp: improve anonymous logins
2012-04-17 Stefan Metzmachers3:libsmb/ntlmssp: add ntlmssp_is_anonymous()
2012-04-17 Stefan Metzmachers3:libsmb/ntlmssp: remove some indentation in ntlmssp_s...
2012-04-17 Stefan MetzmacherRevert "s3:libsmb/ntlmssp: an empty string should mean...
2012-04-17 Michael Adamtsocket: Fix a couple of typos and spellings in tsocket...
2012-04-17 Volker Lendeckes3: Add smbstatus -N to output the notify db
2012-04-17 Volker Lendeckes3: Add "notify-cleanup" to smbcontrol
2012-04-17 Volker Lendeckes3: New notify implementation
2012-04-17 Volker Lendeckes3: Add two notify benchmark tests
2012-04-17 Volker Lendeckes3: Make torture_nprocs globally available
2012-04-17 Volker Lendeckes3: Make ctdbd_messaging_send_blob available in non...
2012-04-17 Volker Lendeckes3: Make messaging_ctdbd_connection available in non...
2012-04-17 Volker Lendeckes3: Implement tevent_barrier
2012-04-17 Volker Lendeckes3: Start a list of ctdb srvid assigments
2012-04-17 Volker Lendeckes3: Introduce ctdb_messaging_send_blob
2012-04-17 Volker Lendeckes3: Add msg_channel
2012-04-17 Volker Lendeckes3: Add messaging_tdb_event()
2012-04-17 Volker Lendeckes3: Add a second ctdb connect library
2012-04-17 Volker Lendeckes3: Add dbwrap_try_fetch_locked
2012-04-17 Volker Lendeckes3: Add dbwrap_cache
2012-04-17 Volker Lendeckes3: Open up 3 levels of dbwrap_lock_order
2012-04-17 Volker Lendeckes3: Increase debuglevel for unknown child msgs
2012-04-17 Volker Lendeckes3: Add infrastructure for background jobs
2012-04-17 Volker Lendeckes3: Return CTDB_PATH from lp_ctdbd_socket()
2012-04-17 Volker Lendecketdb-compat: Add tdb_chainlock_nonblock
2012-04-17 Stefan Metzmachers4:ldapcmp.py: pass down outf and errf
2012-04-16 Christof Schmittdocs:man:vfs_gpfs: Remove itemized list to fix indentation
2012-04-16 Christian Ambachs3: switch off kernel oplocks by default
2012-04-16 Volker Lendeckes3: Fix smbclient notify against Windows
2012-04-16 Richard SharpeImprove the VFS Makefile so that it is easier for use...
2012-04-16 Jelmer Vernooijprovision: Simplify handling of default for --server...
2012-04-16 Jelmer Vernooijprovision: Simplify handling of default for --function...
2012-04-16 Jelmer Vernooijprovision: Simplify handling of default for --dns-backe...
2012-04-16 Jelmer Vernooijs3/selftest: Fix reference to knownfail file.
2012-04-16 David Disseldorpbuild: rebuild idl if the pidl compiler is changed
2012-04-16 Stefan Metzmachers4:libcli/smb2: fix anonymous session setups against...
2012-04-16 Stefan Metzmachers4:libcli/smb2: remove unused dependency to LIBPACKET
2012-04-16 Stefan Metzmachers3:libsmb: fix anonymous session setups against windows...
2012-04-16 Stefan Metzmachers3:libsmb/ntlmssp: an empty string should mean no password
2012-04-16 Stefan Metzmacherlibcli/smb: move smb2cli_session_setup_*() prototypes...
2012-04-16 Stefan Metzmacherlibcli/smb: add smb2cli_session_get_flags()
2012-04-16 Stefan Metzmacherlibcli/smb: we should not force a session key for anony...
2012-04-16 Stefan Metzmacherlibcli/smb: make use of data_blob_string_const_null()
2012-04-16 Stefan Metzmachers3:smbd/sesssetup: use a helper variable 'action' to...
2012-04-16 Matthieu PatouAdd an option to have s3fs as file server for samba4
2012-04-16 Andrew Bartlettparam: leave realm as a normal string, handle upper...
2012-04-16 Andrew Bartlettparam: harmonise wins parameters
2012-04-16 Andrew Bartlettlib/param: swap preferred name for 'lock dir' to match s3
2012-04-16 Andrew Bartlettparam: Merge common param elements by adding .flags
2012-04-16 Andrew Bartletts3-param: make FN_GLOBAL macros consistent, add lp_...
2012-04-16 Andrew Bartlettparam: Change from _lp to lp__ as the prefix for intern...
2012-04-16 Andrew Bartlettmake _lp_readraw() and _lp_writeraw() static
2012-04-16 Andrew Bartlettparam: harmonsise logfile parameter
2012-04-16 Andrew Bartlettparam: Merge common param elements by adding .flags
2012-04-16 Amitay Isaacss4-provision: Update configuration lines for dlz_bind9
2012-04-16 Amitay Isaacsdlz_bind9: Build shared libraries for both BIND version...
2012-04-16 Amitay Isaacsdlz_bind9: changes to make dlz_bind9 work with BIND...
2012-04-14 Alexander Bokovoywaf: samba-specific methods should have capitalized...
2012-04-13 Michael Adamdocs: add a vfs_tsmsm manpage
2012-04-13 Alexander Bokovoys4-auth: Make sure ldb context is initialized even...
2012-04-13 Adrian Bunkrely on sys/inotify.h for inotify
2012-04-13 Alexander Bokovoywafsamba: add support for separate rules in stages
2012-04-13 Olaf FlebbeWrong assertion/comparison: Compare value not pointer
2012-04-12 Jeremy AllisonWe never cancel SMB1 aio, only SMB2 aio - and in this...
2012-04-12 Jeremy AllisonRemove cancel_aio_by_fsp(). It can never work and could...
2012-04-12 Jeremy AllisonFix return_fn when aio was cancelled. We need to return...
2012-04-12 Jeremy AllisonMove the counting of outstanding_aio_calls into the...
2012-04-12 Jeremy AllisonFix the same bug reported by Kirill Malkin <kirill...
2012-04-12 Volker Lendeckes3: Fix a typo
2012-04-12 Volker Lendeckes3: Fix a segfault with debug level 3 on Solaris
2012-04-12 Alexander Bokovoys4-libnet: split export_keytab in a separate python...
2012-04-12 Alexander BokovoyWAF: Add support for stopping processing before end...
2012-04-12 Simo Sorceclikrb5: Move pure krb wrapper functions from libads...
2012-04-12 Simo Sorcegse: Remove unnecessary header.
2012-04-12 Simo Sorcesrv_keytab: Pass krb5_context directly, it's all we...
2012-04-12 Simo Sorcekrb5_wrap: krb5_string_to_key / krb5_encrypt_block...
2012-04-12 Simo Sorceauth-krb: Move pac related util functions in a single...
2012-04-12 Simo Sorceauth-krb: Make functions static.
2012-04-12 Simo Sorceauth-krb: Use simpler method to extract keytype.
2012-04-12 Simo Sorceauth-krb: Nove oid packet check to gensec_util.
2012-04-12 Simo Sorces4-auth-krb: Remove dependency on credentials too.
2012-04-12 Simo Sorces4-auth-krb: Remove unneded dependency on kerberos_util.
2012-04-12 Simo Sorces4-auth-krb: Simplify salt_princ handling.
2012-04-12 Simo Sorces4-auth-krb: Move function to db-glue.c and make it...
2012-04-12 Simo Sorces4-auth-krb: Move keytab functions in a separate file.
2012-04-12 Simo Sorces4-auth-krb: Streamline and cleanup code to make it...
2012-04-12 Simo Sorces4-auth-krb: streamline and rename enctype functions
2012-04-12 Simo Sorces4-auth-krb: Make kerberos_enctype_bitmap_to_enctype...
2012-04-12 Simo Sorces4-auth-krb: Make kerberos_enctype_bitmap_to_enctypes...
2012-04-12 Simo Sorces4-auth-krb: Move function into more appropriate header.
2012-04-12 Simo Sorces4-auth-krb: Make cli_credentials_invalidate_client_gss...
2012-04-12 Simo Sorces4-auth-krb: Make impersonate_principal_from_credential...
2012-04-12 Simo Sorcegensec_gssapi: keep private header file close to the...
2012-04-12 Simo Sorcekrb5_wrap: remove duplicate declaration and dead ifdef
2012-04-12 Günther Deschners4-ldb: use KRB5_KEY macros to access key elements.
2012-04-12 Günther Deschnerwafsamba: point out that local heimdal paths are not...
next