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
/
rpc_server
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-11
s4/getncchanges: Implement placeholder for handling ex-op collection of objects
Kamen Mazdrashki
1
-13
/
+44
2011-05-11
s4/getncchanges: Move the code that collects objects into separate function
Kamen Mazdrashki
1
-41
/
+67
2011-05-11
s4/getncchanges: Don't mask Extended operation result - callers need it
Kamen Mazdrashki
1
-1
/
+0
2011-05-11
s4/getncchanges: Fail extended request rather than failing whole request
Kamen Mazdrashki
1
-1
/
+3
2011-05-08
s4-samr Remove incorrect transaction_cancel() in error path
Andrew Bartlett
1
-1
/
+0
2011-05-08
s4-interfaces Rename interfaces code so not to conflict with source3/
Andrew Bartlett
1
-3
/
+3
2011-05-08
s4-auth Rename auth -> auth4 to avoid conflict with s3 auth
Andrew Bartlett
1
-1
/
+1
2011-05-03
s4-messaging Rename messaging -> imessaging
Andrew Bartlett
2
-4
/
+4
2011-04-04
s4-rpc: improved error mapping for several RPC server calls
Andrew Tridgell
4
-26
/
+22
2011-04-03
Fix compilation without external heimdal.
Jelmer Vernooij
1
-0
/
+1
2011-04-03
use system heimdal headers if possible, fix missing dependencies on hx509 and...
Jelmer Vernooij
2
-4
/
+7
2011-03-29
Ensure convert_string_XXX is always called with a valid converted_size pointer.
Jeremy Allison
1
-2
/
+5
2011-03-25
lib/util/charset rename iconv_convenience to iconv_handle
Andrew Bartlett
1
-3
/
+3
2011-03-24
charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...
Andrew Tridgell
1
-3
/
+3
2011-03-19
rpc_server/remote: Add missing prototype.
Jelmer Vernooij
1
-0
/
+1
2011-03-19
source4/rpc_server: Fix prototypes for all functions.
Jelmer Vernooij
6
-0
/
+7
2011-03-16
dcerpc: we do not need these as public headers
Simo Sorce
1
-2
/
+0
2011-03-15
s4-rpc: added dcesrv_call_account_name()
Andrew Tridgell
2
-0
/
+13
2011-03-15
s4-rpc: make common/proto.h public
Andrew Tridgell
1
-1
/
+1
2011-03-15
s4-rpc: added public APIs for dce_call authentication
Andrew Tridgell
2
-0
/
+29
2011-03-14
Merge new lorikeet heimdal, revision 85ed7247f515770c73b1f1ced1739f6ce19d75d2
Jelmer Vernooij
1
-27
/
+27
2011-03-13
s4:rpc_server/remote: use dcerpc_binding_handle_call_*() instead of dcerpc_nd...
Stefan Metzmacher
1
-10
/
+14
2011-03-04
s4:dsdb - we don't need to check if a DN != NULL if we call "ldb_dn_validate"
Matthias Dieter Wallnöfer
1
-4
/
+2
2011-03-01
s4:drsuapi RPC server - this resembles more "samdb_is_gc"
Matthias Dieter Wallnöfer
1
-1
/
+1
2011-03-01
s4:netlogon RPC server - "LogonGetDomainInfo" - check for NULL attributes
Matthias Dieter Wallnöfer
1
-17
/
+29
2011-03-01
s4:drsuapi RPC server - check for the "SPN" attribute != NULL
Matthias Dieter Wallnöfer
1
-0
/
+6
2011-03-01
s4:dsdb - always handle the attribute "options" as 32bit unsigned integer
Matthias Dieter Wallnöfer
1
-1
/
+1
2011-03-01
s4:remove many invocations of "samdb_msg_add_string"
Matthias Dieter Wallnöfer
3
-12
/
+10
2011-02-28
Fix some types
Jelmer Vernooij
1
-3
/
+3
2011-02-24
build: moved librpc/rpc/*.c into a rpccommon library
Andrew Tridgell
3
-0
/
+3
2011-02-24
build: moved libds/common/flag_mapping.c into a common subsystem
Andrew Tridgell
2
-0
/
+2
2011-02-24
build: moved schannel_sign.c into a shared COMMON_SCHANNEL subsystem
Andrew Tridgell
1
-1
/
+1
2011-02-22
s4-auth Move libcli/security/session.c to the top level
Andrew Bartlett
1
-3
/
+3
2011-02-18
s4-idl: rename s4 server_id.idl to server_id4.idl
Andrew Tridgell
1
-1
/
+1
2011-02-18
s4-auth: rename 'auth' subsystem to 'auth4'
Andrew Tridgell
1
-1
/
+1
2011-02-15
s4:samr RPC server - QueryDisplayInfo returns always all domains users, alias...
Matthias Dieter Wallnöfer
1
-34
/
+40
2011-02-15
s4:drsuapi/getncchanges: make sure we don't process filteres objects more tha...
Stefan Metzmacher
1
-3
/
+3
2011-02-14
s4-dsdb: cleanups to the backupkey RPC server
Andrew Tridgell
1
-15
/
+15
2011-02-14
s4: Add server side implementation of backup key remote protocol
Matthieu Patou
2
-0
/
+1315
2011-02-10
ldb: use #include <ldb.h> for ldb
Andrew Tridgell
2
-3
/
+3
2011-02-09
s4-auth Rework auth subsystem to remove struct auth_serversupplied_info
Andrew Bartlett
2
-9
/
+9
2011-02-02
s4:rpc_server/netlogon: add dcesrv_netr_LogonSamLogon_check()
Stefan Metzmacher
1
-10
/
+83
2011-02-02
s4:rpc_server/netlogon: set *r->out.authoritative = 1 even on INVALID_PARAMET...
Stefan Metzmacher
1
-2
/
+3
2011-02-02
s4:rpc_server/netlogon: return INVALID_INFO_CLASS for invalid netr_Validation...
Stefan Metzmacher
1
-1
/
+1
2011-01-15
s4:samr RPC server - always interpret filter integer values as signed
Matthias Dieter Wallnöfer
1
-4
/
+4
2010-12-21
s4-auth Remove event context from privilage database handling
Andrew Bartlett
1
-1
/
+1
2010-12-19
dcesrv_srvsvc: Use constants.
Jelmer Vernooij
1
-3
/
+3
2010-12-16
spoolss: fill in PerMachineConnections add and delete IDL.
Günther Deschner
1
-9
/
+9
2010-12-09
s4-lsa Implement kerberos ticket life policy
Andrew Bartlett
2
-7
/
+5
2010-12-08
s4-pkgconfig: add @LIB_RPATH@ to our link flags
Andrew Tridgell
1
-1
/
+1
[prev]
[next]