index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
rpc_parse
Commit message (
Expand
)
Author
Age
Files
Lines
*
Never second guess tridge.... (always talloc an internal pointer... ).
Jeremy Allison
2003-06-05
1
-6
/
+4
*
Fix for previous checkin. Only use talloc on unmarshalling or we'll
Jeremy Allison
2003-06-04
1
-3
/
+5
*
fixed the arbitrary 256 limit on the size of aliases in parse_samr
Andrew Tridgell
2003-06-04
1
-21
/
+23
*
Fix debug message merge.
Jeremy Allison
2003-06-03
1
-1
/
+1
*
Change get_nt_acl() to include security_info wanted. Only return this.
Jeremy Allison
2003-05-29
1
-42
/
+15
*
Metze's patches:
John Terpstra
2003-05-26
1
-35
/
+35
*
This fixes net rpc vampire when talking to win2k (<sp3). win2k sends
Tim Potter
2003-05-26
2
-7
/
+7
*
Fix an insufficient alloc when querying alias members.
Volker Lendecke
2003-05-24
1
-1
/
+1
*
Whitespace syncup.
Tim Potter
2003-04-28
1
-2
/
+1
*
This function is a duplicate.
Andrew Bartlett
2003-04-25
1
-18
/
+0
*
Merge the 'safe' parts of my StrnCpy patch - many of the users really wanted
Andrew Bartlett
2003-04-23
1
-1
/
+2
*
parse_string is only used for the authentication negotiators.
Volker Lendecke
2003-04-22
2
-11
/
+13
*
Survive a samdump with an alias that has no description
Volker Lendecke
2003-04-18
1
-3
/
+6
*
Fixes to make SCHANNEL work in 3.0 against a W2K DC. Still need to fix
Jeremy Allison
2003-04-16
2
-15
/
+13
*
Merge of rpcecho pipe for testing large dcerpc requests and responses.
Tim Potter
2003-04-14
1
-0
/
+10
*
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...
cvs2svn Import User
2003-04-13
1
-0
/
+166
|
\
|
*
A new RPC pipe! The \pipe\echo named pipe is for testing large RPC
Tim Potter
2003-04-11
2
-0
/
+176
|
*
This is the netlogon schannel client code. Try a
Volker Lendecke
2003-04-09
1
-4
/
+16
|
*
A little clarification in the rpc auth header struct.
Volker Lendecke
2003-04-09
1
-8
/
+7
|
*
Put the core schannel functions to parse_prs.c. They are also used by
Volker Lendecke
2003-04-09
1
-0
/
+182
|
*
This is a merge of the NETLOGON schannel server code from Samba
Volker Lendecke
2003-04-04
1
-0
/
+95
|
*
- Support building all auth modules as .so's
Jelmer Vernooij
2003-03-25
1
-35
/
+35
|
*
Fix signed/unsigned issues - mostly 'i' counters.
Andrew Bartlett
2003-03-15
6
-43
/
+43
|
*
fixed the unmarshalling of the queryaliasmem SAMR call
Andrew Tridgell
2003-03-13
1
-2
/
+6
|
*
Don't fault on error returns (ptr == 0) for this LSA query.
Andrew Bartlett
2003-03-09
1
-10
/
+13
|
*
Some progress towards gums and tdbsam2
Simo Sorce
2003-03-07
1
-18
/
+0
|
*
add #define for the max device name length in a DEVICEMODE
Gerald Carter
2003-03-06
1
-1
/
+1
|
*
* CR1868: only send a change notify message if we have something
Gerald Carter
2003-03-03
1
-1
/
+1
|
*
More const fixes and flow on fixes from yesterday's const-fest.
Tim Potter
2003-02-25
2
-12
/
+15
|
*
Progress on CR 601
Gerald Carter
2003-02-25
1
-1
/
+1
|
*
couple of merges from APP_HEAD
Gerald Carter
2003-02-21
1
-1
/
+1
|
*
init_dom_sid2s: Check return code from string_to_sid. Skip tokens
Martin Pool
2003-02-18
1
-8
/
+12
|
*
Ensure that only parse_prs.c access internal members of the prs_struct.
Jeremy Allison
2003-02-14
3
-30
/
+72
|
*
removed a duplicate copy of smb_io_sid_array()
Andrew Tridgell
2003-02-11
1
-46
/
+0
|
*
added server stubs for lsa_enum_acct_with_right
Andrew Tridgell
2003-02-11
2
-0
/
+86
|
*
added the 'lsaenumacctwithright' command to rpcclient. This allows you
Andrew Tridgell
2003-02-10
2
-2
/
+111
|
*
added the LSA privileges server backend stubs. Right now they just log
Andrew Tridgell
2003-02-06
1
-1
/
+30
|
*
Send the user's session key in the SAMLOGON reply, so that a member server can
Andrew Bartlett
2003-02-02
1
-2
/
+2
|
*
Pass down max_size parameter to init_samr_q_query_dispinfo() instead
Tim Potter
2003-01-29
1
-2
/
+2
|
*
added LsaRemoveAccountRights
Andrew Tridgell
2003-01-28
1
-0
/
+61
|
*
cleaned up the lsa_enum_acct_rights function and added a
Andrew Tridgell
2003-01-28
2
-12
/
+103
|
*
reverted this patch till I sort out the craziness with UNIHDR
Andrew Tridgell
2003-01-17
8
-185
/
+194
|
*
This removes the 3rd argument from init_unistr2(). There were 240
Andrew Tridgell
2003-01-17
8
-194
/
+185
|
*
added cli_lsa_enum_account_rights() call. Note that this is in
Andrew Tridgell
2003-01-15
2
-0
/
+109
|
*
Fix typo, and the build.
Andrew Bartlett
2003-01-13
1
-1
/
+1
|
*
Make sure that those cleanups actually went in.
Richard Sharpe
2003-01-13
1
-2
/
+2
|
*
Remove dead function.
Tim Potter
2003-01-09
1
-19
/
+0
|
*
BIG patch...
Andrew Bartlett
2003-01-02
13
-661
/
+662
|
*
the shutdown call does not have a 16 bit flags, but 2 byte representing booleans
Simo Sorce
2002-12-30
1
-4
/
+8
|
*
the 'padding' field in the query domain info reply is not a padding
Andrew Tridgell
2002-12-23
1
-2
/
+8
[next]