summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* messaging3: Use server_id_str_bufVolker Lendecke2014-06-171-2/+4
* build: fix the test and define for msg_accrightsMichael Adam2014-06-162-6/+6
* s3-winbindd: Honour pdb_is_responsible_for_everything_else()Andrew Bartlett2014-06-161-8/+11
* passdb: Allow a passdb module to do idmap for everythingAndrew Bartlett2014-06-166-2/+348
* vfs:gpfs: fix a debug messageMichael Adam2014-06-131-1/+1
* vfs: update a bit-rotten commentMichael Adam2014-06-131-5/+6
* vfs: remove unused function vfs_pread_data()Michael Adam2014-06-132-24/+0
* vfs_streams_xattr: add options "prefix" and "store_stream_type"Ralph Boehme2014-06-131-30/+92
* Convert samba_private_attr_name() to a public functionRalph Boehme2014-06-132-1/+2
* locking: use correct conversion specifier for printing variablesRalph Boehme2014-06-133-10/+11
* smbd: tevent_req_nterror already returns bool :-)Volker Lendecke2014-06-111-2/+1
* smbd: Use full_path_tos() where appropriateVolker Lendecke2014-06-111-7/+15
* s3: smbd : SMB2 - fix SMB2_SEARCH when searching non wildcard string with a c...Jeremy Allison2014-06-111-3/+34
* s3: smbd - SMB[2|3]. Ensure a \ or / can't be found anywhere in a search path...Jeremy Allison2014-06-111-2/+2
* s3-winbindd: Implement SamLogon IRPC callAndrew Bartlett2014-06-114-51/+150
* s3-winbind: Transparently forward IRPC messages to the winbind_dual childAndrew Bartlett2014-06-111-37/+80
* s3-winbind rename winbindd_update_rodc_dns to be for more generic irpcAndrew Bartlett2014-06-114-11/+17
* librpc/idl: Merge wbint.idl with winbind.idl so we can forward IRPC requests ...Andrew Bartlett2014-06-1142-241/+52
* s3-winbindd: Listen on IRPC and do forwarded DNS updates on an RODCAndrew Bartlett2014-06-116-0/+144
* s3-winbindd: Register winbindd with irpcAndrew Bartlett2014-06-113-0/+34
* auth: Provide a way to use the auth stack for winbindd authenticationAndrew Bartlett2014-06-115-14/+74
* winbindd: Call set_dc_type_and_flags on the internal domainAndrew Bartlett2014-06-115-113/+87
* passdb: Do not routinely clear the global memory returned by get_global_sam_s...Andrew Bartlett2014-06-112-15/+41
* Use GUID_equal in a few placesVolker Lendecke2014-06-101-1/+1
* s3: libsmb: Change cli_disk_size() to use the trans2/SMB_FS_FULL_SIZE_INFORMA...Jeremy Allison2014-06-071-0/+45
* s3: libsmb: Make cli_smb2_dskattr() a 64-bit interface.Jeremy Allison2014-06-073-14/+10
* s3: libsmb : Move users of cli_dskattr to a 64-bit interface cli_disk_free().Jeremy Allison2014-06-074-6/+35
* s3/s4: smbd, rpc, ldap, cldap, kdc services.Jeremy Allison2014-06-071-6/+10
* s3:vfs_afsacl fix compiler warningsChristian Ambach2014-06-041-2/+1
* vfs_afsacl: remove unused includesChristian Ambach2014-06-041-2/+1
* waf: fixup build with fake kaserver enabledChristian Ambach2014-06-042-0/+4
* waf: add --with-fake-kaserver optionChristian Ambach2014-06-041-0/+13
* s3:lib/afs move afs_settoken.c to common lib dirChristian Ambach2014-06-045-271/+2
* s3:lib/afs move afs.c to common lib dirChristian Ambach2014-06-046-319/+3
* s3-winbind: Use strlcpy to avoid log entry.Andreas Schneider2014-06-041-1/+4
* s3-rpc_server: Use C99 types in rpc_pipes.hAndrew Bartlett2014-06-041-4/+4
* s3-param: Add lp_dnsdomain() for use by winbinddAndrew Bartlett2014-06-042-0/+2
* winbindd: Use rpc_pipe_open_interface() so that winbindd uses the correct rpc...Andrew Bartlett2014-06-042-12/+33
* s3-rpc_server: Give log messages on failureAndrew Bartlett2014-06-041-0/+2
* winbindd: Remove pointless if statementAndrew Bartlett2014-06-041-14/+10
* winbindd: explain that this check protects the AD DC machine account password...Andrew Bartlett2014-06-041-0/+4
* selftest: move all winbind test rules to one placeAndrew Bartlett2014-06-041-41/+1
* selftest: Set winbind separator = /Andrew Bartlett2014-06-042-8/+8
* messaging3: Fix a talloc_tos memleakVolker Lendecke2014-06-031-0/+1
* s3:messaging: protect use of msg_control with HAVE_STRUCT_MSGHDR_MSG_CONTROLMichael Adam2014-06-031-0/+4
* build: rename HAVE_MSGHDR_MSG_ACCTRIGHTS to HAVE_STRUCT_MSGHDR_MSG_ACCTRIGHTSMichael Adam2014-06-022-3/+3
* build: rename HAVE_MSGHDR_MSG_CONTROL to HAVE_STRUCT_MSGHDR_MSG_CONTROLMichael Adam2014-06-022-6/+6
* vfs:aio_fork: simplify checking of MSG_CONTROL and MSG_ACCTRIGHTSMichael Adam2014-06-021-9/+8
* s3:smb2_server: call smbd_smb2_flush_send_queue() directlyStefan Metzmacher2014-05-311-6/+5
* s3:smb2_server: fix invalid TALLOC_FREE(iov) in smbd_smb2_inbuf_parse_compound()Stefan Metzmacher2014-05-311-7/+7