s3:modules fix Bug 8244 - Cannot copy files larger than 2 GB to Samba share
[mat/samba.git] / source3 / smbd /
2011-06-14 Volker Lendeckes3: Fix connecting to ctdb as non-root
2011-06-14 Volker Lendeckes3: Fix count_current_connections
2011-06-14 Stefan Metzmachers3:smbd/quotas: add #include "system/filesys.h" (bug...
2011-06-09 Andrew Bartletts3-param Remove special case for global_myname(), renam...
2011-06-09 Andrew Bartlettlib/util Bring procid_str() into lib/util as server_id_...
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_MEMDUP() to talloc_memdup()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_P() to talloc_zero()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_P() to talloc()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ARRAY() to talloc_array()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
2011-06-08 Jeremy AllisonEnsure when creating a directory, if we make any change...
2011-06-08 Jeremy AllisonPart 4 of bugfix for #8211 - "inherit owner = yes"...
2011-06-08 Jeremy AllisonPart 3 of bugfix for #8211 - "inherit owner = yes"...
2011-06-07 Jeremy AllisonPart 2 of bugfix for #8211 - "inherit owner = yes"...
2011-06-07 Jeremy AllisonPart 1 of bugfix for #8211 - "inherit owner = yes"...
2011-06-06 Andrew Bartlettlib/util use modules_path(), data_path() and shlib_ext...
2011-06-01 Jeremy Allisonrelease_ip() is only used with CLUSTER_SUPPORT.
2011-06-01 Jeremy AllisonMove fd_close on error path to be identical to all...
2011-06-01 Jeremy AllisonTALLOC_FREE already checks for null.
2011-06-01 Jeremy AllisonFix bug #8175 - smbd deadlock.
2011-06-01 Rusty Russelllib/util/time.c: timeval_current_ofs_usec
2011-06-01 Rusty Russelllib/util/time.c: timeval_current_ofs_msec
2011-06-01 Andrew Bartletts3-param prepare for some lp_ functions to return const
2011-06-01 Jeremy AllisonRemove the char * argument from the SMB_VFS_GETWD(...
2011-05-31 Volker Lendeckestruct make "struct shadow_copy_data" its own talloc...
2011-05-31 Volker Lendeckes3: Remove SHADOW_COPY_DATA typedef
2011-05-31 Volker Lendeckes3: Support shadow copy display over SMB2
2011-05-31 Andrew Bartletts3-smbd Fix conn_msg.c: Cannot return in a void function
2011-05-30 Michael Adams3:smbd/proto.h: add _SMBD_PROTO_H_ guard
2011-05-30 Michael Adams3:smbd/proto.h: add GPL/Copyright header
2011-05-30 Andrew Bartletts3-globals Remove smbd_event_context() (use server_even...
2011-05-30 Andrew Bartletts3-param split service.c into param and smbd components
2011-05-30 Andrew Bartletts3-smbd Split conn.c into 3 files
2011-05-30 Andrew Bartletts3-smbd provide struct smbd_server_connection * to...
2011-05-30 Volker Lendeckes3: Safely mark our sconn as smb2 if we have that protocol
2011-05-30 Volker Lendeckes3: Add ioctl code to smbd_smb2_ioctl_send debug
2011-05-29 Volker Lendeckes3: Reply correctly to a bad nbt session request
2011-05-27 Jeremy AllisonFix bug #6911 - Kerberos authentication from vista...
2011-05-20 Jeremy AllisonFix bug 8133 - strange behavior for the file (whose... fixssl socketfixes wipfreebsd
2011-05-20 Jeremy AllisonOptimization. If the attributes passed to can_rename...
2011-05-20 Christian Ambachs3:smbd remove unused code
2011-05-20 Volker Lendeckes3: Fork the echo handler only after SMB1 negprot is...
2011-05-20 Volker Lendeckes3: Fix an uninitialized variable
2011-05-19 Christian AmbachFix Bug 8152 - smbd crash in release_ip() backupkey_heimdal
2011-05-18 Andrew Bartletts3-lib Replace StrnCaseCmp() with strncasecmp_m()
2011-05-18 Andrew Bartletts3-lib Replace StrCaseCmp() with strcasecmp_m()
2011-05-18 Jeremy AllisonFix bug #8144 - touch /mnt/newfile fails to set timesta...
2011-05-17 Volker Lendeckes3: conn->sconn in smbd_server_connection_read/write_ha...
2011-05-16 Jeremy AllisonFix the SMB2 showstopper, found by an extended torture...
2011-05-16 Jeremy AllisonEnsure we always write the correct incoming mid into...
2011-05-13 Simo Sorcerpc_server: Always use rpc_pipe_open_interface()
2011-05-12 Volker Lendeckes3: Slightly simplify smbd_smb2_request_next_vector
2011-05-08 Andrew Tridgells3-smbd: expose smbd_set_server_fd()
2011-05-06 Günther Deschners3-libsmb: move protos to libsmb/proto.h
2011-05-06 Günther Deschners3: only include tdb headers where needed.
2011-05-06 Andrew Bartletts3-smbd ntstatus_to_dos() pulls the DOS error codes...
2011-05-06 Andrew Bartletts3-lib Remove unused dos error codes from errmap_unix
2011-05-06 Andrew Bartlettlib/util Move source3 tdb_wrap_open() into the common...
2011-05-06 Andrew Tridgells3-auth: fixed bug with usernames longer than sizeof...
2011-05-05 Jeremy AllisonMore const fixes. Remove CONST_DISCARD.
2011-05-05 Jeremy AllisonMore simple const fixes.
2011-05-05 Jeremy AllisonFixup build without --with-aio.
2011-05-05 Jeremy AllisonFix many const compiler warnings.
2011-05-05 Volker Lendeckes3: Fix a typo
2011-05-05 Volker Lendeckes3: Fix dup_smb2_vec3
2011-05-04 Jeremy AllisonFix warning messages caused by addition of null check...
2011-05-04 Jeremy AllisonFix off-by-one when used with safe_strcpy.
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-03 Volker Lendeckes3: Handle EINTR from sys_poll correctly
2011-05-03 Björn Jackes3: reply_readbraw_error needs an sconn as argument...
2011-05-02 Günther Deschners3: include ntdomain.h before including generated srv_...
2011-05-02 Günther Deschners3-smbd: avoid using pipes_struct when only session_inf...
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-04-29 Jeremy AllisonFix bug #8112 - POSIX extension opens of a directory...
2011-04-29 Jeremy AllisonFix bug 8111 - CIFS VFS: unexpected error on SMB posix...
2011-04-29 Günther Deschners3-proto: move more headers to rpc_server/rpc_ncacn_np...
2011-04-29 Günther Deschners3-proto: remove duplicate prototypes.
2011-04-29 Günther Deschners3-tevent: only include ../lib/util/tevent wrappers...
2011-04-29 Günther Deschners3-tsocket: only include ../lib/tsocket/tsocket.h where...
2011-04-29 Günther Deschners3-build: remove some unused headers.
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCH
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIR
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_VOLUME intead of aVOLID
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEM
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDEN
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_READONLY intead of aRONLY
2011-04-26 Volker Lendeckes3: Fix a typo
2011-04-25 Jeremy AllisonNo longer need to call SMB_VFS_LSTAT - check name hasn...
2011-04-25 Jeremy AllisonCorrectly detect and deny symlinks anywhere in a path...
2011-04-24 Stefan Metzmachers3:smbd/trans2: make use of BVAL() and remove ugly...
2011-04-23 Stefan Metzmachers3:smbd/nttrans: make use of BVAL() and remove ugly...
2011-04-22 Volker Lendeckes3: Fix Coverity ID 2335, CHECKED_RETURN
2011-04-22 Jeremy AllisonCosmetic. Fix bad indentation.
2011-04-22 Jeremy AllisonRemove duplicate code - move to parent_dirname() as...
2011-04-21 Günther Deschners3-vfs: rename open function to open_fn.
2011-04-20 Günther Deschners3-smbd: fix the AIX 5.3 build.
2011-04-15 Jeremy AllisonUse handle based xattr set if available.
next