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
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23342: Stop Coverity from getting confused.
Jeremy Allison
1
-0
/
+3
2007-10-10
r23080: Fix bug #4637 - we hads missed some cases where
Jeremy Allison
1
-15
/
+33
2007-10-10
r22852: merge fixes for CVE-2007-2446 and CVE-2007-2447 to all branches
Gerald Carter
1
-1
/
+1
2007-10-10
r22564: Move the _strict -> _zeronull functions into lib/util.c
Jeremy Allison
1
-1
/
+1
2007-10-10
r22542: Move over to using the _strict varients of the talloc
Jeremy Allison
1
-3
/
+3
2007-10-10
r22163: Pure reformatting. I hate 4 space tabstops :-).
Jeremy Allison
1
-15
/
+15
2007-10-10
r22009: change TDB_DATA from char * to unsigned char *
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r22001: change prototype of dump_data(), so that it takes unsigned char * now,
Stefan Metzmacher
1
-8
/
+8
2007-10-10
r21987: split tdb_prs_*() functions in version which take a keystr and a TDB_...
Stefan Metzmacher
1
-8
/
+16
2007-10-10
r19288: tdb_prs_store is right now used to store printer and share security
Volker Lendecke
1
-1
/
+1
2007-10-10
r18393: get the data size and not offset when initializing a data blob from a...
Gerald Carter
1
-1
/
+4
2007-10-10
r18029: More C++ stuff
Volker Lendecke
1
-1
/
+1
2007-10-10
r17316: More C++ warnings -- 456 left
Volker Lendecke
1
-6
/
+7
2007-10-10
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
1
-1
/
+31
2007-10-10
r16365: Fix Klocwork #895, #898, #899, #915, #932, #938 and a
Jeremy Allison
1
-1
/
+2
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
[next]