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_prs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r14643: Merge dcerpc_errstr from Samba 4.
Günther Deschner
1
-0
/
+31
2007-10-10
r14146: Just some typos.
Günther Deschner
1
-2
/
+2
2007-10-10
r13915: Fixed a very interesting class of realloc() bugs found by Coverity.
Jeremy Allison
1
-19
/
+20
2007-10-10
r13585: Sorry Gunther, had to revert this. It's got a buffer
Jeremy Allison
1
-43
/
+0
2007-10-10
r13581: Correctly parse a non-null terminated, little-endian UCS2 string in the
Günther Deschner
1
-0
/
+43
2007-10-10
r13316: Let the carnage begin....
Gerald Carter
1
-0
/
+29
2007-10-10
r12043: It's amazing the warnings you find when compiling on a 64-bit
Jeremy Allison
1
-0
/
+29
2007-10-10
r11446: Remove unused fn. Remove unneeded strncpy use.
Jeremy Allison
1
-26
/
+0
2007-10-10
r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4
Jeremy Allison
1
-1
/
+1
2007-10-10
r10720: Add helper function that does prs alignment on a specified number of ...
Jelmer Vernooij
1
-0
/
+18
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
1
-66
/
+80
2007-10-10
r9935: Make it easier to find overruns.
Jeremy Allison
1
-2
/
+4
2007-10-10
r7415: * big change -- volker's new async winbindd from trunk
Gerald Carter
1
-0
/
+26
2007-10-10
r6595: This is Volkers new-talloc patch. Just got the go-ahead from
Jeremy Allison
1
-5
/
+1
2007-10-10
r6014: rather large change set....
Gerald Carter
1
-39
/
+42
2007-10-10
r5805: merging spoolss parsing changes from trunk and cleaning up resulting s...
Gerald Carter
1
-0
/
+28
2007-10-10
r4601: Removed any use of the MAX_XXX_STR style definitions. A little larger
Jeremy Allison
1
-24
/
+33
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-15
/
+22
2007-10-10
r1492: Rework our random number generation system.
Andrew Bartlett
1
-1
/
+1
2007-10-10
r1202: This hopefully fixes our memory use when unmarshalling strings. The te...
Volker Lendecke
1
-1
/
+4
2004-01-14
source/rpc_parse/parse_prs.c ZERO_STRUCTP(ps) not needed as it is done
Herb Lewis
1
-1
/
+0
2004-01-09
fix some warnings from the Sun compiler
Gerald Carter
1
-4
/
+4
2003-11-03
Fix some uninitialised variable warnings.
Tim Potter
1
-2
/
+2
2003-10-01
commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev...
Gerald Carter
1
-60
/
+87
2003-08-15
get rid of more compiler warnings
Herb Lewis
1
-7
/
+7
2003-08-12
Fix comment
Andrew Bartlett
1
-1
/
+1
2003-07-25
More printf portability fixes. Got caught out by some gcc'isms last
Tim Potter
1
-2
/
+2
2003-07-24
More printf fixes - size_t is long on some architectures.
Tim Potter
1
-2
/
+2
2003-07-14
Jeremy requested that I get my NTLMSSP patch into CVS. He didn't request
Andrew Bartlett
1
-95
/
+175
2003-05-26
This fixes net rpc vampire when talking to win2k (<sp3). win2k sends
Tim Potter
1
-4
/
+4
2003-04-22
parse_string is only used for the authentication negotiators.
Volker Lendecke
1
-1
/
+7
2003-04-16
Fixes to make SCHANNEL work in 3.0 against a W2K DC. Still need to fix
Jeremy Allison
1
-8
/
+6
2003-04-09
Put the core schannel functions to parse_prs.c. They are also used by
Volker Lendecke
1
-0
/
+182
2003-03-17
Merge from HEAD:
Andrew Bartlett
1
-2
/
+2
2003-02-14
Ensure that only parse_prs.c access internal members of the prs_struct.
Jeremy Allison
1
-12
/
+54
2003-01-15
merging some rpcclient and net functionality from HEAD
Gerald Carter
1
-19
/
+0
2003-01-03
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
1
-22
/
+22
2002-11-23
Lots of fixes for error paths where tdb_fetch() data need freeing.
Jeremy Allison
1
-1
/
+2
2002-09-25
sync'ing up for 3.0alpha20 release
Gerald Carter
1
-1
/
+7
2002-08-17
sync 3.0 branch with head
Jelmer Vernooij
1
-3
/
+5
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-1
/
+36
2002-03-17
Added dos_errstr() function. Not all errors in list yet.
Tim Potter
1
-1
/
+1
2002-03-17
Renamed get_nt_error_msg() to nt_errstr().
Tim Potter
1
-1
/
+1
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2002-01-18
Added prs_mem_clear(). Clear memory on buffer reallocation. That way
Jeremy Allison
1
-3
/
+12
2002-01-18
Always clear malloced memory for parse structs.
Jeremy Allison
1
-0
/
+1
2002-01-02
Add prs_dump_before to dump everything from the start of the prs
Martin Pool
1
-4
/
+23
2001-11-21
samr_querydom_info level 1: found the meaning of the unknow fields. And
Jean-François Micouleau
1
-2
/
+2
2001-11-15
Doxygen demo for Tim.
Martin Pool
1
-3
/
+8
2001-10-02
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
1
-3
/
+0
[next]