index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
rpc_server
/
srv_srvsvc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-03-19
Fix the build (by calling NDR_SRVSVC_NETFILEENUM).
Günther Deschner
1
-19
/
+1
2008-03-11
Use pidl for _srvsvc_NetDiskEnum.
Günther Deschner
1
-23
/
+2
2008-03-10
Use pidl for _srvsvc_NetSessDel().
Günther Deschner
1
-20
/
+1
2008-03-08
Use pidl for _srvsvc_NetGetFileSecurity.
Günther Deschner
1
-22
/
+1
2008-03-08
Use pidl for _srvsvc_NetSetFileSecurity.
Günther Deschner
1
-22
/
+1
2008-03-08
Use pidl for _srvsvc_NetShareAdd.
Günther Deschner
1
-22
/
+1
2008-03-07
Use pidl for _srvsvc_NetNameValidate.
Günther Deschner
1
-23
/
+2
2008-03-07
Use pidl for _srvsvc_NetShareDel and _srvsvc_NetShareDelSticky.
Günther Deschner
1
-44
/
+2
2008-03-07
Use pidl for _srvsvc_NetShareGetInfo, _srvsvc_NetShareEnum and srvsvc_NetShar...
Günther Deschner
1
-66
/
+3
2008-03-05
Use pidl for _srvsvc_NetRemoteTOD().
Günther Deschner
1
-19
/
+1
2008-03-05
Use pidl for _srvsvc_NetShareSetInfo().
Günther Deschner
1
-22
/
+1
2008-03-05
Use pidl for _srvsvc_NetSrvSetInfo().
Günther Deschner
1
-19
/
+1
2008-03-05
Use pidl for _srvsvc_NetSrvGetInfo().
Günther Deschner
1
-19
/
+1
2008-03-04
Fix proxy_srvsvc_call().
Günther Deschner
1
-2
/
+2
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-20
/
+20
2007-10-10
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
1
-0
/
+616
2007-10-10
r18802: Use the pidl-generated code for the srvsvc interface, both client and...
Jelmer Vernooij
1
-621
/
+0
2007-10-10
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
1
-1
/
+32
2007-10-10
r6004: Let's make server manager able to kill a user session.
Simo Sorce
1
-0
/
+29
2003-08-14
Attempt at fixing bug #283. There however is no solution.
Gerald Carter
1
-4
/
+12
2003-08-01
Update my copyrights according to my agreement with IBM
Jim McDonough
1
-1
/
+1
2003-08-01
Fix copyright statements for various pieces of Anthony Liguori's work.
Jim McDonough
1
-1
/
+1
2003-04-28
Use NTSTATUS as return value for smb_register_*() functions and init_module()
Jelmer Vernooij
1
-2
/
+2
2003-04-15
use the new modules system for the rpc modules (backport from HEAD)
Jelmer Vernooij
1
-4
/
+0
2003-02-14
merge from HEAD - enable dynamic RPC modules
Jim McDonough
1
-29
/
+30
2002-08-17
Sync 3.0 branch with HEAD
Jelmer Vernooij
1
-0
/
+31
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-18
/
+21
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2001-10-02
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
1
-2
/
+0
2001-06-25
Cosmetic fixups found while playing with the server manager. Added support
Tim Potter
1
-0
/
+28
2001-06-16
Modified version of Jim's 0x27 and 0x28 Win9x Secdesc patch.
Jeremy Allison
1
-0
/
+62
2001-05-01
Added code from "Nigel Williams" <nigel@veritas.com> (yes, the same famous
Jeremy Allison
1
-0
/
+62
2001-04-06
Implemented stub function for NET_SHARE_DELETE. Now to implement the real
Jeremy Allison
1
-1
/
+32
2001-04-06
Added stub function for NET_SHARE_ADD. Once this is implemented to call a hook
Jeremy Allison
1
-0
/
+31
2001-04-06
We can now use server manager to look at Samba shares. NT still expects a ":"
Jeremy Allison
1
-0
/
+31
2001-04-04
I know we're supposed to be feature frozen, but I couldn't resist this... :-).
Jeremy Allison
1
-0
/
+31
2001-03-11
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
1
-3
/
+0
2001-02-26
Split srvsvc pipe into interface and implementation modules.
Jeremy Allison
1
-978
/
+95
2000-12-15
Added lock backouts on fail.
Jeremy Allison
1
-18
/
+13
2000-08-01
Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...
Jeremy Allison
1
-10
/
+10
2000-06-16
Simplified server pipe implementation by changing arguments passed down
Tim Potter
1
-16
/
+23
2000-05-26
Changed MS_DFS to WITH_MSDFS throughout.
Shirish Kalele
1
-1
/
+1
2000-05-16
The new msdfs implementation that uses symlinks to point to other
Shirish Kalele
1
-1
/
+1
2000-05-10
more merging voodoo
Andrew Tridgell
1
-0
/
+3
2000-04-28
Added info level 1005 to netsharegetinfo (is the share a DFS root)
Shirish Kalele
1
-0
/
+17
2000-04-25
moved trans2.h and nterr.h into includes.h with all our other includes
Andrew Tridgell
1
-1
/
+0
2000-04-04
Removed unused parameter vuid from rpc_server api_* calls. For the very few
Tim Potter
1
-9
/
+7
2000-03-22
acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.
Jeremy Allison
1
-24
/
+0
2000-03-22
added the following message to all dce/rpc client/server code, except
Luke Leighton
1
-0
/
+24
1999-12-13
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1
-329
/
+311
[next]