summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* smbd: Fix bug 9549 -- Memleak in the async echo handlerVolker Lendecke2013-01-081-1/+1
* samba-tool Add --service argument to samba-tool ntacl get/setAndrew Bartlett2013-01-081-6/+10
* pysmbd: Change to keyword based argumentsAndrew Bartlett2013-01-072-27/+47
* scripting-provision: Set sysvol ACLs on the sysvol shareAndrew Bartlett2013-01-071-14/+23
* scripting-ntacls: Optionally allow the service to be specified.Andrew Bartlett2013-01-071-6/+6
* pysmbd: Convert pysmbd to take an optional service to connect toAndrew Bartlett2013-01-072-127/+159
* smbd: Fix calls to create_conn_struct_cwd to be correctly indented.Andrew Bartlett2013-01-073-44/+44
* smbd: Split create_conn_struct into a fn that does not change the working dirAndrew Bartlett2013-01-074-21/+58
* spoolss: add stubs for new JobNamedProperty dcerpc calls.Günther Deschner2013-01-073-0/+101
* spoolss: add SPOOLSS_DRIVER_VERSION_2012 (4) define to IDL.Günther Deschner2013-01-071-1/+2
* spoolss: add Windows ARM architecture defines to IDL.Günther Deschner2013-01-071-0/+4
* tdb: Fix undefined prototype warningsVolker Lendecke2013-01-071-0/+2
* tdb: Fix \n in error messagesVolker Lendecke2013-01-071-2/+2
* s3-net: Fix rpc_service_list_internal() null pointer passing.Andreas Schneider2013-01-021-2/+13
* s3-rpcclient: Fix cmd_eventlog_loginfo() null pointer passing.Andreas Schneider2013-01-021-2/+8
* s3-rpcclient: Fix cmd_eventlog_readlog() null pointer passing.Andreas Schneider2013-01-021-7/+8
* s3-idmap: Check return value of string_to_sid().Andreas Schneider2013-01-021-1/+6
* docs: Fix typo in vfs_tsmsm.8.xml.Samba-JP oota2013-01-021-1/+1
* docs: Remove superfluous bracket.Samba-JP oota2013-01-021-1/+1
* s4:drsuapi: try to behave more like windows for usn order (bug #9508)Stefan Metzmacher2013-01-011-11/+18
* s4:drsuapi: make use of LDB_TYPESAFE_QSORT() and pass getnc_stateStefan Metzmacher2013-01-011-10/+14
* s4:drsuapi: make sure we report the meta data from the cycle start (bug #9508)Stefan Metzmacher2013-01-011-9/+38
* s4:drsuapi: check the source_dsa_invocation_id (bug #9508)Stefan Metzmacher2013-01-011-0/+15
* s4:drsuapi: make sure we never return the same highwatermark twice in a repli...Stefan Metzmacher2013-01-011-0/+36
* s4:drsuapi: add drsuapi_DsReplicaHighWaterMark_cmp()Stefan Metzmacher2013-01-011-0/+20
* s4:drsuapi: always use the current uptodateness_vectorStefan Metzmacher2013-01-011-11/+9
* s4:drsuapi: avoid a ldb_dn_copy() and use talloc_move() insteadStefan Metzmacher2013-01-011-3/+3
* s4:drsuapi: remove unused 'highest_usn' from drsuapi_getncchanges_stateStefan Metzmacher2013-01-011-4/+0
* s4:drsuapi: move struct drsuapi_getncchanges_state to the top of getncchanges.cStefan Metzmacher2013-01-011-17/+17
* s4:dsdb/drepl: update the source_dsa_obj/invocation_id in repsFromStefan Metzmacher2013-01-011-0/+4
* s4:dsdb/common: use 01.01.1970 as last_sync_success for our entry in the upto...Stefan Metzmacher2013-01-011-3/+4
* s4:dsdb/common: use LDB_SEQ_HIGHEST_SEQ for our entry in the uptodatevectorStefan Metzmacher2013-01-011-2/+2
* s4:dsdb/repl_meta_data: don't merge highwatermark and uptodatevector (bug #9508)Stefan Metzmacher2013-01-011-38/+1