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_server
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-03
s3: Remove talloc_autofree_context() from srv_samr_nt.c
Volker Lendecke
1
-4
/
+2
2010-10-02
s3-spoolss: Strip off ", DrvConvert" and ",LocalOnly" in OpenPrinterEx as see...
Günther Deschner
1
-0
/
+13
2010-10-02
s3-spoolss: Fixed print job access.
Andreas Schneider
1
-4
/
+4
2010-10-02
s3-spoolss: Fixed print_access_check server_info.
Andreas Schneider
1
-2
/
+2
2010-10-01
s3-dcerpc: no point for printing NDR twice for internal pipes in log level 10.
Günther Deschner
1
-1
/
+1
2010-10-01
s3-spoolss: fix do_drv_upgrade_printer() which must have been broken since the
Günther Deschner
1
-3
/
+6
2010-10-01
s3-spoolss: make sure we dont crash on NULL setprinter level2 elements as see...
Günther Deschner
1
-7
/
+13
2010-10-01
s3-spoolss: dont overwrite location change notify.
Günther Deschner
1
-3
/
+3
2010-09-30
s3-spoolss: make sure to exit early and with the appropriate error code in
Günther Deschner
1
-0
/
+4
2010-09-30
s3-spoolss: Fix servername/printername handling which turns out to be very im...
Günther Deschner
3
-135
/
+183
2010-09-28
s3-spoolss: Fix _spoolss_EnumPrintProcDataTypes error handling
Günther Deschner
1
-0
/
+5
2010-09-28
s3-spoolss: Fix _spoolss_EnumPrintProcessors error handling
Günther Deschner
1
-0
/
+4
2010-09-26
s3: Lift talloc_autofree_context() from make_auth_context_fixed()
Volker Lendecke
1
-1
/
+1
2010-09-26
s3: Lift talloc_autofree_context() from make_auth_context_subsystem()
Volker Lendecke
1
-1
/
+3
2010-09-23
Fix bug 7694 - Crash bug with invalid SPNEGO token.
Jeremy Allison
1
-1
/
+1
2010-09-23
s3-dcerps: check auth_type
Simo Sorce
1
-0
/
+15
2010-09-23
s3-dcerpc: remove auth_data_free_func
Simo Sorce
2
-14
/
+3
2010-09-23
s3-dcerpc: make auth context opaque
Simo Sorce
2
-55
/
+63
2010-09-23
srv_pipe: reorganize code so that related functions are close to each other
Simo Sorce
1
-253
/
+252
2010-09-23
s3-dcerpc: finally remove the legaqcy spnego_type variable from pipe_auth_data
Simo Sorce
2
-6
/
+4
2010-09-23
s3-dcerpc: use new spnego server code
Simo Sorce
1
-200
/
+122
2010-09-23
s3-dcerpc: add spnego server helpers
Simo Sorce
2
-0
/
+345
2010-09-23
s3-dcesrv: use gssapi helper in srv_pipe.c
Simo Sorce
1
-223
/
+46
2010-09-23
s3-dcerpc: add server helpers for gssapi auth
Simo Sorce
2
-0
/
+290
2010-09-23
s3-dcesrv: use ntlmssp helper in srv_pipe.c
Simo Sorce
1
-204
/
+173
2010-09-23
s3-dcerpc: add server helpers for ntlmssp auth
Simo Sorce
2
-0
/
+176
2010-09-23
gssapi: remove unused function argument
Simo Sorce
1
-4
/
+1
2010-09-23
gssapi: avoid explicit dependency on dcerpc specific structures
Simo Sorce
1
-2
/
+4
2010-09-23
s3-dcerpc: move crypto stuff in /librpc/crypto
Simo Sorce
1
-1
/
+1
2010-09-21
s3-lsa: Fix sid in DEBUG in_lsa_EnumAccountRights.
Günther Deschner
1
-2
/
+1
2010-09-21
s3:registry: move reg_api_regf prototypes to their own header file.
Michael Adam
1
-0
/
+1
2010-09-21
s3:registry: move the reg_api prototypes to their own header.
Michael Adam
2
-0
/
+2
2010-09-21
s3:rpc_server:ntsvcs: registry is not directly used an more.
Michael Adam
1
-2
/
+0
2010-09-21
s3:rpc_server:ntsvcs: use svcctl_lookup_dispname instead of legacy svcctl in ...
Michael Adam
1
-13
/
+17
2010-09-21
s3:rpc_server: registry is not direclty used in the svcctl server any more
Michael Adam
1
-2
/
+0
2010-09-21
s3:srv_ntsvcs_nt: make fill_svc_config() use svcctl_get_string_value()
Michael Adam
1
-16
/
+10
2010-09-21
s3:services_db: remove the TALLOC_CTX argument from svcctl_set_secdesc
Michael Adam
1
-2
/
+1
2010-09-20
s3-util: use shared dom_sid_dup.
Günther Deschner
3
-9
/
+10
2010-09-20
s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.
Günther Deschner
3
-3
/
+6
2010-09-20
s3:registry: move higher level function reg_open_path to new module reg_api_util
Michael Adam
1
-0
/
+1
2010-09-16
s4-netlogon: added IDL for netr_DsrUpdateReadOnlyServerDnsRecords
Andrew Tridgell
1
-0
/
+19
2010-09-15
s3-rpc_server: fix some uninitalized variables and c++ build warnings.
Günther Deschner
1
-2
/
+2
2010-09-15
s3-rpc_server: Use talloc_stackframe.
Andreas Schneider
1
-14
/
+15
2010-09-15
s3-rpc_server: Moved ncacn_np declarations in common header file.
Simo Sorce
3
-0
/
+25
2010-09-15
s3-rpc_server: Moved "external" pipe functions to rpc_ncacn_np.c.
Simo Sorce
3
-298
/
+336
2010-09-15
s3-rpc_server: Added new parametric option 'rpc_server'
Andreas Schneider
1
-1
/
+17
2010-09-15
s3-rpc_server: Renamed rpc_ncacn_np_internal.c.
Simo Sorce
1
-0
/
+0
2010-09-15
s3-rpc_server: Convert rpc_connect_spoolss_pipe into a generic interface.
Simo Sorce
1
-28
/
+50
2010-09-15
s3-rpc_server: Added support for internal connections to external daemons.
Simo Sorce
1
-2
/
+115
2010-09-15
s3-rpc_server: Accept connections and process requests.
Simo Sorce
1
-17
/
+337
[next]