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
2003-05-26
This fixes net rpc vampire when talking to win2k (<sp3). win2k sends
Tim Potter
2
-7
/
+7
2003-05-24
Fix an insufficient alloc when querying alias members.
Volker Lendecke
1
-1
/
+1
2003-05-24
Fix an insufficient alloc when querying alias members.
Volker Lendecke
1
-1
/
+1
2003-04-28
Whitespace syncup.
Tim Potter
1
-2
/
+1
2003-04-25
This function is a duplicate.
Andrew Bartlett
1
-18
/
+0
2003-04-23
Merge the 'safe' parts of my StrnCpy patch - many of the users really wanted
Andrew Bartlett
1
-1
/
+2
2003-04-22
parse_string is only used for the authentication negotiators.
Volker Lendecke
2
-11
/
+13
2003-04-22
parse_string is only used for the authentication negotiators.
Volker Lendecke
2
-11
/
+13
2003-04-18
Survive a samdump with an alias that has no description
Volker Lendecke
1
-3
/
+6
2003-04-18
Survive a samdump with an alias that has no description
Volker Lendecke
1
-3
/
+6
2003-04-16
Fixes to make SCHANNEL work against a W2K DC. Still need to fix
Jeremy Allison
2
-15
/
+13
2003-04-16
Fixes to make SCHANNEL work in 3.0 against a W2K DC. Still need to fix
Jeremy Allison
2
-15
/
+13
2003-04-14
Merge of rpcecho pipe for testing large dcerpc requests and responses.
Tim Potter
1
-0
/
+10
2003-04-13
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...
cvs2svn Import User
1
-0
/
+166
2003-04-11
A new RPC pipe! The \pipe\echo named pipe is for testing large RPC
Tim Potter
2
-0
/
+176
2003-04-09
This is the netlogon schannel client code. Try a
Volker Lendecke
1
-4
/
+16
2003-04-09
This is the netlogon schannel client code. Try a
Volker Lendecke
1
-4
/
+16
2003-04-09
A little clarification in the rpc auth header struct.
Volker Lendecke
1
-8
/
+7
2003-04-09
A little clarification in the rpc auth header struct.
Volker Lendecke
1
-8
/
+7
2003-04-09
Put the core schannel functions to parse_prs.c. They are also used by
Volker Lendecke
1
-0
/
+182
2003-04-09
Put the core schannel functions to parse_prs.c. They are also used by
Volker Lendecke
1
-0
/
+182
2003-04-06
Merge the TNG netlogon schannel from HEAD.
Volker Lendecke
1
-0
/
+95
2003-04-04
This is a merge of the NETLOGON schannel server code from Samba
Volker Lendecke
1
-0
/
+95
2003-03-25
- Support building all auth modules as .so's
Jelmer Vernooij
1
-35
/
+35
2003-03-17
Merge from HEAD:
Andrew Bartlett
6
-41
/
+41
2003-03-15
Fix signed/unsigned issues - mostly 'i' counters.
Andrew Bartlett
6
-43
/
+43
2003-03-13
Merge from HEAD. 'fixed the unmarshalling of the queryaliasmem SAMR call'
Jeremy Allison
1
-2
/
+6
2003-03-13
fixed the unmarshalling of the queryaliasmem SAMR call
Andrew Tridgell
1
-2
/
+6
2003-03-09
Don't fault on error returns (ptr == 0) for this LSA query.
Andrew Bartlett
1
-10
/
+13
2003-03-07
Some progress towards gums and tdbsam2
Simo Sorce
1
-18
/
+0
2003-03-06
add #define for the max device name length in a DEVICEMODE
Gerald Carter
1
-1
/
+1
2003-03-06
add #define for the max device name length in a DEVICEMODE
Gerald Carter
1
-1
/
+1
2003-03-03
* CR1868: only send a change notify message if we have something
Gerald Carter
1
-1
/
+1
2003-03-03
* CR1868: only send a change notify message if we have something
Gerald Carter
1
-1
/
+1
2003-02-25
Merge: const fixes.
Tim Potter
2
-12
/
+15
2003-02-25
More const fixes and flow on fixes from yesterday's const-fest.
Tim Potter
2
-12
/
+15
2003-02-25
Progress on CR 601
Gerald Carter
1
-1
/
+1
2003-02-25
Progress on CR 601
Gerald Carter
1
-1
/
+1
2003-02-21
couple of merges from APP_HEAD
Gerald Carter
1
-1
/
+1
2003-02-21
couple of merges from APP_HEAD
Gerald Carter
1
-1
/
+1
2003-02-18
Check return code of string_to_sid. (Merge from HEAD)
Martin Pool
1
-22
/
+26
2003-02-18
init_dom_sid2s: Check return code from string_to_sid. Skip tokens
Martin Pool
1
-8
/
+12
2003-02-14
Ensure that only parse_prs.c access internal members of the prs_struct.
Jeremy Allison
3
-30
/
+72
2003-02-14
Ensure that only parse_prs.c access internal members of the prs_struct.
Jeremy Allison
3
-30
/
+72
2003-02-11
removed a duplicate copy of smb_io_sid_array()
Andrew Tridgell
1
-46
/
+0
2003-02-11
added server stubs for lsa_enum_acct_with_right
Andrew Tridgell
2
-0
/
+86
2003-02-10
added the 'lsaenumacctwithright' command to rpcclient. This allows you
Andrew Tridgell
2
-2
/
+111
2003-02-06
added the LSA privileges server backend stubs. Right now they just log
Andrew Tridgell
1
-1
/
+30
2003-02-02
Merge from HEAD: Send the session key to the client, allowing it to perform SMB
Andrew Bartlett
1
-2
/
+2
2003-02-02
Send the user's session key in the SAMLOGON reply, so that a member server can
Andrew Bartlett
1
-2
/
+2
[prev]
[next]