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_parse
/
parse_srv.c
Age
Commit message (
Expand
)
Author
Files
Lines
2003-03-15
Fix signed/unsigned issues - mostly 'i' counters.
Andrew Bartlett
1
-10
/
+10
2003-01-17
reverted this patch till I sort out the craziness with UNIHDR
Andrew Tridgell
1
-27
/
+27
2003-01-17
This removes the 3rd argument from init_unistr2(). There were 240
Andrew Tridgell
1
-27
/
+27
2003-01-02
BIG patch...
Andrew Bartlett
1
-106
/
+106
2002-11-12
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
1
-6
/
+6
2002-09-05
A netshareenum reply always contains an enum_hnd. win2k returns zero
Tim Potter
1
-4
/
+2
2002-07-27
A very long time ago (actually 6 months ago) I promised to commit this code
Andrew Bartlett
1
-66
/
+634
2002-07-20
Try to fix up warnings - particularly on the IRIX 64 bit compiler (which had a
Andrew Bartlett
1
-1
/
+2
2002-06-18
more debug classess activated
Simo Sorce
1
-0
/
+3
2002-06-03
Add user name to netsessenum RPC to stop 1783 messages. Also fix where usern...
Jim McDonough
1
-5
/
+13
2002-06-01
Add rpc for file close, expand file enum to take username
Jim McDonough
1
-4
/
+67
2002-05-31
Add fns for netshareadd and netsharedel rpcs
Jim McDonough
1
-4
/
+46
2002-05-31
Update netfileenum on both client and server sides to do an arbitrary number
Jim McDonough
1
-65
/
+43
2002-05-31
netfileenum was missing the username filter.
Jim McDonough
1
-1
/
+8
2002-05-29
Added netremotetod to try and figure out which srvsvc commands are denied
Tim Potter
1
-0
/
+11
2002-05-28
When marshalling a netshareenum request the share ctr has to be initialised
Tim Potter
1
-1
/
+3
2002-04-10
Added Shirish's client side caching policy change.
Jeremy Allison
1
-0
/
+114
2002-03-22
Stomped on some header file version numbers that have crept back in.
Tim Potter
1
-2
/
+1
2002-03-14
Remove studly gaps from prs_werror() calls so the same debug text is
Tim Potter
1
-10
/
+10
2002-03-05
Fix the NTSTATUS -> WERROR for srvsvc pipe.
Jeremy Allison
1
-36
/
+38
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
-3
/
+0
2001-09-04
the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...
Andrew Tridgell
1
-16
/
+16
2001-08-27
converted another bunch of stuff to NTSTATUS
Andrew Tridgell
1
-2
/
+2
2001-07-02
Missing prs_align() was causing Win9x nexus tools to fail. security_info_sent
Jeremy Allison
1
-0
/
+3
2001-06-25
Cosmetic fixups found while playing with the server manager. Added support
Tim Potter
1
-1
/
+72
2001-06-16
Modified version of Jim's 0x27 and 0x28 Win9x Secdesc patch.
Jeremy Allison
1
-0
/
+75
2001-06-15
Jim McDonough's parse patches for Win9x get SD calls.
Jeremy Allison
1
-0
/
+87
2001-05-01
Added code from "Nigel Williams" <nigel@veritas.com> (yes, the same famous
Jeremy Allison
1
-19
/
+205
2001-04-09
Set SD's for share. Added level 1501. Map GENERIC file bits to specific bits.
Jeremy Allison
1
-11
/
+38
2001-04-06
Implemented stub function for NET_SHARE_DELETE. Now to implement the real
Jeremy Allison
1
-0
/
+47
2001-04-06
Added stub function for NET_SHARE_ADD. Once this is implemented to call a hook
Jeremy Allison
1
-0
/
+58
2001-04-04
I know we're supposed to be feature frozen, but I couldn't resist this... :-).
Jeremy Allison
1
-4
/
+243
2001-03-11
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
1
-22
/
+43
2001-02-27
As prs_alloc_mem now zeros memory, remove superfluous memsets after it.
Jeremy Allison
1
-5
/
+0
2001-02-26
Split srvsvc pipe into interface and implementation modules.
Jeremy Allison
1
-13
/
+40
2000-12-18
Cast prs_alloc_mem to correct type.
Jeremy Allison
1
-2
/
+2
2000-12-15
Added lock backouts on fail.
Jeremy Allison
1
-39
/
+2
2000-11-29
alignment issues.
Jean-François Micouleau
1
-2
/
+12
2000-04-28
Added info level 1005 to netsharegetinfo (is the share a DFS root)
Shirish Kalele
1
-1
/
+26
2000-03-22
acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.
Jeremy Allison
1
-25
/
+0
2000-03-22
added the following message to all dce/rpc client/server code, except
Luke Leighton
1
-0
/
+25
1999-12-13
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1
-1135
/
+1099
1999-12-12
delineation between smb and msrpc more marked. smbd now constructs
Luke Leighton
1
-15
/
+0
1999-11-03
created msrpc_srv_enum_tprt() function by massaging cmd_srv_enum_tprt().
Luke Leighton
1
-5
/
+6
1999-11-03
dynamic mem allocation in net_srv_transport_enum() parsing.
Luke Leighton
1
-4
/
+60
1999-10-30
NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added.
Luke Leighton
1
-11
/
+267
1999-10-25
- typecast malloc / Realloc issues.
Luke Leighton
1
-24
/
+25
1999-10-15
oops! srvinfo 2 command caught bug where strings in containers assumed
Luke Leighton
1
-8
/
+15
1999-10-15
return results on prs_xxxxx() and all xxx_io_xxx() routines.
Luke Leighton
1
-129
/
+255
[next]