summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-12selftest: skip base.dir2 tests as they just spin on modern ext4Andrew Bartlett1-0/+1
2013-01-12s4-resolve: Fix parsing of IPv6/AAAA in dns_lookup (bug #9555)Arvid Requate1-0/+1
2013-01-11winbind: Fix some missing NULL checksVolker Lendecke1-24/+29
2013-01-11winbind: Fix error check in unpack_tdc_domainsVolker Lendecke1-2/+5
2013-01-11dbwrap: Use INCOMPATIBLE_HASH for dbwrap_watchers.tdbVolker Lendecke1-3/+4
2013-01-10scripting/samba_upgradedns: Only look for IPv4/IPv6 addresses if we actually ...Andrew Bartlett1-21/+22
2013-01-10samba-tool classicupgrade: Do not print the admin password during upgradeAndrew Bartlett1-1/+10
2013-01-10s4-idmap: Remove requirement that posixAccount or posixGroup be set for rfc2307Andrew Bartlett1-6/+3
2013-01-10selftest: Add test for rfc2307 mapping handlingAndrew Bartlett4-2/+193
2013-01-10dsdb-acl: give error string if we can not obtain the schemaAndrew Bartlett1-2/+3
2013-01-10s4-dbcheck: Allow forcing an override of an old @MODULES recordAndrew Bartlett3-4/+34
2013-01-10build: Set LD_LIBRARY_PATH in install_with_python.shAndrew Bartlett1-0/+2
2013-01-10build: Make install_with_python.sh more portableAndrew Bartlett1-1/+1
2013-01-10build: In install_with_python.sh force using the python from the install we j...Andrew Bartlett1-0/+3
2013-01-10build: Make install_with_python.sh executableAndrew Bartlett1-0/+0
2013-01-10swat: move russian swat files alongside ja and trAndrew Bartlett11-0/+0
2013-01-10passdb: Add discard_const_p() to pdb_samba_dsdbAndrew Bartlett1-2/+2
2013-01-10vfs: Fix compilation of solaris ACL moduleAndrew Bartlett1-1/+1
2013-01-10build: Remove bashism from SAMBAMANPAGES ruleAndrew Bartlett1-1/+2
2013-01-09smb.conf(5): update list of available protocols (bug #9552)Björn Baumbach1-1/+1
2013-01-09s3-lib: Use new strict directory create function in create_pipe_sock().Andreas Schneider1-44/+6
2013-01-09Use the new directory_create_or_exist_strict() function.Andreas Schneider6-7/+12
2013-01-09util: Add a strict directory_create_or_exist function.Andreas Schneider2-5/+48
2013-01-09s3:smb2_negprot: set the 'remote_proto' valueStefan Metzmacher1-0/+8
2013-01-09samba_dnsupdate: set KRB5_CONFIG for nsupdate commandBjörn Baumbach1-4/+5
2013-01-09s4:lib/messaging: terminate the irpc_servers_byname() result with server_id_s...Stefan Metzmacher2-4/+4
2013-01-09libnet-vampire: reports Exops as they rather than sync on some partitionsMatthieu Patou1-6/+27
2013-01-09script: Add a script to display testsuite runtime sortedMatthieu Patou1-0/+40
2013-01-09libnet: set the invocation_id earlier in order to avoid annoying messagesMatthieu Patou1-13/+13
2013-01-09replace: Fix compilation of rep_mkstempJesper Larsen1-1/+1
2013-01-09s3: Fix vfs_zfsacl to compile.Ira Cooper1-3/+3
2013-01-09selftest: show that Samba honours "write list" and valid usersAndrew Bartlett4-2/+22
2013-01-09Fixup the change_to_user_by_session() case as called from become_user_by_sess...Jeremy Allison1-0/+22
2013-01-09smbd: Remove some ()Volker Lendecke1-3/+3
2013-01-09smbd: Simplify an if-expressionVolker Lendecke1-10/+7
2013-01-09smbd: Fix a typoVolker Lendecke1-1/+1
2013-01-09Move create_share_access_mask() from smbd/service.c to smbd/uid.c.Jeremy Allison3-41/+38
2013-01-09Fix bug #9518 - conn->share_access appears not be be reset between users.Jeremy Allison1-20/+8
2013-01-09Factor code out of check_user_ok() into a call to check_user_share_access().Jeremy Allison1-34/+7
2013-01-09Initialize stack variables. Prelude to factoring out calls to check_user_shar...Jeremy Allison1-2/+2
2013-01-09Add check_user_share_access() which factors out the share security and read_o...Jeremy Allison2-0/+60
2013-01-09Correctly setup the conn->share_access based on the current user token.Jeremy Allison1-12/+22
2013-01-09Change API for create_share_access_mask() - remove conn struct.Jeremy Allison2-7/+7
2013-01-09Change API for create_share_access_mask() to pass in the token.Jeremy Allison2-4/+9
2013-01-09Fix API for create_share_access_mask().Jeremy Allison2-9/+12
2013-01-09Remove static from create_share_access_mask().Jeremy Allison2-1/+2
2013-01-09Add uint32_t share_access to vuid_cache_entry.Jeremy Allison3-0/+4
2013-01-09Clean up struct connection_struct, make struct vuid_cache a pointer not inline.Jeremy Allison4-10/+15
2013-01-09Remove unneeded variable "const struct auth_session_info *session_info"Jeremy Allison1-3/+1
2013-01-09Remove dead code now vuser can no longer be NULL.Jeremy Allison1-8/+0