summaryrefslogtreecommitdiffstats
path: root/source3/include
Commit message (Expand)AuthorAgeFilesLines
* s3:lib/ctdbd_conn: let release_ip_handler return boolStefan Metzmacher2014-02-211-1/+1
* param: remove lp_dnsdomain from s3Garming Sam2014-02-201-1/+0
* clitar.h: delete fileAurélien Aptel2014-02-191-40/+0
* auth: Make new_server_id_task() static to auth_samba4Volker Lendecke2014-02-121-1/+0
* param: move SMB2 defaults to lib/param and use in loadparm_initGarming Sam2014-02-121-5/+0
* param: No longer have a special case for lp_configfileAndrew Bartlett2014-02-121-1/+0
* param: use generate_param.py to generate param_proto.hGarming Sam2014-02-121-0/+5
* lib/param: Remove special handling for 'state dir' and 'cache dir'Andrew Bartlett2014-02-121-2/+0
* lib/param: Normalise "read raw" and "write raw" parametersAndrew Bartlett2014-02-121-2/+0
* s3: increase default fudge factor for max open files from 20 to 40Garming Sam2014-02-101-1/+1
* loadparm: rename lp[cfg]_print_ok to lp[cfg]_printable for consistency with docsMichael Adam2014-02-031-1/+1
* param: Remove unused lp_is_default (once used by SWAT)Andrew Bartlett2014-01-301-1/+0
* param: Remove unused lp_next_parameter (once used by SWAT)Andrew Bartlett2014-01-301-1/+0
* lib/param: Move GUEST_ACCOUNT define to a common headerAndrew Bartlett2014-01-281-5/+0
* messaging3: Remove unused messaging_tdb_eventVolker Lendecke2014-01-211-3/+0
* messaging3: Add messaging_read_send/recvVolker Lendecke2014-01-211-0/+10
* s3:dir - Add a new memcache type (non-talloc) - SMB1_SEARCH_OFFSET_MAP.Jeremy Allison2014-01-151-1/+2
* s3:libsmb: remove unused trust_pw_find_change_and_store_it()Stefan Metzmacher2014-01-071-3/+0
* s3:libsmb: add trust_pw_change()Stefan Metzmacher2014-01-071-0/+8
* libcli/smb: move some *TRANSACT_* flags to smb_constants.hStefan Metzmacher2014-01-071-34/+0
* libcli/smb: move some FILE_* flags to smb_constants.hStefan Metzmacher2014-01-071-51/+0
* Happy New Year 2014!Stefan Metzmacher2014-01-021-1/+1
* s3: Add DAC_OVERRIDE capability supportAbhidnya Joshi2013-12-161-1/+2
* shadow_copy2: Fix some typosDavid Keegel2013-12-121-1/+1
* vfs: add [GET/SET]_COMPRESSION hooksDavid Disseldorp2013-11-222-1/+30
* Rename the profile enums with a SAMBA_ prefix to avoid conflict with system f...Jeremy Allison2013-11-222-10/+10
* s3-lib: Add grpname to talloc_sub_specified().Andreas Schneider2013-11-211-0/+1
* debug: remove unused sys_adminlogDavid Disseldorp2013-11-201-3/+0
* printing: return WERROR from print_access_checkDavid Disseldorp2013-11-201-3/+3
* spoolss: return the spoolss job ID in notificationsDavid Disseldorp2013-11-181-0/+1
* s3-lib: smbclient shows no error if deleting a directory with del failedJeremy Allison2013-11-141-0/+1
* s3:libsmb: SMBC_getatr use pathinfo3 for second tryGregor Beck2013-10-301-0/+1
* s3-smbd_shim: Add become_authenticated_pipe_user().Andreas Schneider2013-10-291-1/+4
* smbd/winbindd: Do an early check if ctdbd is functionalVolker Lendecke2013-10-171-0/+1
* s3:libsmb: remove unused cli_state->case_sensitiveStefan Metzmacher2013-10-171-2/+0
* s3:libsmb: remove unused cli_state->dfsrootStefan Metzmacher2013-10-171-1/+0
* libcli/smb: move Filesystem Attributes defines to smb_constants.hStefan Metzmacher2013-10-171-19/+0
* s3:libsmb: inline trust_pw_change_and_store_it() into trust_pw_find_change_an...Stefan Metzmacher2013-10-171-5/+0
* s3:libsmb: remove unused change_trust_account_password()Stefan Metzmacher2013-10-171-1/+0
* s3:include: fix messaging_send_buf() protype in messages.hStefan Metzmacher2013-10-171-1/+1
* s3:include: add forward declaration for struct messaging_context; in g_lock.hStefan Metzmacher2013-10-171-0/+1
* proto: Remove manually written lp_ prototypesAndrew Bartlett2013-10-161-359/+1
* s3/param: Autogenerate parameters prototypes again after proto.h was frozenAndrew Bartlett2013-10-161-0/+2
* smbd: Remove FAKE_LEVEL_II_OPLOCKVolker Lendecke2013-10-151-2/+3
* s3-winbindd: Remove undocumented winbindd:socket dir parameterAndrew Bartlett2013-10-151-0/+1
* vfs: Fix parentheses in SMB_VFS_NEXT_DURABLE_COOKIEChristof Schmitt2013-10-121-1/+1
* shadow_copy2: add comment explaining the SMB level GMT format patternMichael Adam2013-10-051-1/+9
* idmap_autorid: add idmap_autorid_delete_domain_ranges()Michael Adam2013-10-021-0/+8
* idmap_autorid: add idmap_autorid_iterate_domain_ranges[_read]()Michael Adam2013-10-021-0/+31
* idmap_autorid: add idmap_autorid_delete_range_by_num()Michael Adam2013-10-021-0/+10