summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* Part 4 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly...Jeremy Allison2011-06-081-3/+2
* Part 3 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly...Jeremy Allison2011-06-081-17/+43
* Part 2 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly...Jeremy Allison2011-06-071-0/+2
* Part 1 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly...Jeremy Allison2011-06-071-0/+2
* lib/util use modules_path(), data_path() and shlib_ext() from source3Andrew Bartlett2011-06-061-1/+1
* release_ip() is only used with CLUSTER_SUPPORT.Jeremy Allison2011-06-011-1/+1
* Move fd_close on error path to be identical to all other error paths.Jeremy Allison2011-06-011-2/+1
* TALLOC_FREE already checks for null.Jeremy Allison2011-06-011-3/+1
* Fix bug #8175 - smbd deadlock.Jeremy Allison2011-06-011-27/+71
* lib/util/time.c: timeval_current_ofs_usecRusty Russell2011-06-011-1/+1
* lib/util/time.c: timeval_current_ofs_msecRusty Russell2011-06-012-5/+2
* s3-param prepare for some lp_ functions to return constAndrew Bartlett2011-06-011-1/+1
* Remove the char * argument from the SMB_VFS_GETWD() call. Now alwaysJeremy Allison2011-06-011-8/+9
* struct make "struct shadow_copy_data" its own talloc contextVolker Lendecke2011-05-311-16/+5
* s3: Remove SHADOW_COPY_DATA typedefVolker Lendecke2011-05-312-3/+4
* s3: Support shadow copy display over SMB2Volker Lendecke2011-05-311-0/+121
* s3-smbd Fix conn_msg.c: Cannot return in a void functionAndrew Bartlett2011-05-311-1/+1
* s3:smbd/proto.h: add _SMBD_PROTO_H_ guardMichael Adam2011-05-311-0/+5
* s3:smbd/proto.h: add GPL/Copyright headerMichael Adam2011-05-311-0/+44
* s3-globals Remove smbd_event_context() (use server_event_context())Andrew Bartlett2011-05-3119-61/+56
* s3-param split service.c into param and smbd componentsAndrew Bartlett2011-05-311-226/+0
* s3-smbd Split conn.c into 3 filesAndrew Bartlett2011-05-315-232/+292
* s3-smbd provide struct smbd_server_connection * to conn_snum_usedAndrew Bartlett2011-05-316-10/+15
* s3: Safely mark our sconn as smb2 if we have that protocolVolker Lendecke2011-05-301-0/+2
* s3: Add ioctl code to smbd_smb2_ioctl_send debugVolker Lendecke2011-05-301-2/+3
* s3: Reply correctly to a bad nbt session requestVolker Lendecke2011-05-291-1/+15
* Fix bug #6911 - Kerberos authentication from vista to samba fails when securi...Jeremy Allison2011-05-271-3/+25
* Fix bug 8133 - strange behavior for the file (whose filename first character ...Jeremy Allison2011-05-201-2/+3
* Optimization. If the attributes passed to can_rename() include both FILE_ATTR...Jeremy Allison2011-05-201-5/+8
* s3:smbd remove unused codeChristian Ambach2011-05-201-11/+0
* s3: Fork the echo handler only after SMB1 negprot is doneVolker Lendecke2011-05-203-7/+8
* s3: Fix an uninitialized variableVolker Lendecke2011-05-201-1/+1
* Fix Bug 8152 - smbd crash in release_ip()Christian Ambach2011-05-191-0/+3
* s3-lib Replace StrnCaseCmp() with strncasecmp_m()Andrew Bartlett2011-05-181-1/+1
* s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett2011-05-183-6/+6
* Fix bug #8144 - touch /mnt/newfile fails to set timestamp with CIFS client.Jeremy Allison2011-05-181-10/+15
* s3: conn->sconn in smbd_server_connection_read/write_handlerVolker Lendecke2011-05-171-9/+10
* Fix the SMB2 showstopper, found by an extended torture test from Volker.Jeremy Allison2011-05-161-3/+25
* Ensure we always write the correct incoming mid into the share modeJeremy Allison2011-05-161-2/+4
* rpc_server: Always use rpc_pipe_open_interface()Simo Sorce2011-05-131-8/+8
* s3: Slightly simplify smbd_smb2_request_next_vectorVolker Lendecke2011-05-121-3/+5
* s3-smbd: expose smbd_set_server_fd()Andrew Tridgell2011-05-082-29/+29
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-064-0/+4
* s3: only include tdb headers where needed.Günther Deschner2011-05-067-3/+10
* s3-smbd ntstatus_to_dos() pulls the DOS error codes out internallyAndrew Bartlett2011-05-061-5/+4
* s3-lib Remove unused dos error codes from errmap_unixAndrew Bartlett2011-05-061-3/+0
* lib/util Move source3 tdb_wrap_open() into the common code.Andrew Bartlett2011-05-061-0/+1
* s3-auth: fixed bug with usernames longer than sizeof(char *)Andrew Tridgell2011-05-061-3/+3
* More const fixes. Remove CONST_DISCARD.Jeremy Allison2011-05-062-3/+3
* More simple const fixes.Jeremy Allison2011-05-057-14/+14