summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
2013-05-16s3:include remove non-blank line endingsChristian Ambach1-3/+3
2013-04-26smbd: We don't use DEFERRED_OPEN_ENTRY anymoreVolker Lendecke1-2/+2
2013-04-26smbd: Remove the unused fsp->pending_break_messages arrayVolker Lendecke1-3/+2
2013-04-18util_tdb: add function tdb_data_string()Gregor Beck1-0/+2
2013-04-18smbd: Remove NTSTATUS based create_synthetic_smb_fnameVolker Lendecke1-8/+0
2013-04-17lib: Add synthetic_smb_fname_splitVolker Lendecke1-0/+3
2013-04-17lib: Add synthetic_smb_fnameVolker Lendecke1-0/+4
2013-04-17smbd: Make copy_smb_filename staticVolker Lendecke1-3/+0
2013-04-17lib: Add cp_smb_filenameVolker Lendecke1-0/+2
2013-04-10s3:smbd: convert srvstr_pull_req_talloc() into a functionRalph Wuerthner1-9/+0
2013-04-09PASSDB: add support to set and enumerate UPN suffixes associated with our forestAlexander Bokovoy1-1/+17
2013-03-26ctdb-conn: remove ctdbd_fetchVolker Lendecke1-3/+0
2013-03-26ctdb-conn: Add ctdbd_parseVolker Lendecke1-0/+5
2013-03-20s3:include bump profile memory area version numberChristian Ambach1-1/+1
2013-03-12s3: remove some dead code (for setdir command)Christian Ambach3-7/+0
2013-02-20ntdb: switch between secrets.tdb and secrets.ntdb depending on 'use ntdb'Rusty Russell1-1/+1
2013-02-20param: 'use ntdb' flag (off by default).Rusty Russell1-0/+1
2013-02-19s3:include: avoid TEVENT_COMPAT_DEFINESStefan Metzmacher1-1/+0
2013-02-19s3:lib: s/struct timed_event/struct tevent_timerStefan Metzmacher1-1/+1
2013-02-19s3:smbd: s/struct timed_event/struct tevent_timerStefan Metzmacher1-2/+2
2013-02-19s3:lib: s/struct event_context/struct tevent_contextStefan Metzmacher2-5/+5
2013-02-19s3:nmbd: s/struct event_context/struct tevent_contextStefan Metzmacher1-3/+3
2013-02-19s3:smbd: s/struct event_context/struct tevent_contextStefan Metzmacher1-1/+1
2013-02-19s3:includes: remove event_context_init() define for s3_tevent_context_init()Stefan Metzmacher1-3/+0
2013-02-05s3:param: add new lp_idmap_default_backend()Michael Adam1-0/+1
2013-02-05s3:param: introduce new lp_idmap_backend() that takes the domainMichael Adam1-0/+1
2013-02-05s3:param: remove unused function lp_idmap_backend()Michael Adam1-1/+0
2013-02-05s3:param: remove unused functions lp_idmap_uid() and lp_idmap_gid()Michael Adam1-2/+0
2013-02-05s3:param: add utility function lp_idmap_default_range()Michael Adam1-0/+1
2013-02-05s3:param: add a utility function lp_idmap_range() to get the configured range...Michael Adam1-0/+1
2013-01-16s3-vfs: add copy_chunk vfs hooksDavid Disseldorp2-1/+34
2013-01-09Add uint32_t share_access to vuid_cache_entry.Jeremy Allison1-0/+2
2013-01-09Clean up struct connection_struct, make struct vuid_cache a pointer not inline.Jeremy Allison1-2/+6
2013-01-01Happy New Year 2013Stefan Metzmacher1-1/+1
2012-12-06Clean up client timeout definitions [rev. 2]Scott Lovenberg1-0/+3
2012-12-03s3:passdb: factor pdb_sid_to_id_unix_users_and_groups() out of pdb_default_si...Michael Adam1-0/+3
2012-11-20More for #9374 - Allow smb2.acls torture test to pass against smbd with a POS...Jeremy Allison1-2/+1
2012-11-16s3:param: make init_locals() static.Michael Adam1-1/+0
2012-11-13smbd: Remove NT4 compatability handling in posix -> NT ACL conversionAndrew Bartlett1-1/+0
2012-11-08s3fs-popt: Add function to burn the commandline password.Andreas Schneider1-0/+1
2012-10-19s3:lib: remove unused sessionid_*() functionsGregor Beck1-6/+0
2012-10-19s3:smbd: use session_global_id as session number for pam and utmpGregor Beck1-20/+0
2012-10-11vfs: Remove type parameter from sys_acl_blob_get_{fd,file}Andrew Bartlett2-8/+10
2012-10-11smbd: Add mem_ctx to {f,}get_nt_acl VFS callAndrew Bartlett2-9/+13
2012-10-11smbd: Add mem_ctx to sys_acl_init() and all callersAndrew Bartlett3-16/+25
2012-10-04Remove the parameters:Jeremy Allison1-4/+0
2012-10-04Revert "Add functions to programatically set the security mask and directory ...Jeremy Allison1-2/+0
2012-10-02Add functions to programatically set the security mask and directory security...Jeremy Allison1-0/+2
2012-09-12Move cached cwd onto conn struct.Jeremy Allison1-0/+2
2012-09-12Avoid overriding default ccache for ads operations.Simo Sorce2-1/+2