summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* s3: use clock_gettime() in timespec_current()Björn Jacke2010-08-311-4/+1
|
* libreplace: move detection of clock_gettime to libreplaceBjörn Jacke2010-08-312-48/+2
|
* libreplace: move gettimeofday TZ arg check hereBjörn Jacke2010-08-311-1/+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
|
* 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>
* 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>
* s3: Fix an uninitialized variableVolker Lendecke2010-08-291-1/+1
|
* s3: Fix the build without clusterVolker Lendecke2010-08-291-0/+4
|
* s3: Remove smbd_server_fd()Volker Lendecke2010-08-296-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.
* s3: Remove two uses of smbd_server_fd()Volker Lendecke2010-08-292-2/+2
| | | | | Actually, this is a bit cheating. But those two files depend on smbd_server_conn anyway, it does not make things worse.
* s3: Remove smbd_server_fd() from srv_netlog_ntVolker Lendecke2010-08-291-3/+2
| | | | | This is not actually used. If it was to be activated, we'd have to pass in a pipes_struct.
* s3: Remove smbd_server_fd() from smbd_register_ipsVolker Lendecke2010-08-291-3/+4
|
* s3: Lift smbd_server_fd() from msg_release_ip()Volker Lendecke2010-08-291-4/+4
|
* s3: Lift smbd_server_fd() from release_ip()Volker Lendecke2010-08-291-11/+27
|
* s3: Remove a use of smbd_server_fd() in smbd main()Volker Lendecke2010-08-291-2/+1
| | | | | The effect this might have is that we set the socket options a bit later in inetd mode.
* s3: Pass sconn to check_reloadVolker Lendecke2010-08-291-4/+4
| | | | This removes a use of smbd_server_fd()
* s3: Pass sconn instead of msg_ctx to housekeeping_fnVolker Lendecke2010-08-291-6/+5
|
* s3: Set the client_id in substitute.c onceVolker Lendecke2010-08-293-12/+40
| | | | | This never changes during a client connection's life, so we can set it once.
* s3: Remove some uses of smbd_server_fd()Volker Lendecke2010-08-291-2/+2
| | | | | The change in behaviour is that we don't detect "socket option" changes anymore when printers are added or removed.
* s3: Remove a use of smbd_server_fdVolker Lendecke2010-08-291-1/+1
| | | | | This disables different socket options per user for ntlmssp authentiation, a change in behaviour which is exotic enough I believe.
* s3: Remove an unused macroVolker Lendecke2010-08-281-2/+0
|
* s3: Remove some references to smbd_server_fd()Volker Lendecke2010-08-281-5/+7
|
* s3: Fix a (highly unlikly) memleak in set_local_machine_name()Volker Lendecke2010-08-281-4/+4
|
* s3: Fix some DEBUGsVolker Lendecke2010-08-281-2/+2
|