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_misc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2001-03-07
Sync up handle creation with 2.2 branch. We can now join AS/U domains and
Jeremy Allison
1
-1
/
+12
2001-02-27
Added total memory allocated counter to talloc, so we can tell if a talloc
Jeremy Allison
1
-39
/
+64
2001-01-25
Fixed "object picker can't determine if object in domain" bug seen from W2K
Jeremy Allison
1
-60
/
+0
2000-12-15
lib/util_unistr.c:
Jean-François Micouleau
1
-10
/
+7
2000-12-15
Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. Merged
Jeremy Allison
1
-4
/
+4
2000-12-08
Port of lsa_lookup_sids() and lsa_lookup_names() rpc client functions from
Tim Potter
1
-4
/
+4
2000-11-10
printing/nt_printing.c: use getpwuid not smbgetpwuid. Canonicalize printernames.
Jeremy Allison
1
-0
/
+2
2000-10-04
Adding Herb's compile warning fixes to HEAD.
Jeremy Allison
1
-1
/
+1
2000-08-17
added comment for my own memory purposes
Gerald Carter
1
-0
/
+1
2000-08-16
- fixed memcpy bug in copy_unistr2()
Gerald Carter
1
-7
/
+21
2000-08-11
Fixed the problem with UNISTR marshalling in a buffer5 struct.
Jeremy Allison
1
-7
/
+4
2000-08-09
More work on AddPrinterDriver() and AddPrinterEx() client RPC's
Gerald Carter
1
-3
/
+14
2000-08-08
cleanup in init_unistr2_from_unistr()
Gerald Carter
1
-27
/
+19
2000-08-05
it is not my day it seems. :-(
Gerald Carter
1
-1
/
+1
2000-08-05
removed the for() loop to copy the buffer in init_unistr2_from_unistr()
Gerald Carter
1
-3
/
+2
2000-08-05
Fixed bug in init_unistr2_from_unistr() found by Elrond.
Gerald Carter
1
-1
/
+1
2000-08-04
After talking with Jeremy and JF (and staring at packet traces between
Gerald Carter
1
-2
/
+52
2000-07-28
Fixed read overrun in init_string2()
Tim Potter
1
-2
/
+4
2000-07-27
Ok - this is a *BIG* change - but it fixes the problems with static strings
Jeremy Allison
1
-69
/
+121
2000-06-01
More insure found memory leak and corruption fixes.
Jeremy Allison
1
-0
/
+9
2000-06-01
Back to building. Now to test with insure.
Jeremy Allison
1
-1
/
+1
2000-06-01
Getting back to a compilable state (not there yet but close).
Jeremy Allison
1
-3
/
+3
2000-05-28
init_unistr takes a const 2nd arg
Andrew Tridgell
1
-1
/
+1
2000-05-12
added spool_io_printer_driver_info_level_6()
Andrew Tridgell
1
-0
/
+12
2000-03-29
rewrote getprinterdriver level 3, now correctly handle the dependent
Jean-François Micouleau
1
-1
/
+1
2000-03-22
acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.
Jeremy Allison
1
-26
/
+0
2000-03-22
added the following message to all dce/rpc client/server code, except
Luke Leighton
1
-0
/
+26
2000-02-07
spoolss definitions.
Jean-François Micouleau
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
-673
/
+674
1999-12-01
damn, that took a while. nt login password was being stored incorrectly
Luke Leighton
1
-4
/
+6
1999-11-23
attempted a svcset command. password is encrypted / messed up, therefore
Luke Leighton
1
-8
/
+29
1999-11-16
attempting to get nt5 wksta to join domain.
Luke Leighton
1
-0
/
+30
1999-11-08
const feeding frenzy
Luke Leighton
1
-1
/
+1
1999-11-03
created msrpc_srv_enum_tprt() function by massaging cmd_srv_enum_tprt().
Luke Leighton
1
-1
/
+1
1999-11-03
had to move unistr2_dup(), unistr2_free() and unistr2_copy() into
Luke Leighton
1
-34
/
+0
1999-11-03
three types of array-creation / array-deletion functions:
Luke Leighton
1
-1
/
+19
1999-10-30
NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added.
Luke Leighton
1
-0
/
+16
1999-10-25
- typecast malloc / Realloc issues.
Luke Leighton
1
-3
/
+4
1999-10-15
return results on prs_xxxxx() and all xxx_io_xxx() routines.
Luke Leighton
1
-104
/
+236
1999-09-14
wow!!!! this one's been here for two years!!!! alignment issues
Luke Leighton
1
-0
/
+2
1999-08-03
reverted jeremy's c++-like security descriptor modifications as the
Luke Leighton
1
-5
/
+3
1999-04-27
rpc_parse/parse_misc.c : defined a new BUFFER5 struct
Jean-François Micouleau
1
-0
/
+65
1999-04-11
Incorrect length (number of unicode characters rather than buffer size)
Matthew Chapman
1
-1
/
+1
1999-04-08
Mainly BDC-related changes.
Matthew Chapman
1
-33
/
+66
1999-03-25
SAM database "set user info".
Luke Leighton
1
-10
/
+0
1999-03-24
removed 2 unnecessary args from make_uni_hdr.
Luke Leighton
1
-5
/
+5
1999-03-23
Another UNICODE issue - this time BUFFER2 was being transmitted incorrectly.
Matthew Chapman
1
-7
/
+5
1999-03-18
Adding LSA_OPENSECRET (-> LsarOpenSecret) and LSA_QUERYSECRET
Matthew Chapman
1
-0
/
+31
1999-03-12
new "domtrust" test command. r&d into inter-domain trust accounts.
Luke Leighton
1
-2
/
+3
1999-02-23
added jeremy's new c++-like code for parsing of security descriptors.
Luke Leighton
1
-4
/
+5
[next]