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
2008-01-14
python: Enable building of the wkssvc python bindings.
Jelmer Vernooij
1
-0
/
+4
2008-01-14
python: Compile in svcctl Python bindings.
Jelmer Vernooij
2
-0
/
+5
2008-01-14
python: Work around the fact that there are two "security" modules now.
Jelmer Vernooij
1
-1
/
+1
2008-01-14
python: Compile security module, handle uint.
Jelmer Vernooij
1
-0
/
+3
2008-01-14
python: Enable python bindings for samr and lsa interfaces.
Jelmer Vernooij
2
-0
/
+18
2008-01-14
python: Build epmapper module.
Jelmer Vernooij
1
-1
/
+4
2008-01-14
python: Fix python code for winreg, add test.
Jelmer Vernooij
1
-0
/
+4
2008-01-14
python: Start building winreg module.
Jelmer Vernooij
1
-0
/
+7
2008-01-14
pidl/python: Fix compilation of py_echo.
Jelmer Vernooij
1
-1
/
+1
2008-01-14
Use lsa_PolicyInfo enum in lsa policy info calls.
Günther Deschner
1
-5
/
+5
2008-01-14
Fill in IDL for lsa_SetInfoPolicy and lsa_SetInfoPolicy2.
Günther Deschner
1
-2
/
+10
2008-01-12
idl: Use typedef rather than declare.
Jelmer Vernooij
11
-19
/
+19
2008-01-03
r26663: Proper dependencies for pidl Python bindings.
Jelmer Vernooij
1
-0
/
+2
2008-01-03
r26658: pidl: Register Python modules.
Jelmer Vernooij
1
-0
/
+4
2008-01-03
r26654: libcli/smb_composite: Rather than specifying each of the gazillion op...
Jelmer Vernooij
1
-7
/
+1
2008-01-03
r26651: libsmb: Allow specifying signing policy from higher up.
Jelmer Vernooij
1
-0
/
+1
2008-01-02
r26646: libcli/smb_composite: Allow specifying SMB parameters in smb_composit...
Jelmer Vernooij
1
-0
/
+7
2008-01-02
r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,...
Jelmer Vernooij
1
-1
/
+3
2008-01-02
r26643: librpc: Remove uses of global_loadparm.
Jelmer Vernooij
3
-15
/
+21
2008-01-01
r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...
Jelmer Vernooij
5
-23
/
+33
2008-01-01
r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...
Jelmer Vernooij
1
-3
/
+2
2007-12-26
r26588: Janitorial: Rename torture_*_add_*test to torture_*_add_*test_const.
Kai Blin
1
-6
/
+7
2007-12-24
r26572: Fix warnings in the Python code.
Jelmer Vernooij
2
-113
/
+68
2007-12-24
r26570: - Trim size of the swig-generated Python bindings by removing a bunch...
Jelmer Vernooij
3
-142
/
+205
2007-12-24
r26558: Add IDL for netr_GetForestTrustInformation().
Günther Deschner
1
-1
/
+8
2007-12-21
r26504: Don't rely on system-provided kerberos headers.
Jelmer Vernooij
1
-1
/
+2
2007-12-21
r26440: Remove more uses of global_loadparm.
Jelmer Vernooij
1
-2
/
+2
2007-12-21
r26432: Require ndr_pull users to specify iconv_convenience.
Jelmer Vernooij
5
-14
/
+14
2007-12-21
r26431: Require ndr_push creators to specify a iconv_convenience context.
Jelmer Vernooij
6
-22
/
+24
2007-12-21
r26429: Avoid use of global_smb_iconv_convenience.
Jelmer Vernooij
1
-2
/
+3
2007-12-21
r26427: Avoid global_smb_iconv_convenience.
Jelmer Vernooij
3
-11
/
+19
2007-12-21
r26409: Pass smb ports along.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26399: Use -O option for SWIG (less evil generated code).
Jelmer Vernooij
2
-32
/
+53
2007-12-21
r26397: Fix circular dependency in samba-socket.
Jelmer Vernooij
1
-1
/
+2
2007-12-21
r26396: dcerpc: Fall back to peer_name() if target_hostname() is not set.
Kai Blin
1
-1
/
+4
2007-12-21
r26395: spoolss: Add WinXP-like printer browsing test.
Kai Blin
1
-3
/
+64
2007-12-21
r26394: dcerpc: Use target_hostname() instead of peer_name() in dcerpc_server...
Kai Blin
1
-2
/
+2
2007-12-21
r26382: Remove more uses of global_loadparm.
Jelmer Vernooij
1
-1
/
+0
2007-12-21
r26376: Add context for libcli_resolve.
Jelmer Vernooij
4
-8
/
+11
2007-12-21
r26335: Specify name_resolve_order to socket code.
Jelmer Vernooij
1
-1
/
+2
2007-12-21
r26334: Avoid loadparm_context.
Jelmer Vernooij
3
-5
/
+6
2007-12-21
r26332: Add samr_ValidationStatus error mapping to samr_ValidatePassword().
Günther Deschner
1
-1
/
+21
2007-12-21
r26331: Add IDL for samr_ValidatePassword(). A very interesting call.
Günther Deschner
1
-5
/
+75
2007-12-21
r26329: Fix more loadparm_context references. Only about a 100 left now.
Jelmer Vernooij
1
-3
/
+5
2007-12-21
r26327: Explicit loadparm_context for RPC client functions.
Jelmer Vernooij
7
-35
/
+70
2007-12-21
r26316: Use contexts for conversion functions.
Jelmer Vernooij
1
-5
/
+11
2007-12-21
r26313: Fix more uses of static loadparm.
Jelmer Vernooij
3
-5
/
+8
2007-12-21
r26286: IDL and torture test for netr_ServerTrustPasswordsGet().
Günther Deschner
1
-1
/
+10
2007-12-21
r26285: Add IDL and torture test for netr_ServerPasswordGet().
Günther Deschner
1
-1
/
+9
2007-12-21
r26277: Move loadparm context higher up the stack.
Jelmer Vernooij
2
-3
/
+6
[prev]
[next]