Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-31 | libreplace: move detection of clock_gettime to libreplace | Björn Jacke | 3 | -48/+45 | |
2010-08-31 | libreplace: move gettimeofday TZ arg check here | Björn Jacke | 4 | -11/+10 | |
2010-08-31 | packaging: cifsutils are no longer part of Samba | Volker Lendecke | 1 | -11/+0 | |
2010-08-31 | s3-auth Rename NT_USER_TOKEN privileges -> privilege_mask | Andrew Bartlett | 6 | -12/+12 | |
This is closer to the struct security_token from security.idl Andrew Bartlett | |||||
2010-08-31 | s3-auth Rename NT_USER_TOKEN user_sids -> sids | Andrew Bartlett | 15 | -72/+72 | |
This is closer to the struct security_token from security.idl | |||||
2010-08-30 | s3: Fix a segfault in the printer code using create_conn_struct | Volker Lendecke | 1 | -1/+7 | |
2010-08-30 | s4:lib/messaging: add some const to messaging_send() | Stefan Metzmacher | 2 | -2/+2 | |
metze | |||||
2010-08-30 | Disable gccdeps if -MD is not supported | Thomas Nagy | 1 | -3/+23 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-08-30 | vfs_smb_traffic_analyzer: fix off by a second bug | Björn Jacke | 1 | -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. | |||||
2010-08-30 | s3-auth: The unlock of the account is now done by the get_sampwnam call. | Andreas Schneider | 1 | -5/+2 | |
Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2010-08-30 | s3-passdb: Try to unlock the account if it is locked out. | Andreas Schneider | 1 | -10/+53 | |
Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2010-08-30 | s3-passdb: Added a pdb_try_account_unlock function. | Andreas Schneider | 1 | -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> | |||||
2010-08-30 | s3-auth: Use SamInfo3_for_guest to create guest server_info. | Andreas Schneider | 1 | -19/+70 | |
Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2010-08-30 | packaging: Build with -O3 | Volker Lendecke | 2 | -2/+2 | |
2010-08-30 | packaging: Attempt to fix the RPM build | Volker Lendecke | 1 | -0/+2 | |
2010-08-30 | s3-kerberos: try to fix the build w/o kerberos support. | Günther Deschner | 1 | -1/+7 | |
Guenther | |||||
2010-08-30 | s3: Fix some uninitialized variable warnings | Volker Lendecke | 2 | -6/+6 | |
2010-08-30 | s3: Fix the build of the nfs4_acl module | Volker Lendecke | 1 | -0/+1 | |
2010-08-30 | s3-waf: fix the build after gssapi changes. | Günther Deschner | 1 | -1/+2 | |
Guenther | |||||
2010-08-30 | dcerpc-gssapi: include missing dcerpc_krb5.h header. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-08-30 | dcerpc-gssapi: fix "shadows a global declaration" warning when gssapi is ↵ | Günther Deschner | 1 | -1/+1 | |
unavailable. Guenther | |||||
2010-08-30 | s3-dcerpc: Implement DCERPC_AUTH_TYPE_KRB5 server side | Simo Sorce | 1 | -29/+364 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-08-30 | dcerpc-gssapi: add function to retrieve client name | Simo Sorce | 2 | -0/+44 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-08-30 | dcerpc-gssapi: add function to extract authtime | Simo Sorce | 2 | -0/+54 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-08-30 | dcerpc-gssapi: add function to extract authorization data (PAC) form gssapi ↵ | Simo Sorce | 2 | -4/+63 | |
context Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-08-30 | dcerpc-gssapi: add function to check flags | Simo Sorce | 1 | -2/+30 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-08-30 | dcerpc-gssapi: add initial server side code | Simo Sorce | 2 | -12/+229 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-08-30 | s3-dcerpc: add krb5 helpers | Simo Sorce | 3 | -0/+412 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-08-30 | s3-krb: Reformat and add doxygen comment to decode_pac_data() | Simo Sorce | 1 | -63/+91 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-08-30 | rpcclient: support starting sign/seal with krb5/spnego | Simo Sorce | 1 | -6/+18 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-08-30 | s3-smbd: use make_server_info_krb5() in smb2 too. | Simo Sorce | 1 | -75/+8 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-08-30 | s3-smbd: use make_server_info_krb5() | Simo Sorce | 1 | -79/+11 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-08-30 | s3-auth: add helper to get server_info out of kerberos info | Simo Sorce | 2 | -0/+108 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-08-30 | s3-smbd: User helper function to resolve kerberos user for smb2 | Simo Sorce | 1 | -125/+30 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-08-30 | s3-smbd: Use helper function to resolve kerberos user | Simo Sorce | 1 | -123/+27 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-08-30 | s3-auth: Add helper function to retrieve the unix user from a kerberos ticket | Simo Sorce | 3 | -1/+187 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-08-30 | docs-xml/vfs_gpfs: document 'gpfs:refuse_dacl_protected' | Stefan Metzmacher | 1 | -0/+31 | |
metze | |||||
2010-08-30 | docs-xml/vfs_gpfs: document 'gpfs:merge_writeappend' | Stefan Metzmacher | 1 | -0/+20 | |
metze | |||||
2010-08-30 | docs-xml/vfs_gpfs: document 'gpfs:winattr' | Stefan Metzmacher | 1 | -0/+22 | |
metze | |||||
2010-08-30 | docs-xml/vfs_gpfs: document 'gpfs:getrealfilename' | Stefan Metzmacher | 1 | -0/+21 | |
metze | |||||
2010-08-30 | docs-xml/vfs_gpfs: document 'gpfs:leases' | Stefan Metzmacher | 1 | -0/+24 | |
metze | |||||
2010-08-30 | docs-xml/vfs_gpfs: document 'gpfs:sharemodes' | Stefan Metzmacher | 1 | -0/+22 | |
metze | |||||
2010-08-30 | s4-drs-test: Skip a check that may possibly fail | Kamen Mazdrashki | 1 | -1/+7 | |
This check may fail due to automatic replication between DCs during the test execution. Ideally we should block automatic replications (somehow) during this test. But until then, we need just to skip this check, it is not *that* important anyway | |||||
2010-08-30 | s4-util: Print more informative error messages in 'net drs replicate' | Kamen Mazdrashki | 1 | -4/+13 | |
2010-08-30 | s4-drs-test: Use dns hostnames to run 'net drs replicate' command | Kamen Mazdrashki | 1 | -5/+5 | |
2010-08-30 | librpc/ndr: correctly implement ndr_charset_length() | Stefan Metzmacher | 1 | -2/+14 | |
Before we ignored the charset type. metze | |||||
2010-08-29 | s3: Fix an uninitialized variable | Volker Lendecke | 1 | -1/+1 | |
2010-08-29 | s3: Fix the build without cluster | Volker Lendecke | 1 | -0/+4 | |
2010-08-29 | s3: Remove smbd_server_fd() | Volker Lendecke | 6 | -35/+19 | |
This breaks the perfcol_onefs() build. Tim, Steve, this use of smbd_server_fd is replacable by calls into substitute.c. I don't have a onefs environment around to build a fix, so I've decided to insert an #error, making it not compile. The fix should be pretty obvious, you can get the socket data via "%I" and "%i" substitutions. | |||||
2010-08-29 | s3: Remove two uses of smbd_server_fd() | Volker Lendecke | 2 | -2/+2 | |
Actually, this is a bit cheating. But those two files depend on smbd_server_conn anyway, it does not make things worse. |