summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_srvsvc_nt.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-05Use pidl for _srvsvc_NetSrvSetInfo().Günther Deschner1-13/+6
2008-03-05Use pidl for _srvsvc_NetSrvGetInfo().Günther Deschner1-43/+63
2008-03-05Whitespace cleanup in srvsvc server.Günther Deschner1-50/+50
2008-02-29Rename the 'hidden' variable to 'administrative share'.Andreas Schneider1-1/+1
2008-02-28Fix segfault in _srv_net_file_enum.Günther Deschner1-6/+9
2008-02-26Add variable to define if a share should be hidden.Andreas Schneider1-4/+1
2008-01-10Some more talloc_tos()Volker Lendecke1-1/+1
2007-12-29Remove tiny code duplicationVolker Lendecke1-1/+1
2007-12-27Remove a silly staticVolker Lendecke1-6/+6
2007-12-21Some C++ warningsVolker Lendecke1-1/+1
2007-12-19Change the prototype of the vfs function get_nt_acl().Michael Adam1-25/+1
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison1-3/+3
2007-11-27Remove pstrings from everything except srv_spoolss_nt.c.Jeremy Allison1-195/+315
2007-11-27Remove pstring from everything in rpc_server exceptJeremy Allison1-1/+1
2007-11-15More pstring removal. This one was tricky. I had to addJeremy Allison1-8/+13
2007-11-13Make [f]get_nt_acl return NTSTATUSVolker Lendecke1-3/+8
2007-10-19Streamline logic, reducing the amount of indentation.Michael Adam1-16/+15
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-11/+11
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-1059/+1093
2007-10-10r25564: Pass sharename to delete_share_security()Volker Lendecke1-1/+1
2007-10-10r25534: Apply some constVolker Lendecke1-1/+1
2007-10-10r25484: Fix srvsrc_NetFileEnum listing only for one userVolker Lendecke1-37/+57
2007-10-10r25482: Slightly simplify logicVolker Lendecke1-48/+48
2007-10-10r25480: Fix a segfaultVolker Lendecke1-1/+1
2007-10-10r25138: More pstring elimination. Add a TALLOC_CTX parameterJeremy Allison1-2/+4
2007-10-10r25009: Large patch discussed with Volker. Move unix_convert to a talloc-basedJeremy Allison1-18/+24
2007-10-10r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke1-3/+2
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23724: Reduce access to the global inbuf a tiny bit. Add a struct smb_requestVolker Lendecke1-4/+4
2007-10-10r23620: Convert set_nt_acl to return NTSTATUS. Also fix the chownJeremy Allison1-3/+2
2007-10-10r23183: Check in a change made by Tridge:Volker Lendecke1-2/+1
2007-10-10r23171: Convert connections.tdb to dbwrapVolker Lendecke1-9/+9
2007-10-10r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'mVolker Lendecke1-3/+3
2007-10-10r22911: Pass a messaging_context to message_send_allVolker Lendecke1-3/+6
2007-10-10r22895: Convert some more calls from message_send_buf to messaging_send_bufVolker Lendecke1-1/+6
2007-10-10r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke1-2/+2
2007-10-10r22761: This introduces lib/conn_tdb.c with two main functions: connections_t...Volker Lendecke1-13/+8
2007-10-10r22751: Next step for the cluster merge: sessionid.tdb should contain a 'structVolker Lendecke1-4/+4
2007-10-10r22561: Fix a memleak in lanman.c: Nobody would free the session_list.Volker Lendecke1-10/+3
2007-10-10r22542: Move over to using the _strict varients of the tallocJeremy Allison1-18/+18
2007-10-10r21265: Fix some valgrind errors -- not in 3_0Volker Lendecke1-6/+28
2007-10-10r21191: Add in the POSIX open/mkdir/unlink calls.Jeremy Allison1-0/+2
2007-10-10r21115: notify_internal.c needs to remove the table entry if a process has cr...Volker Lendecke1-1/+1
2007-10-10r20876: Fix bug 4346 -- Thanks to YAMASAKI HiroyukiVolker Lendecke1-1/+1
2007-10-10r20875: Pass DCE/RPC server call arguments as a struct rather than as separat...Jelmer Vernooij1-234/+226
2007-10-10r20844: Somewhat radical change - this may break the build (I willJeremy Allison1-2/+4
2007-10-10r20718: Sync up the filename path parsing changes from SAMBA_3_0_24.Jeremy Allison1-6/+4
2007-10-10r20020: Arglll... eventlogadm links against reg_db but not the rest of the re...Volker Lendecke1-1/+9
2007-10-10r20019: Replace one set of tricky code by calls to another set of tricky code:Volker Lendecke1-9/+1