index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
rpc_parse
/
parse_srv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove tiny code duplication
Volker Lendecke
2007-12-29
1
-2
/
+3
*
Use the %*s feature of snprintf to remove anothe static fstring.
Jeremy Allison
2007-12-17
1
-6
/
+6
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-71
/
+71
*
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
samba-misc-tags/initial-v3-2-test
Gerald (Jerry) Carter
2007-10-10
1
-0
/
+3503
*
r18802: Use the pidl-generated code for the srvsvc interface, both client and...
Jelmer Vernooij
2007-10-10
1
-3557
/
+0
*
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
2007-10-10
1
-316
/
+208
*
r6004: Let's make server manager able to kill a user session.
Simo Sorce
2007-10-10
1
-0
/
+73
*
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
2007-10-10
1
-18
/
+16
*
r1692: first commit :)
Günther Deschner
2007-10-10
1
-13
/
+32
*
Fix for #480. Change the interface for init_unistr2 to not take a length
Jeremy Allison
2003-09-25
1
-45
/
+29
*
Adding jcmd's share ACL on XP patch. Thanks Jim !
Jeremy Allison
2003-07-01
1
-1
/
+2
*
Merge from HEAD:
Andrew Bartlett
2003-03-17
1
-10
/
+10
*
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
2003-01-03
1
-106
/
+106
*
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
2002-11-12
1
-6
/
+6
*
sync'ing up for 3.0alpha20 release
Gerald Carter
2002-09-25
1
-4
/
+2
*
sync 3.0 branch with head
Jelmer Vernooij
2002-08-17
1
-67
/
+636
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-79
/
+193
*
Added Shirish's client side caching policy change.
Jeremy Allison
2002-04-10
1
-0
/
+114
*
Stomped on some header file version numbers that have crept back in.
Tim Potter
2002-03-22
1
-2
/
+1
*
Remove studly gaps from prs_werror() calls so the same debug text is
Tim Potter
2002-03-14
1
-10
/
+10
*
Fix the NTSTATUS -> WERROR for srvsvc pipe.
Jeremy Allison
2002-03-05
1
-36
/
+38
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
1
-3
/
+0
*
the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...
Andrew Tridgell
2001-09-04
1
-16
/
+16
*
converted another bunch of stuff to NTSTATUS
Andrew Tridgell
2001-08-27
1
-2
/
+2
*
Missing prs_align() was causing Win9x nexus tools to fail. security_info_sent
Jeremy Allison
2001-07-02
1
-0
/
+3
*
Cosmetic fixups found while playing with the server manager. Added support
Tim Potter
2001-06-25
1
-1
/
+72
*
Modified version of Jim's 0x27 and 0x28 Win9x Secdesc patch.
Jeremy Allison
2001-06-16
1
-0
/
+75
*
Jim McDonough's parse patches for Win9x get SD calls.
Jeremy Allison
2001-06-15
1
-0
/
+87
*
Added code from "Nigel Williams" <nigel@veritas.com> (yes, the same famous
Jeremy Allison
2001-05-01
1
-19
/
+205
*
Set SD's for share. Added level 1501. Map GENERIC file bits to specific bits.
Jeremy Allison
2001-04-09
1
-11
/
+38
*
Implemented stub function for NET_SHARE_DELETE. Now to implement the real
Jeremy Allison
2001-04-06
1
-0
/
+47
*
Added stub function for NET_SHARE_ADD. Once this is implemented to call a hook
Jeremy Allison
2001-04-06
1
-0
/
+58
*
I know we're supposed to be feature frozen, but I couldn't resist this... :-).
Jeremy Allison
2001-04-04
1
-4
/
+243
*
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
2001-03-11
1
-22
/
+43
*
As prs_alloc_mem now zeros memory, remove superfluous memsets after it.
Jeremy Allison
2001-02-27
1
-5
/
+0
*
Split srvsvc pipe into interface and implementation modules.
Jeremy Allison
2001-02-26
1
-13
/
+40
*
Cast prs_alloc_mem to correct type.
Jeremy Allison
2000-12-18
1
-2
/
+2
*
Added lock backouts on fail.
Jeremy Allison
2000-12-15
1
-39
/
+2
*
alignment issues.
Jean-François Micouleau
2000-11-29
1
-2
/
+12
*
Added info level 1005 to netsharegetinfo (is the share a DFS root)
Shirish Kalele
2000-04-28
1
-1
/
+26
*
acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.
Jeremy Allison
2000-03-22
1
-25
/
+0
*
added the following message to all dce/rpc client/server code, except
Luke Leighton
2000-03-22
1
-0
/
+25
*
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1999-12-13
1
-1135
/
+1099
*
delineation between smb and msrpc more marked. smbd now constructs
Luke Leighton
1999-12-12
1
-15
/
+0
*
created msrpc_srv_enum_tprt() function by massaging cmd_srv_enum_tprt().
Luke Leighton
1999-11-03
1
-5
/
+6
*
dynamic mem allocation in net_srv_transport_enum() parsing.
Luke Leighton
1999-11-03
1
-4
/
+60
*
NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added.
Luke Leighton
1999-10-30
1
-11
/
+267
*
- typecast malloc / Realloc issues.
Luke Leighton
1999-10-25
1
-24
/
+25
*
oops! srvinfo 2 command caught bug where strings in containers assumed
Luke Leighton
1999-10-15
1
-8
/
+15
[next]