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
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
2001-09-17
move to SAFE_FREE()
Simo Sorce
1
-3
/
+2
2001-09-14
Merge prs_hash1() function from tng.
Tim Potter
1
-0
/
+24
2001-09-04
the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...
Andrew Tridgell
1
-0
/
+61
2001-04-08
Got "medieval on our ass" about adding the -1 to slprintf.
Jeremy Allison
1
-2
/
+2
2001-03-31
configure configure.in include/config.h.in lib/replace.c: Added test and repl...
Jeremy Allison
1
-84
/
+218
2001-03-09
Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.
Jeremy Allison
1
-7
/
+7
2001-03-02
Merged JF's fixes into HEAD. These are for string parsing and SAMR fixes.
Jeremy Allison
1
-4
/
+4
2001-02-27
As prs_alloc_mem now zeros memory, remove superfluous memsets after it.
Jeremy Allison
1
-2
/
+0
2001-02-27
Separated dfs pipe into implementation and interface modules.
Jeremy Allison
1
-2
/
+7
2000-12-15
lib/util_unistr.c:
Jean-François Micouleau
1
-0
/
+41
2000-12-11
return NULL instead of return False in char *prs_mem_get();
Tim Potter
1
-1
/
+1
2000-10-13
last part of W2K support.
Jean-François Micouleau
1
-0
/
+12
2000-10-05
fixing prs_unistr2(). For the special case of an empty (but existing)
Jean-François Micouleau
1
-6
/
+8
2000-10-04
Adding Herb's compile warning fixes to HEAD.
Jeremy Allison
1
-1
/
+1
2000-08-30
Fixed overrun write error when using debuglevel > 50.
Jeremy Allison
1
-1
/
+1
2000-08-16
hack for unmarshalling unistr's on machines with BIG_ENDIAN arch
Gerald Carter
1
-2
/
+19
2000-08-12
fixes to prs_unistr UNMARSHALLING only. Problem was due to talloc's
Gerald Carter
1
-29
/
+37
2000-08-10
deal with allocation size of 0 in prs_unistr when UNMARSHALLING
Gerald Carter
1
-24
/
+30
2000-07-31
Added John Reilly's enumports/addprinter/delprinter scripting code plus the
Jeremy Allison
1
-1
/
+1
2000-07-27
Ok - this is a *BIG* change - but it fixes the problems with static strings
Jeremy Allison
1
-21
/
+80
[next]