Age | Commit message (Expand) | Author | Files | Lines |
2011-06-09 | s3-param Remove special case for global_myname(), rename to lp_netbios_name() | Andrew Bartlett | 7 | -13/+13 |
2011-06-09 | lib/util Bring procid_str() into lib/util as server_id_string() | Andrew Bartlett | 2 | -6/+6 |
2011-06-09 | s3-talloc Change TALLOC_MEMDUP() to talloc_memdup() | Andrew Bartlett | 2 | -2/+2 |
2011-06-09 | s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array() | Andrew Bartlett | 3 | -3/+3 |
2011-06-09 | s3-talloc Change TALLOC_ZERO_P() to talloc_zero() | Andrew Bartlett | 14 | -25/+25 |
2011-06-09 | s3-talloc Change TALLOC_P() to talloc() | Andrew Bartlett | 10 | -14/+14 |
2011-06-09 | s3-talloc Change TALLOC_ARRAY() to talloc_array() | Andrew Bartlett | 7 | -15/+15 |
2011-06-09 | s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc() | Andrew Bartlett | 9 | -14/+14 |
2011-06-09 | Ensure when creating a directory, if we make any changes due to inheritance p... | Jeremy Allison | 1 | -0/+12 |
2011-06-08 | Part 4 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly... | Jeremy Allison | 1 | -3/+2 |
2011-06-08 | Part 3 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly... | Jeremy Allison | 1 | -17/+43 |
2011-06-07 | Part 2 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly... | Jeremy Allison | 1 | -0/+2 |
2011-06-07 | Part 1 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly... | Jeremy Allison | 1 | -0/+2 |
2011-06-06 | lib/util use modules_path(), data_path() and shlib_ext() from source3 | Andrew Bartlett | 1 | -1/+1 |
2011-06-01 | release_ip() is only used with CLUSTER_SUPPORT. | Jeremy Allison | 1 | -1/+1 |
2011-06-01 | Move fd_close on error path to be identical to all other error paths. | Jeremy Allison | 1 | -2/+1 |
2011-06-01 | TALLOC_FREE already checks for null. | Jeremy Allison | 1 | -3/+1 |
2011-06-01 | Fix bug #8175 - smbd deadlock. | Jeremy Allison | 1 | -27/+71 |
2011-06-01 | lib/util/time.c: timeval_current_ofs_usec | Rusty Russell | 1 | -1/+1 |
2011-06-01 | lib/util/time.c: timeval_current_ofs_msec | Rusty Russell | 2 | -5/+2 |
2011-06-01 | s3-param prepare for some lp_ functions to return const | Andrew Bartlett | 1 | -1/+1 |
2011-06-01 | Remove the char * argument from the SMB_VFS_GETWD() call. Now always | Jeremy Allison | 1 | -8/+9 |
2011-05-31 | struct make "struct shadow_copy_data" its own talloc context | Volker Lendecke | 1 | -16/+5 |
2011-05-31 | s3: Remove SHADOW_COPY_DATA typedef | Volker Lendecke | 2 | -3/+4 |
2011-05-31 | s3: Support shadow copy display over SMB2 | Volker Lendecke | 1 | -0/+121 |
2011-05-31 | s3-smbd Fix conn_msg.c: Cannot return in a void function | Andrew Bartlett | 1 | -1/+1 |
2011-05-31 | s3:smbd/proto.h: add _SMBD_PROTO_H_ guard | Michael Adam | 1 | -0/+5 |
2011-05-31 | s3:smbd/proto.h: add GPL/Copyright header | Michael Adam | 1 | -0/+44 |
2011-05-31 | s3-globals Remove smbd_event_context() (use server_event_context()) | Andrew Bartlett | 19 | -61/+56 |
2011-05-31 | s3-param split service.c into param and smbd components | Andrew Bartlett | 1 | -226/+0 |
2011-05-31 | s3-smbd Split conn.c into 3 files | Andrew Bartlett | 5 | -232/+292 |
2011-05-31 | s3-smbd provide struct smbd_server_connection * to conn_snum_used | Andrew Bartlett | 6 | -10/+15 |
2011-05-30 | s3: Safely mark our sconn as smb2 if we have that protocol | Volker Lendecke | 1 | -0/+2 |
2011-05-30 | s3: Add ioctl code to smbd_smb2_ioctl_send debug | Volker Lendecke | 1 | -2/+3 |
2011-05-29 | s3: Reply correctly to a bad nbt session request | Volker Lendecke | 1 | -1/+15 |
2011-05-27 | Fix bug #6911 - Kerberos authentication from vista to samba fails when securi... | Jeremy Allison | 1 | -3/+25 |
2011-05-20 | Fix bug 8133 - strange behavior for the file (whose filename first character ... | Jeremy Allison | 1 | -2/+3 |
2011-05-20 | Optimization. If the attributes passed to can_rename() include both FILE_ATTR... | Jeremy Allison | 1 | -5/+8 |
2011-05-20 | s3:smbd remove unused code | Christian Ambach | 1 | -11/+0 |
2011-05-20 | s3: Fork the echo handler only after SMB1 negprot is done | Volker Lendecke | 3 | -7/+8 |
2011-05-20 | s3: Fix an uninitialized variable | Volker Lendecke | 1 | -1/+1 |
2011-05-19 | Fix Bug 8152 - smbd crash in release_ip() | Christian Ambach | 1 | -0/+3 |
2011-05-18 | s3-lib Replace StrnCaseCmp() with strncasecmp_m() | Andrew Bartlett | 1 | -1/+1 |
2011-05-18 | s3-lib Replace StrCaseCmp() with strcasecmp_m() | Andrew Bartlett | 3 | -6/+6 |
2011-05-18 | Fix bug #8144 - touch /mnt/newfile fails to set timestamp with CIFS client. | Jeremy Allison | 1 | -10/+15 |
2011-05-17 | s3: conn->sconn in smbd_server_connection_read/write_handler | Volker Lendecke | 1 | -9/+10 |
2011-05-16 | Fix the SMB2 showstopper, found by an extended torture test from Volker. | Jeremy Allison | 1 | -3/+25 |
2011-05-16 | Ensure we always write the correct incoming mid into the share mode | Jeremy Allison | 1 | -2/+4 |
2011-05-13 | rpc_server: Always use rpc_pipe_open_interface() | Simo Sorce | 1 | -8/+8 |
2011-05-12 | s3: Slightly simplify smbd_smb2_request_next_vector | Volker Lendecke | 1 | -3/+5 |