summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* s3: Remove smbd_server_conn from file_close_userVolker Lendecke2010-09-282-3/+3
* s3: Remove smbd_server_conn from file_close_pidVolker Lendecke2010-09-282-3/+4
* s3: Remove smbd_server_conn from file_close_connVolker Lendecke2010-09-281-1/+1
* s3: Remove smbd_server_conn from file_new and file_freeVolker Lendecke2010-09-281-2/+2
* s3: Lift smbd_server_conn from file_fnumVolker Lendecke2010-09-281-4/+5
* s3: Move "Files" to smbd_server_connectionVolker Lendecke2010-09-283-17/+16
* s3: Remove "server_fd" global variableVolker Lendecke2010-09-283-9/+4
* Small tweak to bugfix for 7698 - Assert causes smbd to panic on invalid NetBI...Jeremy Allison2010-09-271-3/+3
* Change to using TDB_INCOMPATIBLE_HASH (the jenkins hash) on allJeremy Allison2010-09-271-4/+4
* s3: Make file_fnum staticVolker Lendecke2010-09-271-1/+1
* s3: Remove some unused codeVolker Lendecke2010-09-271-50/+0
* s3: Fix some commentsVolker Lendecke2010-09-271-2/+2
* s3: Remove talloc_autofree_context() from notify_internal_parent_init()Volker Lendecke2010-09-262-5/+4
* Fix bug #7698 - Assert causes smbd to panic on invalid NetBIOS session request.Jeremy Allison2010-09-262-12/+31
* s3: Remove talloc_autofree_context() from change_to_guest()Volker Lendecke2010-09-261-1/+1
* s3: Remove talloc_autofree_context() from serverid_parent_init()Volker Lendecke2010-09-261-1/+1
* s3: Remove talloc_autofree_context() from messaging_tdb_parent_init()Volker Lendecke2010-09-261-1/+1
* s3: Avoid an explicit ZERO_STRUCTVolker Lendecke2010-09-261-3/+1
* s3: Lift talloc_autofree_context() from make_auth_context_fixed()Volker Lendecke2010-09-261-2/+2
* s3: Lift talloc_autofree_context() from make_auth_context_subsystem()Volker Lendecke2010-09-262-2/+2
* Fix bug 7694 - Crash bug with invalid SPNEGO token.Jeremy Allison2010-09-231-1/+2
* Thank goodness for code reviews. Volker caught - this should be lp_posix_path...Jeremy Allison2010-09-221-1/+1
* Fix bug #7693 - smbd changing mode of files on renameJeremy Allison2010-09-222-8/+10
* s3:registry: move prototype from reg_init_full.c to its own header.Michael Adam2010-09-211-0/+1
* s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.Günther Deschner2010-09-201-17/+18
* s3-build: only include ctdbd_conn.h where needed.Günther Deschner2010-09-202-0/+2
* s3-build: only include async headers where needed.Günther Deschner2010-09-201-0/+1
* libcli/auth/ntlmssp Be clear about talloc parents for session keysAndrew Bartlett2010-09-161-0/+1
* Fix all sid_parse returns to be checked. Tidy up some checks and errorJeremy Allison2010-09-151-5/+12
* s3-smbd: prevent call_nt_transact_ioctl() crash in FSCTL_FIND_FILES_BY_SID case.Günther Deschner2010-09-161-1/+4
* Add check for invalid data size.Jeremy Allison2010-09-151-1/+8
* s3-rpc_server: Moved ncacn_np declarations in common header file.Simo Sorce2010-09-152-0/+2
* s3-rpc_server: Convert rpc_connect_spoolss_pipe into a generic interface.Simo Sorce2010-09-152-10/+60
* Fix bug 7409 - Thousands of reduce_name: couldn't get realpath.Jeremy Allison2010-09-131-1/+1
* s3-privs Convert from user_has_privileges() -> security_token_has_privilege()Andrew Bartlett2010-09-111-4/+2
* s3:auth Remove NT_USER_TOKENAndrew Bartlett2010-09-114-4/+4
* s3-auth Change struct nt_user_token -> struct security_tokenAndrew Bartlett2010-09-111-4/+4
* Add check missing from previous patch after talloc_strdup().Jeremy Allison2010-09-101-0/+3
* Factor out the recent changes into a function - check_parent_exists().Jeremy Allison2010-09-101-77/+103
* s3-spoolss: Don't leak memory on the session counter list.Andreas Schneider2010-09-101-1/+8
* More paranoia to ensure SD's can't be set on read-only shares.Jeremy Allison2010-09-091-0/+4
* s3-msdfs: Make auth_serversupplied_info const.Andreas Schneider2010-09-091-1/+1
* Don't rely on the underlying ACL modules to enforce share levelJeremy Allison2010-09-082-0/+10
* Optimization suggested by Metze. Without this patch,Jeremy Allison2010-09-081-1/+97
* s3: use monotonic clock for aio timeoutBjörn Jacke2010-09-071-2/+2
* s3: On Solaris, iov_len is an intVolker Lendecke2010-09-051-1/+3
* s3: messaging_ctdbd_connection() was only called with procid_self()Volker Lendecke2010-08-312-3/+2
* s3: use fine grained time in netprot responseBjörn Jacke2010-08-311-3/+4
* s3-auth Rename NT_USER_TOKEN user_sids -> sidsAndrew Bartlett2010-08-313-6/+6
* s3: Fix a segfault in the printer code using create_conn_structVolker Lendecke2010-08-301-1/+7