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_lsa.c
Age
Commit message (
Expand
)
Author
Files
Lines
2001-11-29
Changed again how the privilege list is handled in the group mapping code.
Jean-François Micouleau
1
-0
/
+152
2001-11-25
Fix ./configure --enable-developer warnings (shadow of global)
Andrew Bartlett
1
-2
/
+2
2001-11-24
added lsaenumprivsaccount and lsalookupprivvalue to rpcclient
Jean-François Micouleau
1
-1
/
+76
2001-11-23
Changed how the privileges are stored in the group mapping code. It's now
Jean-François Micouleau
1
-0
/
+9
2001-11-22
added lsa_enum_sids to rpcclient
Jean-François Micouleau
1
-0
/
+8
2001-11-22
add another command to rpcclient: getdispname. Show the full description
Jean-François Micouleau
1
-0
/
+15
2001-11-22
add a command to rpcclient: enumprivs
Jean-François Micouleau
1
-0
/
+21
2001-10-02
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
1
-7
/
+0
2001-09-04
the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...
Andrew Tridgell
1
-17
/
+17
2001-08-27
converted another bunch of stuff to NTSTATUS
Andrew Tridgell
1
-1
/
+1
2001-08-24
Fixed malloc -> talloc problems pointed out by Simo.
Jeremy Allison
1
-7
/
+7
2001-07-09
implement:
Jean-François Micouleau
1
-0
/
+476
2001-06-29
Added LsaGetConnectedCredentials patch from Manoj Naik <manoj@almaden.ibm.com>.
Jeremy Allison
1
-0
/
+70
2001-06-22
Removed unused (and potentially crash-causing) free function.
Jeremy Allison
1
-14
/
+0
2001-05-08
Fixed typo in comment.
Tim Potter
1
-1
/
+1
2001-03-11
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
1
-9
/
+8
2001-02-27
Added total memory allocated counter to talloc, so we can tell if a talloc
Jeremy Allison
1
-5
/
+5
2001-02-26
Started conversion of lsa server code to canonical format (as srv_reg and
Jeremy Allison
1
-0
/
+39
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
1
-2
/
+134
2001-01-15
Changes from APPLIANCE_HEAD:
David O'Neill
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. Merged routines for parsing enum_trust_dom rpc call.
Tim Potter
1
-136
/
+111
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
Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. Merged
Jeremy Allison
1
-13
/
+30
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-08
Port of lsa_lookup_sids() and lsa_lookup_names() rpc client functions from
Tim Potter
1
-33
/
+31
2000-10-13
last part of W2K support.
Jean-François Micouleau
1
-4
/
+4
2000-09-20
Some code moved back from TNG - updates to LSA stuff. Not yet used but
Jeremy Allison
1
-8
/
+80
2000-04-25
moved trans2.h and nterr.h into includes.h with all our other includes
Andrew Tridgell
1
-1
/
+0
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
1999-12-13
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1
-591
/
+456
1999-11-23
shuffling msrpc code around so that it can be used independently of rpcclient
Luke Leighton
1
-2
/
+2
1999-11-19
nt5rc2 falling over because the LsaQueryInfoPolicy() response _must_
Luke Leighton
1
-0
/
+1
1999-11-01
added lsaenumdomains command.
Luke Leighton
1
-12
/
+42
1999-10-30
NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added.
Luke Leighton
1
-2
/
+2
1999-10-25
- typecast malloc / Realloc issues.
Luke Leighton
1
-9
/
+9
1999-10-21
turning some of the rpcclient functions dynamic. this is likely to
Luke Leighton
1
-1
/
+1
1999-10-15
return results on prs_xxxxx() and all xxx_io_xxx() routines.
Luke Leighton
1
-81
/
+161
1999-09-12
- initialising mach_passwd_file locks to zero (prev. uninit.)
Luke Leighton
1
-1
/
+1
1999-03-24
matt, you had removed a "pointer" from DOM_R_REF structure which made it
Luke Leighton
1
-1
/
+5
1999-03-24
removed 2 unnecessary args from make_uni_hdr.
Luke Leighton
1
-4
/
+4
1999-03-24
Fixed LSA Lookup Names. There were a few too many NULL pointers in a
Matthew Chapman
1
-7
/
+20
1999-03-19
value->enc_secret not value->secret
Luke Leighton
1
-6
/
+4
1999-03-18
Adding LSA_OPENSECRET (-> LsarOpenSecret) and LSA_QUERYSECRET
Matthew Chapman
1
-0
/
+165
1999-02-09
removal of the use of unistrn2 function: replace it with unistr2_to_str
Luke Leighton
1
-2
/
+3
1998-12-20
fix for potential lsass.exe crashing due to negative response from
Luke Leighton
1
-23
/
+27
1998-12-07
- lib/unix_sec_ctxt.c
Luke Leighton
1
-2
/
+2
[next]