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
Age
Commit message (
Expand
)
Author
Files
Lines
2001-02-13
Fixup missing tests on code imported from tng.
Jeremy Allison
1
-93
/
+105
2001-02-12
Merge of JohnR's changes to appliance-head, JF's changes to 2.2,
Jeremy Allison
1
-9
/
+12
2001-01-31
Fixed duplicate free_sec_acl() call in free_sec_desc() function.
Tim Potter
1
-1
/
+1
2001-01-29
Changes from SAMBA_2_2:
David O'Neill
1
-1
/
+1
2001-01-25
Fixed "object picker can't determine if object in domain" bug seen from W2K
Jeremy Allison
2
-62
/
+134
2001-01-17
Changes from APPLIANCE_HEAD:
David O'Neill
1
-6
/
+24
2001-01-15
Changes from APPLIANCE_HEAD:
David O'Neill
1
-1
/
+1
2001-01-12
Printer name unistr is null terminated in make_spoolss_q_open_printer_ex()
Tim Potter
1
-1
/
+1
2001-01-11
RPC server fixes for RPC client changes merged from TNG.
Tim Potter
1
-2
/
+42
2001-01-11
General clean up. Merge of access_mask fixes for some unknown fields from
Tim Potter
1
-27
/
+24
2001-01-11
General clean up. Merged routines for parsing enum_trust_dom rpc call.
Tim Potter
1
-136
/
+111
2001-01-11
Changes from APPLIANCE_HEAD:
David O'Neill
1
-1
/
+1
2000-12-18
Cast prs_alloc_mem to correct type.
Jeremy Allison
1
-2
/
+2
2000-12-18
Merged Tim's fixes from appliance-head.
Jeremy Allison
1
-8
/
+39
2000-12-15
Never free anything in the rpc_parse/prs_XXX functions. Do it in the enclosing
Jeremy Allison
1
-10
/
+0
2000-12-15
Added lock backouts on fail.
Jeremy Allison
1
-39
/
+2
2000-12-15
lib/util_unistr.c:
Jean-François Micouleau
3
-21
/
+62
2000-12-15
Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. Merged
Jeremy Allison
2
-17
/
+34
2000-12-14
Changes from APPLIANCE_HEAD:
David O'Neill
1
-1
/
+9
2000-12-13
Wrong length for unistr2 in init_q_lookup_names()
Tim Potter
1
-24
/
+33
2000-12-12
Merged in Tim's changes : Removed static limit of MAX_LOOKUP_SIDS in rpc serv...
Jeremy Allison
1
-41
/
+101
2000-12-11
return NULL instead of return False in char *prs_mem_get();
Tim Potter
1
-1
/
+1
2000-12-08
Port of lsa_lookup_sids() and lsa_lookup_names() rpc client functions from
Tim Potter
2
-37
/
+35
2000-12-04
no longer pass the type to make_sec_desc(), instead the type is
Andrew Tridgell
1
-6
/
+8
2000-11-29
alignment issues.
Jean-François Micouleau
2
-28
/
+35
2000-11-22
o fixed logon script problems (wrong len in reply to net_sam_logon for
Gerald Carter
1
-6
/
+6
2000-11-22
ADDPRINTERDRIVER info level 6 fix - this is dynamic depending
Jeremy Allison
1
-7
/
+9
2000-11-21
Fix for updating of print queues changed from a local box. Essentially,
Jeremy Allison
1
-1
/
+1
2000-11-17
Fix for memory leak when adding driver.
Jeremy Allison
1
-1
/
+1
2000-11-13
Large commit which restructures the local password storage API.
Gerald Carter
2
-107
/
+108
2000-11-10
rpc_parse/parse_spoolss.c: Updated comment for old version of W2K.
Jeremy Allison
1
-0
/
+3
2000-11-10
printing/nt_printing.c: use getpwuid not smbgetpwuid. Canonicalize printernames.
Jeremy Allison
2
-0
/
+13
2000-11-07
Merge of printer security descriptor, info level and printerdata
Tim Potter
1
-0
/
+157
2000-10-30
Only use prs_uint8s on marshalling as we know we're little endian. On
Jeremy Allison
1
-6
/
+18
2000-10-30
Fixed double btyte-swap problems with bigendian architectures.
Jeremy Allison
1
-1
/
+2
2000-10-18
Fixes for io_q_setprinter rpc parsing.
Tim Potter
1
-0
/
+10
2000-10-13
last part of W2K support.
Jean-François Micouleau
4
-38
/
+79
2000-10-11
changes to sync with 2.2. tree
Herb Lewis
1
-1
/
+0
2000-10-10
a netlogon enum trust query doesn't have a function_code at end.
Jean-François Micouleau
2
-9
/
+1
2000-10-07
added samr_set_user_info and info_2.
Jean-François Micouleau
1
-26
/
+680
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
4
-10
/
+10
2000-10-03
Fixes from Herb - compiler warnings.
Jeremy Allison
1
-12
/
+12
2000-09-28
fixed samr_create_user(). we now correctly parse the query and the reply.
Jean-François Micouleau
1
-5
/
+6
2000-09-27
samr unknown 0x32 is in fact samr create user.
Jean-François Micouleau
1
-3
/
+3
2000-09-25
printer notify code.
Jean-François Micouleau
1
-1
/
+118
2000-09-20
Some code moved back from TNG - updates to LSA stuff. Not yet used but
Jeremy Allison
1
-8
/
+80
2000-09-19
param/loadparm.c: Fix based on Damian's code to stop printer scripts getting ...
Jeremy Allison
1
-34
/
+19
2000-09-16
in a printer_info_6, driver version is 64 bits long and there is a 32 bit
Jean-François Micouleau
1
-2
/
+10
2000-09-15
Fixes from JF as I didn't understand the string array sizing code correctly.
Jeremy Allison
1
-17
/
+17
[next]