summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2012-02-11mkversion: Add quotes around various version stringsAmitay Isaacs1-3/+3
2012-02-10s3-waf: add dependency on talloc or it won't build if talloc.h is not in the ...Matthieu Patou2-5/+10
2012-02-10s3-winbindd: set the can_do_validation6 also for trusted domainMatthieu Patou1-0/+2
2012-02-10s3:smbd/oplock_linux: don't overwrite private_dataStefan Metzmacher1-2/+0
2012-02-10s3:vfs_gpfs:quieten an expectable warning messageChristian Ambach1-1/+5
2012-02-10s3:vfs_gpfs: fix a compiler warningChristian Ambach1-1/+2
2012-02-10s3:vfs_gpfs:Fix query of creation time from GPFSChristof Schmitt1-0/+3
2012-02-10s3:vfs_gpfs: make "gpfs:getrealfilename" a per share optionStefan Metzmacher2-7/+15
2012-02-10s3:vfs_gpfs: make "gpfs:ftruncate" a per share optionStefan Metzmacher2-3/+14
2012-02-10s3:vfs_gpfs: make "gpfs:winattr" a per share optionStefan Metzmacher2-5/+73
2012-02-10s3:vfs_gpfs: be less verbose in get/set_xattr functionsStefan Metzmacher1-2/+2
2012-02-10s3-smb2: Use the correct indicator if a request was deferredVolker Lendecke1-1/+1
2012-02-10s3-smb2: Make sure we have a subreq setVolker Lendecke1-0/+1
2012-02-10selftest: add smb2.rename to testsuiteChristian Ambach1-1/+1
2012-02-10s3-libsmb: Remove unused kerberos_set_creds_enctype()Andrew Bartlett3-39/+0
2012-02-10s3-libsmb: Remove unused kerberos_compatible_enctypesAndrew Bartlett3-20/+1
2012-02-10s3-lib: Remove unused is_myworkgroup()Andrew Bartlett2-18/+0
2012-02-10s3-charcnv: Remove unused rpcstr_push()Andrew Bartlett2-9/+0
2012-02-10s3-libsmb: Remove unused smb_krb5_mk_error()Andrew Bartlett4-58/+0
2012-02-10s3-param: Remove unused share_defined()Andrew Bartlett2-6/+0
2012-02-10s3-lib: Remove unused pid_path()Andrew Bartlett2-14/+0
2012-02-10s3-registry: Remove unused prs_uint8()Andrew Bartlett2-23/+0
2012-02-10s3-charcnv: Remove unused pull_string_fnAndrew Bartlett2-42/+0
2012-02-09s3-printing: Add new printers to registry.Björn Baumbach3-13/+54
2012-02-09s3-libsmb: Remove obsolete smb_krb5_locate_kdc.Andreas Schneider4-95/+1
2012-02-09s3-net: Don't use an internal krb5 for kdc lookup.Andreas Schneider1-19/+23
2012-02-09s3-build: remove EXEEXT from MakefilesAndrew Bartlett5-215/+211
2012-02-08s3-passdb: Remove #if _SAMBA_BUILD_ == 4 from pdb_samba4Andrew Bartlett1-2/+0
2012-02-08s3-docs: Remove references to long-gone smbmount utilitiesAndrew Bartlett1-3/+0
2012-02-08auth: rename ntlmssp.c to ntlmssp_util.cAndrew Bartlett1-1/+1
2012-02-08s3-auth Add const to make_user_info_mapAndrew Bartlett2-4/+4
2012-02-08s3-build use common VERSION file for all buildsAndrew Bartlett2-106/+1
2012-02-07Remove unused get_file_size() function.Jeremy Allison2-14/+0
2012-02-07s3: Increase debug level of basic ctdb packet handlingVolker Lendecke1-6/+6
2012-02-07s3-waf: Link tdbsam against needed libraries.Andreas Schneider1-1/+1
2012-02-07s3-waf: Link against tdb_compat instead of tdb.Andreas Schneider2-7/+7
2012-02-06s3-winbind: Remove unused bool "local"Christof Schmitt1-5/+2
2012-02-06s3: FreeBSD does not define sin6_addr.s_addr32Volker Lendecke1-1/+1
2012-02-06lib/util: Add hex_encode_bufVolker Lendecke2-0/+22
2012-02-03Ensure when setting a POSIX ACL, that the uid for aJeremy Allison1-0/+60
2012-02-03Fix mistaken assignment of gid to uid field.Jeremy Allison1-1/+1
2012-02-03Replace bool flags inside ensure_canon_entry_valid() with pointers.Jeremy Allison1-11/+12
2012-02-03Fix bug #7933 - samba fails to honor SEC_STD_WRITE_OWNER bit with the acl_xat...Jeremy Allison1-1/+36
2012-02-03Replace all malloc/free with talloc on tos.Jeremy Allison1-41/+41
2012-02-03s3-nmbd: don't discard DGRAM frames from local addresses when we are a DCMatthieu Patou1-15/+17
2012-02-03s3-pid: Catch with pid filename's change when config file is not smb.confMatthieu Patou1-1/+25
2012-02-03Only ask for specific permissions required when setting an ACL.Jeremy Allison1-3/+12
2012-02-02Allow a SACL to be sent in cli_set_secdesc().Jeremy Allison1-0/+2
2012-02-02s3: Test for faulty xattr_tdb listxattrVolker Lendecke3-0/+17
2012-02-02s3-xattr_tdb: Fix listxattrVolker Lendecke1-1/+1