kai/samba.git
2011-05-04 Jeremy AllisonTidy up some missing checks for NULL in strlcpy.
2011-05-04 Jeremy AllisonAdd in bufflen limit when storing NetBIOS names. Remove...
2011-05-04 Jeremy AllisonConvert safe_strXX to strlXXX. Clean up off-by-ones.
2011-05-04 Jeremy AllisonRemove magic numbers. Standardize on macro. Move from...
2011-05-04 Jeremy AllisonCope with +1 change on moving from safe_strcat to strlcat.
2011-05-04 Jeremy AllisonFold null terminator into listlen length, change to...
2011-05-04 Jeremy AllisonFix the only place we reply on the NULL handling for...
2011-05-04 Jeremy AllisonFix off-by-one when used with safe_strcpy.
2011-05-04 Jeremy Allisonsasl_secret_t ends in a char [1] size. This means the...
2011-05-04 Jeremy AllisonSimple +1 changes in hardcoded lengths when changing...
2011-05-04 Jeremy AllisonBUGFIX when converting from safe_strcpy to strlcpy.
2011-05-04 Jeremy AllisonRemove overmalloc_safe_strcpy - can be simple strlcpy.
2011-05-04 Jeremy AllisonRemove obvious use of safe_strcpy + safe_strcat ->...
2011-05-04 Jeremy AllisonChange safe_strcpy_base to strlcpy_base. Note the size...
2011-05-04 Jeremy AllisonFix simple uses of safe_strcpy -> strlcpy. Easy ones...
2011-05-04 Volker Lendeckes3-torture: Add a test for notify upon read&x
2011-05-04 Volker LendeckeAlways build before commit ... :-)
2011-05-04 Jeremy AllisonRemove unused function parse_add_domuser().
2011-05-04 Günther Deschners3-waf: add vfs_gpfs_hsm_notify to the build.
2011-05-04 Volker LendeckeRHEL-CTDB: Build vfs_gpfs_hsm_notify
2011-05-04 Volker Lendeckevfs_gpfs: Properly notify the offline->online changes
2011-05-04 Volker Lendeckevfs_gpfs: Block sendfile for offline files
2011-05-04 Volker Lendeckevfs_gpfs: Store the winattrs in st.vfs_private
2011-05-04 Volker Lendeckes3: Properly deal with exited winbind children
2011-05-04 Günther Deschners3-vfs: make vfswrap_llistxattr and vfswrap_flistxattr...
2011-05-03 Volker Lendeckes3: Filter out duplicates in name_query()
2011-05-03 Günther Deschners3-includes: when MADVISE support was reverted back...
2011-05-03 Günther Deschners3-includes: move enum flush_reason_enum to smb.h
2011-05-03 Günther Deschners3-includes: remove ipv6 related prototype which is...
2011-05-03 Günther Deschners3-system: move LOCK_ defines to lib/system.c
2011-05-03 Volker Lendeckes3: Handle EINTR from sys_poll correctly
2011-05-03 Günther Deschners3-proto: move remaining krb5 protos to krb5_protos.h
2011-05-03 Andrew Bartletts3-ctdb Fix duplicate function name due to packet ...
2011-05-03 Björn Jackes3: reply_readbraw_error needs an sconn as argument...
2011-05-03 Björn Jackeѕ3/configure: move out generic CPPFLAGS in the solaris...
2011-05-03 Björn Jackeѕ3/configure: move out generic LDFLAGS in the solaris...
2011-05-03 Andrew Bartlettlib/util make string_wrappers.h a public header
2011-05-03 Andrew Bartletts4-param Rename secrets_init() -> randseed_init()
2011-05-03 Andrew Bartlettlib/util Use lib/util/util_str.c in common, including...
2011-05-03 Andrew Bartlettlib/util Use compiler-checked safe string macros in...
2011-05-03 Andrew Bartletts4: fix arguments to safe_strcpy()
2011-05-03 Andrew Tridgells4-socket: rename allow_access() to socket_allow_access()
2011-05-03 Andrew Bartlettlib/util/charset Use push_string and talloc_strupper...
2011-05-03 Andrew Bartletts3-lib make push_ucs2() static
2011-05-03 Andrew BartlettRemove strlower_m() and strupper_m() from source4 and...
2011-05-03 Andrew Tridgells4-param: use new roles.h
2011-05-03 Andrew Tridgells3-include: use new roles.h
2011-05-03 Andrew Tridgelllibds: added roles.h for server roles
2011-05-03 Andrew Tridgelllibcli/raw: use a different ifdef than s3 smb.h
2011-05-03 Andrew Bartletts4-messaging Rename messaging -> imessaging
2011-05-03 Andrew Bartletts4-libcli Remove resolve_name() as it conflicts with...
2011-05-03 Andrew Bartletts4-torture Remove unused and uncompleated test
2011-05-03 Andrew Bartlettlib/util Move set_socket_options() into common code.
2011-05-03 Andrew Bartletts4-lib/socket Merge updated set_socket_options from...
2011-05-03 Andrew Bartlettlib/util Move more network utility functions from sourc...
2011-05-03 Andrew Bartletts3-ctdb Rename packet file and files to ctdb_packet
2011-05-03 Andrew Bartletts4-cluster Rename server_id.node -> vnn to match Samba3
2011-05-03 Andrew Bartletts4:Remove outdated doc on Samba4 upgrade
2011-05-03 Andrew Bartlettselftest: Update README
2011-05-03 Andrew BartlettRemove reference to Samba4 LDAP backends
2011-05-03 Andrew Bartletts4-cluster: Remove const from cluster_id_string()
2011-05-03 Andrew Bartletts4:cluster Rename .id to .pid in server_id
2011-05-02 Volker Lendeckes3: Tune broadcast namequeries for unique names
2011-05-02 Günther Deschners3-rpc_server: (re)move last globally included rpc_serv...
2011-05-02 Günther Deschners3-spoolss: remove another unused header.
2011-05-02 Günther Deschners3: include ntdomain.h before including generated srv_...
2011-05-02 Günther Deschners3-rpc_server: add pipes_struct forward declaration.
2011-05-02 Günther Deschners3-winbindd: remove unused headers.
2011-05-02 Günther Deschners3: remove various references to server side dcerpc...
2011-05-02 Günther Deschners3: move pipe_auth_data to dcerpc.h
2011-05-02 Günther Deschners3-printing: include ../librpc/ndr/libndr.h in ads...
2011-05-02 Günther Deschners3-smbd: avoid using pipes_struct when only session_inf...
2011-05-02 Günther Deschners3-printing: avoid using pipes_struct when only session...
2011-05-02 Günther Deschnerlibcli/named_pipe_auth: add forward declaration in...
2011-05-02 Günther Deschners3-proto: move remaining srvsvc protos to own header...
2011-05-02 Günther Deschners3-proto: move remaining spoolss protos to own header...
2011-05-02 Günther Deschners3-proto: move more rpc_server prototypes out of proto.h
2011-05-02 Günther Deschners3-rpc_server: remove proto of nonexisting function
2011-05-02 Günther Deschners3-util: move valid_share_pathname() to lib/util.c
2011-05-02 Günther Deschners3-proto: move rpc_srv_register protos and structs...
2011-05-02 Stefan Metzmachers4:libcli/util/nterr: NO_S4U_PROT_SUPPORT and CROSSREAL...
2011-05-02 Stefan Metzmachers3:libsmb/nterr: NO_S4U_PROT_SUPPORT and CROSSREALM_DEL...
2011-05-02 Stefan Metzmacherlibcli/util/ntstatus: NO_S4U_PROT_SUPPORT and CROSSREAL...
2011-05-02 Stefan Metzmachertalloc: use TC_UNDEFINE_SHRINK_CHUNK() instead of TC_IN...
2011-04-30 Volker Lendeckes3: Make name_resolve_bcast return sockaddr_storage
2011-04-30 Volker Lendeckes3: Remove ip_sevice from get_ipc_connect_master_ip
2011-04-30 Matthieu Patouprovision: reorganize attributes so that we don't attri...
2011-04-30 Stefan Metzmacherscript/autobuild.py: don't force usage of ccache and gcc
2011-04-30 Stefan Metzmacherscript/autobuild.py: make sure --with-selftest-prefix...
2011-04-30 Stefan Metzmacherselftest: use env.SELFTEST_PREFIX instead of hardcoded...
2011-04-30 Stefan Metzmachers4:torture/nbt/winsreplication: ignore incoming broadca...
2011-04-30 Stefan Metzmachers4:torture/nbt/winsreplication: assert the nbt name...
2011-04-30 Andrew Bartletts3-build Add popt dep to fix build on FreeBSD
2011-04-30 Andrew Bartlettlib/util Rename conv_str_size() -> conv_str_size_error()
2011-04-30 Stefan Metzmachers4:torture/nbt/winsreplication: use torture macros...
2011-04-30 Andrew Bartletts3-lib: Rely on uint64_t in conv_str_size()
2011-04-30 Andrew Bartlettkerberos: Only include gssapi/gssapi_krb5.h when available
2011-04-30 Andrew Bartletts3-waf: Add dependency on popt to fix build on FreeBSD
2011-04-30 Jeremy AllisonAdd POSIX O_RDONLY test of a directory for bug #8112...
2011-04-29 Jeremy AllisonFix bug #8112 - POSIX extension opens of a directory...
next