summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* s3: add TspecDiff macroBjörn Jacke2010-08-311-0/+9
|
* s4:process_thread: use monotonic time for time deltasBjörn Jacke2010-08-311-9/+10
|
* lib/util: add function to query the monotonic clock with the required ↵Björn Jacke2010-08-312-0/+15
| | | | fallback to the realtime clock
* libreplace: make a define for a best effort monotonic clockBjörn Jacke2010-08-311-0/+7
|
* s3: we have clock_gettime everywhere, remove ifdefsBjörn Jacke2010-08-312-20/+0
|
* s3: use clock_gettime() in timespec_current()Björn Jacke2010-08-311-4/+1
|
* libreplace: add clock_gettime replacement function for systems that don't ↵Björn Jacke2010-08-314-0/+32
| | | | have it
* libreplace/waf: look for clock_gettimeBjörn Jacke2010-08-311-0/+1
|
* libreplace: move detection of clock_gettime to libreplaceBjörn Jacke2010-08-313-48/+45
|
* libreplace: move gettimeofday TZ arg check hereBjörn Jacke2010-08-314-11/+10
|
* packaging: cifsutils are no longer part of SambaVolker Lendecke2010-08-311-11/+0
|
* s3-auth Rename NT_USER_TOKEN privileges -> privilege_maskAndrew Bartlett2010-08-316-12/+12
| | | | | | This is closer to the struct security_token from security.idl Andrew Bartlett
* s3-auth Rename NT_USER_TOKEN user_sids -> sidsAndrew Bartlett2010-08-3115-72/+72
| | | | This is closer to the struct security_token from security.idl
* s3: Fix a segfault in the printer code using create_conn_structVolker Lendecke2010-08-301-1/+7
|
* s4:lib/messaging: add some const to messaging_send()Stefan Metzmacher2010-08-302-2/+2
| | | | metze
* Disable gccdeps if -MD is not supportedThomas Nagy2010-08-301-3/+23
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* vfs_smb_traffic_analyzer: fix off by a second bugBjörn Jacke2010-08-301-1/+1
| | | | | convert_timespec_to_time_t is rounding but here we keep track of milliseconds here - so we should use plain the tv_sec.
* s3-auth: The unlock of the account is now done by the get_sampwnam call.Andreas Schneider2010-08-301-5/+2
| | | | Signed-off-by: Simo Sorce <idra@samba.org>
* s3-passdb: Try to unlock the account if it is locked out.Andreas Schneider2010-08-301-10/+53
| | | | Signed-off-by: Simo Sorce <idra@samba.org>
* s3-passdb: Added a pdb_try_account_unlock function.Andreas Schneider2010-08-301-0/+74
| | | | | | | | The function checks if the account has been autolocked. If we have a lockout_duration and a bad password time it checks if we can unlock the account. Signed-off-by: Simo Sorce <idra@samba.org>
* s3-auth: Use SamInfo3_for_guest to create guest server_info.Andreas Schneider2010-08-301-19/+70
| | | | Signed-off-by: Simo Sorce <idra@samba.org>
* packaging: Build with -O3Volker Lendecke2010-08-302-2/+2
|
* packaging: Attempt to fix the RPM buildVolker Lendecke2010-08-301-0/+2
|
* s3-kerberos: try to fix the build w/o kerberos support.Günther Deschner2010-08-301-1/+7
| | | | Guenther
* s3: Fix some uninitialized variable warningsVolker Lendecke2010-08-302-6/+6
|
* s3: Fix the build of the nfs4_acl moduleVolker Lendecke2010-08-301-0/+1
|
* s3-waf: fix the build after gssapi changes.Günther Deschner2010-08-301-1/+2
| | | | Guenther
* dcerpc-gssapi: include missing dcerpc_krb5.h header.Günther Deschner2010-08-301-0/+1
| | | | Guenther
* dcerpc-gssapi: fix "shadows a global declaration" warning when gssapi is ↵Günther Deschner2010-08-301-1/+1
| | | | | | unavailable. Guenther
* s3-dcerpc: Implement DCERPC_AUTH_TYPE_KRB5 server sideSimo Sorce2010-08-301-29/+364
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* dcerpc-gssapi: add function to retrieve client nameSimo Sorce2010-08-302-0/+44
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* dcerpc-gssapi: add function to extract authtimeSimo Sorce2010-08-302-0/+54
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* dcerpc-gssapi: add function to extract authorization data (PAC) form gssapi ↵Simo Sorce2010-08-302-4/+63
| | | | | | context Signed-off-by: Günther Deschner <gd@samba.org>
* dcerpc-gssapi: add function to check flagsSimo Sorce2010-08-301-2/+30
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* dcerpc-gssapi: add initial server side codeSimo Sorce2010-08-302-12/+229
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-dcerpc: add krb5 helpersSimo Sorce2010-08-303-0/+412
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-krb: Reformat and add doxygen comment to decode_pac_data()Simo Sorce2010-08-301-63/+91
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* rpcclient: support starting sign/seal with krb5/spnegoSimo Sorce2010-08-301-6/+18
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-smbd: use make_server_info_krb5() in smb2 too.Simo Sorce2010-08-301-75/+8
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-smbd: use make_server_info_krb5()Simo Sorce2010-08-301-79/+11
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-auth: add helper to get server_info out of kerberos infoSimo Sorce2010-08-302-0/+108
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-smbd: User helper function to resolve kerberos user for smb2Simo Sorce2010-08-301-125/+30
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-smbd: Use helper function to resolve kerberos userSimo Sorce2010-08-301-123/+27
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-auth: Add helper function to retrieve the unix user from a kerberos ticketSimo Sorce2010-08-303-1/+187
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* docs-xml/vfs_gpfs: document 'gpfs:refuse_dacl_protected'Stefan Metzmacher2010-08-301-0/+31
| | | | metze
* docs-xml/vfs_gpfs: document 'gpfs:merge_writeappend'Stefan Metzmacher2010-08-301-0/+20
| | | | metze
* docs-xml/vfs_gpfs: document 'gpfs:winattr'Stefan Metzmacher2010-08-301-0/+22
| | | | metze
* docs-xml/vfs_gpfs: document 'gpfs:getrealfilename'Stefan Metzmacher2010-08-301-0/+21
| | | | metze
* docs-xml/vfs_gpfs: document 'gpfs:leases'Stefan Metzmacher2010-08-301-0/+24
| | | | metze
* docs-xml/vfs_gpfs: document 'gpfs:sharemodes'Stefan Metzmacher2010-08-301-0/+22
| | | | metze