summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srvsvc
Commit message (Expand)AuthorAgeFilesLines
...
* param: change fstype to use a constant stringGarming Sam2014-02-121-1/+1
* param: rename lp function and variable from "delete_share_cmd" to "delete_sha...Garming Sam2014-02-071-2/+2
* param: rename lp function and variable from "change_share_cmd" to "change_sha...Garming Sam2014-02-071-3/+3
* param: rename lp function and variable from "add_share_cmd" to "add_share_com...Garming Sam2014-02-071-2/+2
* param: rename lp function and variable from "serverstring" to "server_string"Garming Sam2014-02-071-2/+2
* param: rename lp function and variable from 'guestaccount' to 'guest_account'Garming Sam2014-02-071-1/+1
* s3: rpc_server/srvsvc: NetShareSetInfo - let CSC policy be settable.Shekhar Amlekar2014-02-061-8/+24
* s3: rpc_server/srvsvc: NetShareSetInfo - Correctly initialize max_connections...Shekhar Amlekar2014-02-061-0/+2
* loadparm: rename lp[cfg]_print_ok to lp[cfg]_printable for consistency with docsMichael Adam2014-02-031-3/+3
* loadparm: rename lp[cfg]_pathname to lp[cfg]_path for consistency with docsMichael Adam2014-02-031-13/+13
* s3: rpc_server/srvsvc: Avoiding the loop around locking tdb traversal.Shekhar Amlekar2014-01-181-49/+6
* s3: rpc_server/srvsvc: Adding functions to determine open files on all sessions.Shekhar Amlekar2014-01-171-0/+55
* s3: rpc_server/srvsvc: Ensure we don't continually realloc inside init_srv_se...Jeremy Allison2014-01-171-11/+22
* rpc_server: Fix a typoVolker Lendecke2013-10-301-1/+1
* smbd: Add brl_num_locks access functionVolker Lendecke2013-09-111-1/+1
* s3: rpc_server/srvsvc: use find_sessions() in NetSessDelShekhar Amlekar2013-09-101-17/+14
* smbd: Slightly simplify enum_file_close_fnVolker Lendecke2013-09-061-2/+1
* s3: smbd/connection: added routines to compute share connectionsShekhar Amlekar2013-08-131-1/+47
* srvsvc: Use a symbolic constant where we have oneVolker Lendecke2013-07-111-1/+6
* s3:rpc_server/srvsvc check access before doing workShekhar Amlekar2013-05-141-10/+10
* smbd: Fix calls to create_conn_struct_cwd to be correctly indented.Andrew Bartlett2013-01-071-10/+10
* smbd: Split create_conn_struct into a fn that does not change the working dirAndrew Bartlett2013-01-071-2/+2
* s3:rpc_server/srvsvc: remove function net_enum_pipes()Gregor Beck2012-10-191-97/+0
* rpc_server:srvsvc Remove psd variable that was no longer set by SMB_VFS_FGET_...Andrew Bartlett2012-10-111-5/+3
* smbd: Add mem_ctx to {f,}get_nt_acl VFS callAndrew Bartlett2012-10-111-8/+8
* Make sure the returned sd is on the right context, and if not it's always freed.Jeremy Allison2012-10-091-1/+3
* Move setting of psd->dacl->revision and protect against null SD's.Jeremy Allison2012-10-091-2/+4
* Change the other two places where we set a security descriptor given by the c...Jeremy Allison2012-08-301-20/+1
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-48/+49
* s3-rpc_server: Make it possible to use more rpc exceptions.Andreas Schneider2012-07-061-35/+35
* s3:util: rename procid_equal() to serverid_equal()Michael Adam2012-06-211-1/+1
* s3:lib: split things into a conn_tdb.hStefan Metzmacher2012-06-051-0/+1
* s3:smbd/msdfs: let create_conn_struct() also fake the 'smbd_server_connection'Stefan Metzmacher2012-05-241-2/+8
* lib/util: Remove dummy wrapper for getpwnam().Jelmer Vernooij2012-03-241-1/+1
* s3:smbd: use connections_snum_used() instead of conn_snum_used() for load_use...Stefan Metzmacher2011-12-131-1/+1
* s3:param: don't reference conn_snum_used directly in load_usershare_shares()Stefan Metzmacher2011-12-131-1/+1
* s3: Use autogenerated open_files.idlVolker Lendecke2011-12-021-0/+1
* s3:rpc_server: convert srvsvc to only use dbwrap wrapper functionsMichael Adam2011-10-111-2/+5
* s3: Remove the smbd_server_conn ref from create_conn_structVolker Lendecke2011-09-261-6/+6
* s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam2011-07-291-1/+1
* s3-auth Use *unix_token rather than utok in struct auth3_session_infoAndrew Bartlett2011-07-201-12/+12
* s3: Return "granted" from share_access_checkVolker Lendecke2011-07-051-2/+2
* s3: Fix an enum/int mixupVolker Lendecke2011-07-041-9/+10
* s3-param Remove 'announce version' parameterAndrew Bartlett2011-06-231-4/+4
* tdb_traverse/tdb_traverse_read: check returns for negative, not -1.Rusty Russell2011-06-201-1/+1
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-091-3/+3
* s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett2011-06-091-12/+12
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-12/+12
* s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett2011-06-091-12/+12
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-091-6/+6