summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dsdb-acl: give error string if we can not obtain the schemaAndrew Bartlett2013-01-101-2/+3
* s4-dbcheck: Allow forcing an override of an old @MODULES recordAndrew Bartlett2013-01-103-4/+34
* build: Set LD_LIBRARY_PATH in install_with_python.shAndrew Bartlett2013-01-101-0/+2
* build: Make install_with_python.sh more portableAndrew Bartlett2013-01-101-1/+1
* build: In install_with_python.sh force using the python from the install we j...Andrew Bartlett2013-01-101-0/+3
* build: Make install_with_python.sh executableAndrew Bartlett2013-01-101-0/+0
* swat: move russian swat files alongside ja and trAndrew Bartlett2013-01-1011-0/+0
* passdb: Add discard_const_p() to pdb_samba_dsdbAndrew Bartlett2013-01-101-2/+2
* vfs: Fix compilation of solaris ACL moduleAndrew Bartlett2013-01-101-1/+1
* build: Remove bashism from SAMBAMANPAGES ruleAndrew Bartlett2013-01-101-1/+2
* smb.conf(5): update list of available protocols (bug #9552)Björn Baumbach2013-01-091-1/+1
* s3-lib: Use new strict directory create function in create_pipe_sock().Andreas Schneider2013-01-091-44/+6
* Use the new directory_create_or_exist_strict() function.Andreas Schneider2013-01-096-7/+12
* util: Add a strict directory_create_or_exist function.Andreas Schneider2013-01-092-5/+48
* s3:smb2_negprot: set the 'remote_proto' valueStefan Metzmacher2013-01-091-0/+8
* samba_dnsupdate: set KRB5_CONFIG for nsupdate commandBjörn Baumbach2013-01-091-4/+5
* s4:lib/messaging: terminate the irpc_servers_byname() result with server_id_s...Stefan Metzmacher2013-01-092-4/+4
* libnet-vampire: reports Exops as they rather than sync on some partitionsMatthieu Patou2013-01-091-6/+27
* script: Add a script to display testsuite runtime sortedMatthieu Patou2013-01-091-0/+40
* libnet: set the invocation_id earlier in order to avoid annoying messagesMatthieu Patou2013-01-091-13/+13
* replace: Fix compilation of rep_mkstempJesper Larsen2013-01-091-1/+1
* s3: Fix vfs_zfsacl to compile.Ira Cooper2013-01-091-3/+3
* selftest: show that Samba honours "write list" and valid usersAndrew Bartlett2013-01-094-2/+22
* Fixup the change_to_user_by_session() case as called from become_user_by_sess...Jeremy Allison2013-01-091-0/+22
* smbd: Remove some ()Volker Lendecke2013-01-091-3/+3
* smbd: Simplify an if-expressionVolker Lendecke2013-01-091-10/+7
* smbd: Fix a typoVolker Lendecke2013-01-091-1/+1
* Move create_share_access_mask() from smbd/service.c to smbd/uid.c.Jeremy Allison2013-01-093-41/+38
* Fix bug #9518 - conn->share_access appears not be be reset between users.Jeremy Allison2013-01-091-20/+8
* Factor code out of check_user_ok() into a call to check_user_share_access().Jeremy Allison2013-01-091-34/+7
* Initialize stack variables. Prelude to factoring out calls to check_user_shar...Jeremy Allison2013-01-091-2/+2
* Add check_user_share_access() which factors out the share security and read_o...Jeremy Allison2013-01-092-0/+60
* Correctly setup the conn->share_access based on the current user token.Jeremy Allison2013-01-091-12/+22
* Change API for create_share_access_mask() - remove conn struct.Jeremy Allison2013-01-092-7/+7
* Change API for create_share_access_mask() to pass in the token.Jeremy Allison2013-01-092-4/+9
* Fix API for create_share_access_mask().Jeremy Allison2013-01-092-9/+12
* Remove static from create_share_access_mask().Jeremy Allison2013-01-092-1/+2
* Add uint32_t share_access to vuid_cache_entry.Jeremy Allison2013-01-093-0/+4
* Clean up struct connection_struct, make struct vuid_cache a pointer not inline.Jeremy Allison2013-01-094-10/+15
* Remove unneeded variable "const struct auth_session_info *session_info"Jeremy Allison2013-01-091-3/+1
* Remove dead code now vuser can no longer be NULL.Jeremy Allison2013-01-091-8/+0
* Remove the second set of {} braces, no longer needed.Jeremy Allison2013-01-091-20/+18
* Remove one set of enclosing {} braces, no longer needed.Jeremy Allison2013-01-091-9/+7
* Move the definition of struct vuid_cache_entry *ent outside blocks.Jeremy Allison2013-01-091-4/+2
* Start to tidy-up check_user_ok().Jeremy Allison2013-01-091-3/+2
* torture/vfstest.c: Always use create_conn_struct(). Don't hand create connect...Jeremy Allison2013-01-091-10/+22
* source3/smbd/pysmbd.c: Always use create_conn_struct(). Don't hand create con...Jeremy Allison2013-01-091-24/+10
* smbd/posix_acls.c: Use create_conn_struct(). Don't hand-create connection str...Jeremy Allison2013-01-091-19/+11
* Allow create_conn_struct() to be called with snum == -1.Jeremy Allison2013-01-091-4/+9
* smbd: Rework create_conn_struct to use conn_new()Andrew Bartlett2013-01-091-22/+18