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
/
source4
/
librpc
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r25516: Sorry, I reverted too much of r25448 in r25515.
Michael Adam
1
-0
/
+1
2007-10-10
r25515: Revert r25448:
Michael Adam
1
-1
/
+0
2007-10-10
r25448: Remove IMMEDIATE_STRUCTURES define, which was used for splint. Newer ...
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r25433: - dcerpc_AuthType is a 8bit enum not 32bit
Stefan Metzmacher
1
-9
/
+12
2007-10-10
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
3
-5
/
+5
2007-10-10
r25374: create an enum for the authentication types instead of defining them as
Ronnie Sahlberg
1
-11
/
+13
2007-10-10
r25373: add three more authentication types
Ronnie Sahlberg
1
-0
/
+3
2007-10-10
r25316: Remove last few instances of old BOOL type in librpc/.
Jelmer Vernooij
10
-37
/
+38
2007-10-10
r25301: Merge my includes.h cleanups.
Jelmer Vernooij
6
-1
/
+11
2007-10-10
r25194: A major rework of the Samba4 LSA LookupNames and LookupSids code, with
Andrew Bartlett
1
-0
/
+6
2007-10-10
r25175: Change to talloc_asprintf_append_buffer().
Jeremy Allison
2
-10
/
+10
2007-10-10
r25035: Fix some more warnings, use service pointer rather than service numbe...
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r25028: Fix more warnings.
Jelmer Vernooij
1
-5
/
+5
2007-10-10
r25027: Fix more warnings.
Jelmer Vernooij
3
-1
/
+4
2007-10-10
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
3
-0
/
+3
2007-10-10
r25001: Fix more C++ and other warnings, fix some of the indentation with ts=...
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r25000: Fix some more C++ compatibility warnings.
Jelmer Vernooij
5
-11
/
+14
2007-10-10
r24994: Fix some C++ warnings.
Jelmer Vernooij
5
-24
/
+24
2007-10-10
r24992: Remove some uses of lp_*().
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r24937: Merge tests spoolss RPC callbacks.
Jelmer Vernooij
2
-2
/
+7
2007-10-10
r24908: we should not set s = NULL as we set it to talloc_strdup("") before
Stefan Metzmacher
1
-3
/
+2
2007-10-10
r24866: Put remainder of binding string tests in librpc/ directory.
Jelmer Vernooij
1
-0
/
+37
2007-10-10
r24816: Move the rest of the contents of core.h to more appropriate places.
Jelmer Vernooij
1
-0
/
+16
2007-10-10
r24814: Fix headers, trim core.h even more.
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r24812: Fix headers for external users.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r24780: More work allowing libutil to be used by external users.
Jelmer Vernooij
2
-12
/
+9
2007-10-10
r24779: add 11 specific access rights that applies to accessmasks for User
Ronnie Sahlberg
1
-3
/
+17
2007-10-10
r24777: add 11 specific access rights to the access mask for
Ronnie Sahlberg
1
-1
/
+15
2007-10-10
r24775: add 5 specific access right bits for the accessmask that refers
Ronnie Sahlberg
1
-2
/
+10
2007-10-10
r24774: add 5 specific access mask bits for policy handles created for aliases
Ronnie Sahlberg
1
-2
/
+10
2007-10-10
r24772: add a bitmap that describes 6 of the specific accessmask bits for
Ronnie Sahlberg
1
-5
/
+14
2007-10-10
r24763: Allow users to leave out the transport in DCE/RPC binding strings. If...
Jelmer Vernooij
2
-5
/
+21
2007-10-10
r24755: Use common code for finding the RPC binding in the torture tests.
Jelmer Vernooij
1
-2
/
+4
2007-10-10
r24753: Allow host name in binding string without transport.
Jelmer Vernooij
3
-29
/
+61
2007-10-10
r24751: Run more tests, remove empty testsuites, more small improvements.
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r24712: No longer expose the 'BOOL' data type in any interfaces.
Jelmer Vernooij
2
-4
/
+4
2007-10-10
r24631: Fix up format warnings, found on my Fedora 7 x86_64 workstation.
Andrew Bartlett
1
-2
/
+4
2007-10-10
r24606: move librpc/rpc/table.c -> librpc/ndr/ndr_table.c
Stefan Metzmacher
4
-37
/
+37
2007-10-10
r24560: rename some DCERPC_ prefixes into NDR_
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r24557: rename 'dcerpc_table_' -> 'ndr_table_'
Stefan Metzmacher
4
-6
/
+6
2007-10-10
r24551: rename dcerpc_interface_table -> ndr_interface_table
Stefan Metzmacher
11
-62
/
+62
2007-10-10
r24540: rename struct dcerpc_endpoint_list/struct dcerpc_authservice_list
Stefan Metzmacher
2
-12
/
+7
2007-10-10
r24535: rename struct dcerpc_interface_call -> struct ndr_interface_call
Stefan Metzmacher
5
-19
/
+16
2007-10-10
r24532: rename struct dcerpc_syntax_id into struct ndr_syntax_id
Stefan Metzmacher
9
-34
/
+34
2007-10-10
r24449: length_is() isn't supported without size_is().
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r24448: merge formating fixes SAMBA_3_2
Stefan Metzmacher
1
-204
/
+258
2007-10-10
r24118: Start fixing #4842 (usrmgr polcies menu not working) by removing range
Andrew Bartlett
1
-1
/
+1
2007-10-10
r24080: Set the primary group (matching windows) when creating new users in
Andrew Bartlett
1
-0
/
+1
2007-10-10
r24052: Fix some of the NT4 usrmgr.exe portions of bug 4815.
Andrew Bartlett
1
-1
/
+1
2007-10-10
r23890: Allow wbinfo -a to work against Samba4's winbind.
Andrew Bartlett
3
-185
/
+320
[next]