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
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
2000-07-25
A rather big change set ! (listed in no particular order)
Jean-François Micouleau
1
-57
/
+0
2000-07-18
rpc_parse/parse_prs.c: Removed extraneous ()'s.
Jeremy Allison
1
-2
/
+2
2000-07-14
removed prs_data(), prs_free_data(), and prs_realloc_data()
Gerald Carter
1
-93
/
+0
2000-07-11
#ifndef RPCCLIENT_TEST
Gerald Carter
1
-35
/
+16
2000-07-10
included a a new prs_unistr(). Is currently #if'd out (denoted
Gerald Carter
1
-0
/
+92
2000-07-07
More rpcclient merge issues:
Gerald Carter
1
-1
/
+113
2000-06-26
Changing drivers using the properties page works - but only if getting/setting
Jeremy Allison
1
-3
/
+0
2000-06-08
Moved tdb functions that access parse structs into parse_prs.c
Jeremy Allison
1
-0
/
+28
2000-06-07
Fixing get/set of security descriptors.
Jeremy Allison
1
-0
/
+3
2000-06-05
Some tidyup fixes (memory leaks etc.). Still no progress with the
Jeremy Allison
1
-3
/
+3
2000-06-02
More memory leak and PANIC action fixes.
Jeremy Allison
1
-0
/
+3
2000-05-26
Fixed memory leak in RPC parsing code.
Shirish Kalele
1
-1
/
+3
2000-05-17
Fixed bug I introduced last night (sorry). Now truncate incoming prs_struct
Jeremy Allison
1
-3
/
+26
2000-05-17
Fixed bug where mallocd size of prs_struct could be larger than
Jeremy Allison
1
-3
/
+7
2000-05-15
update grow_size in prs_grow
Andrew Tridgell
1
-1
/
+3
2000-05-15
make prs_dump() store up to 100 variants of each msg type
Andrew Tridgell
1
-4
/
+11
2000-05-12
added spool_io_printer_driver_info_level_6()
Andrew Tridgell
1
-1
/
+19
2000-03-06
changed prs_unistr to parse empty and non-empty strings the same way.
Jean-François Micouleau
1
-9
/
+20
2000-02-15
fix the reply of rpc_alter_context
Jean-François Micouleau
1
-12
/
+7
2000-02-07
spoolss definitions.
Jean-François Micouleau
1
-0
/
+50
2000-01-03
simple mods to add msrpc pipe redirection. default behaviour: fall back
Luke Leighton
1
-0
/
+24
1999-12-13
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1
-370
/
+417
1999-12-12
delineation between smb and msrpc more marked. smbd now constructs
Luke Leighton
1
-12
/
+80
1999-12-08
ABOUT TIME!!!!!!!!
Luke Leighton
1
-1
/
+7
1999-12-06
the first independent msrpc daemon - lsarpcd.
Luke Leighton
1
-0
/
+10
1999-10-25
- typecast malloc / Realloc issues.
Luke Leighton
1
-2
/
+2
1999-10-15
added prs_struct "error" member, set and checked when prs_struct
Luke Leighton
1
-9
/
+6
[next]