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
...
|
*
trying to get HEAD building again. If you want the code
Gerald Carter
2003-07-16
8
-326
/
+410
|
*
* set winbind cache time to 5 minutes
Gerald Carter
2003-06-03
1
-1
/
+1
|
*
Merge of secchan fix from 3.0 that was eaten by CVS yesterday. I think
Tim Potter
2003-05-27
1
-1
/
+1
|
*
Fix an insufficient alloc when querying alias members.
Volker Lendecke
2003-05-24
1
-1
/
+1
|
*
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 against a W2K DC. Still need to fix
Jeremy Allison
2003-04-16
2
-15
/
+13
*
|
Tut tut - always run with max warnings on gcc...
Jeremy Allison
2003-10-07
1
-1
/
+3
*
|
split some security related functions in their own files.
Simo Sorce
2003-10-06
2
-741
/
+29
*
|
Grrr. compile patches before you apply !
Jeremy Allison
2003-10-03
1
-4
/
+4
*
|
abstract UUID parsing code to an individual function; patch from Anthony
Gerald Carter
2003-10-03
1
-7
/
+26
*
|
Remove duplicate function (now in rpc_parse/parse_prs.c) and fix a RPC debug
Andrew Bartlett
2003-10-01
1
-21
/
+1
*
|
commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev...
Gerald Carter
2003-10-01
2
-63
/
+90
*
|
Fix for #480. Change the interface for init_unistr2 to not take a length
Jeremy Allison
2003-09-25
9
-537
/
+367
*
|
Ensure that dup_sec_desc copies the 'type' field correctly. This caused
Jeremy Allison
2003-09-19
1
-9
/
+11
*
|
The "unknown_5" 32 bit field in the user structs is actually 2 16-bit
Jeremy Allison
2003-09-18
1
-16
/
+20
*
|
Fix for bug #334. We don't unmarshall the trusted domain or secrets
Tim Potter
2003-09-08
1
-6
/
+14
*
|
Fix bug #252. Implement missing SAMR_REMOVE_USER_FOREIGN_DOMAIN
Gerald Carter
2003-08-20
1
-6
/
+6
*
|
get rid of more compiler warnings
Herb Lewis
2003-08-15
1
-7
/
+7
*
|
get rid of some sompiler warnings on IRIX
Herb Lewis
2003-08-15
4
-11
/
+11
*
|
Fix comment
Andrew Bartlett
2003-08-12
1
-1
/
+1
*
|
Update my copyrights according to my agreement with IBM
Jim McDonough
2003-08-01
2
-2
/
+2
*
|
Fix copyright statements for various pieces of Anthony Liguori's work.
Jim McDonough
2003-08-01
1
-1
/
+0
*
|
working on transtive trusts issue:
Gerald Carter
2003-07-31
1
-0
/
+3
*
|
add support for DsEnumerateDomainTrusted for enumerating all the
Gerald Carter
2003-07-30
1
-3
/
+184
*
|
More printf portability fixes. Got caught out by some gcc'isms last
Tim Potter
2003-07-25
1
-2
/
+2
*
|
More printf fixes - size_t is long on some architectures.
Tim Potter
2003-07-24
1
-2
/
+2
*
|
Jeremy requested that I get my NTLMSSP patch into CVS. He didn't request
Andrew Bartlett
2003-07-14
2
-112
/
+184
*
|
Don't bomb out when trying to unmarshall a zero length printerdata value.
Tim Potter
2003-07-14
1
-4
/
+3
*
|
Get rid of DISP_USER_INFO/DISP_GROUP_INFO as they serve no useful
Jeremy Allison
2003-07-09
1
-10
/
+10
*
|
Removed strupper/strlower macros that automatically map to strupper_m/strlowe...
Jeremy Allison
2003-07-03
1
-1
/
+1
*
|
This patch takes the work the jerry did for beta2, and generalises it:
Andrew Bartlett
2003-07-03
1
-17
/
+2
*
|
well this was easy...
Gerald Carter
2003-07-03
1
-2
/
+18
*
|
Adding jcmd's share ACL on XP patch. Thanks Jim !
Jeremy Allison
2003-07-01
1
-1
/
+2
*
|
Finally ! Fixed the ACL ordering bug reported by jcmd. I realised we were
Jeremy Allison
2003-06-30
1
-7
/
+115
*
|
fix bug #178; available space in devmode should be int
Gerald Carter
2003-06-23
1
-1
/
+1
*
|
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
[prev]
[next]