index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
librpc
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3:winbindd: remove wbint_Sid2Gid from the wbint.idl
Michael Adam
2012-12-03
1
-6
/
+0
*
s3:winbindd: remove wbint_Sid2Uid() from the wbint.idl
Michael Adam
2012-12-03
1
-6
/
+0
*
s3:winbindd: use struct unixid instead of uint64 in Sids2Xids parent<->child
Michael Adam
2012-12-03
1
-1
/
+1
*
s3:librpc: add support for PFC_FLAG_OBJECT_UUID when parsing packets (bug #9382)
Stefan Metzmacher
2012-11-20
1
-0
/
+4
*
s3:open_files.idl: add stat-info to vfs_default_durable_cookie.
Michael Adam
2012-10-19
1
-0
/
+23
*
s3:open_files.idl: add write_time specific stuff to vfs_default_durable_cookie
Stefan Metzmacher
2012-10-19
1
-0
/
+4
*
s3:smbXsrv.idl: add session_global_id to smbXsrv_tcon_global
Stefan Metzmacher
2012-10-19
1
-0
/
+4
*
s3:vfs_default: add basic support for durable handle request and reconnect
Michael Adam
2012-09-08
1
-0
/
+16
*
s3:smbXsrv.idl: add properties for durable handles to smbXsrv_open_global0
Stefan Metzmacher
2012-09-08
1
-0
/
+8
*
smbXsrv.idl: add nonce_* to smbsrv_session
Stefan Metzmacher
2012-08-23
1
-0
/
+2
*
s3-winbind: Return the DC name from DC_PING
Christof Schmitt
2012-08-15
1
-0
/
+1
*
s3:smbXsrv.idl: remove smbXsrv_*0 defines
Stefan Metzmacher
2012-08-10
1
-42
/
+42
*
Correctly check for errors in strlower_m() returns.
Jeremy Allison
2012-08-09
1
-1
/
+4
*
s3:smbXsrv.idl: add encryption_required to smbXsrv_tcon_global0
Stefan Metzmacher
2012-08-09
1
-0
/
+1
*
s3:rpc_client: rename pipe_auth_data->user_session_key to transport_session_key
Stefan Metzmacher
2012-08-01
1
-1
/
+1
*
lib/param: Move all enum declarations to lib/param
Andrew Bartlett
2012-07-24
1
-0
/
+1
*
s3:smbXsrv.idl: add smbXsrv_open* structures
Stefan Metzmacher
2012-06-29
1
-0
/
+71
*
s3:smbXsrv.idl: add smbXsrv_session_close*
Stefan Metzmacher
2012-06-25
1
-0
/
+26
*
s3:messaging.idl: define MSG_SMBXSRV_SESSION_CLOSE
Stefan Metzmacher
2012-06-25
1
-0
/
+3
*
s3:smbd: make use of smbXsrv_tcon and smbXsrv_session for smb2
Stefan Metzmacher
2012-06-25
1
-1
/
+0
*
s3:smbXsrv.idl: add smbXsrv_tcon* structures
Stefan Metzmacher
2012-06-25
1
-0
/
+63
*
s3:smbXsrv.idl: add smbXsrv_session* structures
Stefan Metzmacher
2012-06-25
1
-0
/
+92
*
s3:librpc/idl/smbXsrv.idl: add smbXsrv_version_* structures
Stefan Metzmacher
2012-06-25
1
-1
/
+65
*
s3:librpc: add smbXsrv.idl
Stefan Metzmacher
2012-06-25
3
-1
/
+20
*
s3-rpcclient: add fsrvp commands
David Disseldorp
2012-06-08
1
-0
/
+4
*
gse: Use the smb_gss_oid_equal wrapper.
Andreas Schneider
2012-05-23
1
-20
/
+3
*
Introduce system MIT krb5 build with --with-system-mitkrb5 option.
Alexander Bokovoy
2012-05-23
1
-1
/
+1
*
s3:gse: implement gensec_gse_expire_time()
Stefan Metzmacher
2012-05-17
1
-0
/
+12
*
s3:gse: remember the expire time
Stefan Metzmacher
2012-05-17
1
-2
/
+15
*
s3: Attempt to fix the build without kerberos
Volker Lendecke
2012-04-24
1
-1
/
+1
*
Make krb5 wrapper library common so they can be used all over
Simo Sorce
2012-04-23
1
-3
/
+3
*
s3:id_cache: do not use the in-memory idmap cache (it is going to be removed)
Michael Adam
2012-04-20
1
-1
/
+1
*
s3-dbwrap: Add dbwrap_record_watch_send/recv
Volker Lendecke
2012-04-19
1
-1
/
+2
*
s3: New notify implementation
Volker Lendecke
2012-04-17
1
-0
/
+3
*
gse: Remove unnecessary header.
Simo Sorce
2012-04-12
1
-1
/
+0
*
auth-krb: Nove oid packet check to gensec_util.
Simo Sorce
2012-04-12
1
-21
/
+1
*
Second part of bugfix for bug #8837 - smbd crashes when deleting directory an...
Jeremy Allison
2012-04-04
1
-0
/
+1
*
s3:gse: fix debug message in gse_get_server_auth_token()
Stefan Metzmacher
2012-03-17
1
-1
/
+1
*
s3-krb5: Remove GSS_WRAP_IOV conditional
Andrew Bartlett
2012-03-15
1
-2
/
+2
*
Fix a bunch of "unused variable" warnings.
Jeremy Allison
2012-02-18
1
-6
/
+6
*
auth/kerberos: Move gse_get_session_key() to common code and use in gensec_gs...
Andrew Bartlett
2012-02-17
1
-113
/
+3
*
s3-gse: Allow kerberos key type OID to be optional
Andrew Bartlett
2012-02-17
1
-4
/
+11
*
s3-gse: Fix OID to read for kerberos key type
Andrew Bartlett
2012-02-17
1
-2
/
+2
*
s3-librpc: Remove backup declaration of GSS_C_DCE_STYLE
Andrew Bartlett
2012-02-17
1
-4
/
+0
*
s3-gse: Remove unused OID declaration
Andrew Bartlett
2012-02-17
1
-9
/
+0
*
s3-librpc: Remove gse_verify_server_auth_flags
Andrew Bartlett
2012-02-16
1
-50
/
+0
*
s3-librpc: Use gensec_spnego for DCE/RPC authentication
Andrew Bartlett
2012-02-16
3
-468
/
+0
*
s3-gse: Use the session key type, not the lucid context to set NEW_SPNEGO
Andrew Bartlett
2012-02-16
1
-67
/
+69
*
s3-librpc: Remove unused bool gensec_hook
Andrew Bartlett
2012-02-16
1
-2
/
+0
*
s3:gse: return NT_STATUS_LOGON_FAILURE instead of NT_STATUS_INTERNAL_ERROR
Stefan Metzmacher
2012-01-26
1
-2
/
+2
[next]