summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srvsvc
AgeCommit message (Expand)AuthorFilesLines
2013-09-11smbd: Add brl_num_locks access functionVolker Lendecke1-1/+1
2013-09-10s3: rpc_server/srvsvc: use find_sessions() in NetSessDelShekhar Amlekar1-17/+14
2013-09-06smbd: Slightly simplify enum_file_close_fnVolker Lendecke1-2/+1
2013-08-13s3: smbd/connection: added routines to compute share connectionsShekhar Amlekar1-1/+47
2013-07-11srvsvc: Use a symbolic constant where we have oneVolker Lendecke1-1/+6
2013-05-14s3:rpc_server/srvsvc check access before doing workShekhar Amlekar1-10/+10
2013-01-07smbd: Fix calls to create_conn_struct_cwd to be correctly indented.Andrew Bartlett1-10/+10
2013-01-07smbd: Split create_conn_struct into a fn that does not change the working dirAndrew Bartlett1-2/+2
2012-10-19s3:rpc_server/srvsvc: remove function net_enum_pipes()Gregor Beck1-97/+0
2012-10-11rpc_server:srvsvc Remove psd variable that was no longer set by SMB_VFS_FGET_...Andrew Bartlett1-5/+3
2012-10-11smbd: Add mem_ctx to {f,}get_nt_acl VFS callAndrew Bartlett1-8/+8
2012-10-09Make sure the returned sd is on the right context, and if not it's always freed.Jeremy Allison1-1/+3
2012-10-09Move setting of psd->dacl->revision and protect against null SD's.Jeremy Allison1-2/+4
2012-08-30Change the other two places where we set a security descriptor given by the c...Jeremy Allison1-20/+1
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell1-48/+49
2012-07-06s3-rpc_server: Make it possible to use more rpc exceptions.Andreas Schneider1-35/+35
2012-06-21s3:util: rename procid_equal() to serverid_equal()Michael Adam1-1/+1
2012-06-05s3:lib: split things into a conn_tdb.hStefan Metzmacher1-0/+1
2012-05-24s3:smbd/msdfs: let create_conn_struct() also fake the 'smbd_server_connection'Stefan Metzmacher1-2/+8
2012-03-24lib/util: Remove dummy wrapper for getpwnam().Jelmer Vernooij1-1/+1
2011-12-13s3:smbd: use connections_snum_used() instead of conn_snum_used() for load_use...Stefan Metzmacher1-1/+1
2011-12-13s3:param: don't reference conn_snum_used directly in load_usershare_shares()Stefan Metzmacher1-1/+1
2011-12-02s3: Use autogenerated open_files.idlVolker Lendecke1-0/+1
2011-10-11s3:rpc_server: convert srvsvc to only use dbwrap wrapper functionsMichael Adam1-2/+5
2011-09-26s3: Remove the smbd_server_conn ref from create_conn_structVolker Lendecke1-6/+6
2011-07-29s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam1-1/+1
2011-07-20s3-auth Use *unix_token rather than utok in struct auth3_session_infoAndrew Bartlett1-12/+12
2011-07-05s3: Return "granted" from share_access_checkVolker Lendecke1-2/+2
2011-07-04s3: Fix an enum/int mixupVolker Lendecke1-9/+10
2011-06-23s3-param Remove 'announce version' parameterAndrew Bartlett1-4/+4
2011-06-20tdb_traverse/tdb_traverse_read: check returns for negative, not -1.Rusty Russell1-1/+1
2011-06-09s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett1-3/+3
2011-06-09s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett1-12/+12
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-12/+12
2011-06-09s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett1-12/+12
2011-06-09s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett1-6/+6
2011-05-31s3-smbd provide struct smbd_server_connection * to conn_snum_usedAndrew Bartlett1-1/+2
2011-05-05s3-rpc_server: run minimal_includes.pl.Günther Deschner1-1/+0
2011-05-02s3: include ntdomain.h before including generated srv_ headers.Günther Deschner1-0/+1
2011-05-02s3-util: move valid_share_pathname() to lib/util.cGünther Deschner1-34/+0
2011-04-14s3-includes: move struct pipe_open_rec to srvsvc rpc server.Günther Deschner1-0/+9
2011-03-30s3: Fix Coverity ID 2041, "UNUSED_VALUE"Günther Deschner1-4/+10
2011-03-30s3-includes: only include ntdomain.h where needed.Günther Deschner1-0/+1
2011-03-30s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner1-1/+0
2011-03-30s3-messages: only include messages.h where needed.Günther Deschner1-0/+1
2011-03-30s3-auth: rpc_server needs auth.hGünther Deschner1-0/+1
2011-03-30s3: rpc_server needs parts of smbd.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/passwd.h when needed.Günther Deschner1-0/+1
2011-03-30lib/util/util_pw: share sys_get{pw,gr} group of calls.Günther Deschner1-0/+1
2011-03-04s3: add two missing vfs disconnect callsDavid Disseldorp1-0/+2