Age | Commit message (Expand) | Author | Files | Lines |
2012-01-05 | s3-auth Remove more unused headers | Andrew Bartlett | 1 | -3/+0 |
2012-01-05 | s3-auth remove unused ntlmssp.h | Andrew Bartlett | 2 | -2/+0 |
2012-01-05 | s3-auth Remove ntlmssp_wrap.h which is no longer required | Andrew Bartlett | 9 | -10/+1 |
2012-01-05 | s3-auth use gensec directly rather than via auth_generic_state | Andrew Bartlett | 12 | -144/+112 |
2012-01-05 | s3-auth Set remote address for both AD and s3 gensec modes | Andrew Bartlett | 1 | -2/+0 |
2012-01-05 | s3-auth re-create the auth context in the s3 ntlmssp server module | Andrew Bartlett | 5 | -70/+8 |
2012-01-05 | s3-auth Add TALLOC_CTX * to auth_generic_prepare() | Andrew Bartlett | 7 | -20/+15 |
2012-01-05 | s3-auth supply s3 ntlmssp module via gensec_settings | Andrew Bartlett | 1 | -24/+11 |
2012-01-05 | s3-selftest: Add test for rpcclient, including kerberos authentication | Andrew Bartlett | 3 | -1/+38 |
2012-01-05 | s3:gse: MIT krb5 1.8.1 has a bug in gss_wrap_iov() | Stefan Metzmacher | 1 | -1/+1 |
2012-01-05 | s3-librpc store the sign/seal flags we got in the gssapi client | Andrew Bartlett | 1 | -1/+1 |
2012-01-05 | s3-libads Factor out a new routine kerberos_get_principal_from_service_hostna... | Andrew Bartlett | 4 | -48/+69 |
2012-01-05 | s3-librpc Use gsskrb5_get_subkey() where available to get the session key | Andrew Bartlett | 2 | -0/+16 |
2012-01-05 | s3: Remove some redundant code | Volker Lendecke | 1 | -5/+0 |
2012-01-05 | s3: Run the CLEANUP1 test | Volker Lendecke | 1 | -0/+1 |
2012-01-05 | s3: Add a test excercising the share mode cleanup routine | Volker Lendecke | 5 | -0/+73 |
2012-01-05 | libcli/smb: Add smbXcli_conn_samba_suicide | Volker Lendecke | 2 | -0/+105 |
2012-01-05 | s3: Move basic SMB checking to a much earlier point | Volker Lendecke | 1 | -19/+19 |
2012-01-05 | s3: Add a suicide mode to smbd | Volker Lendecke | 1 | -0/+11 |
2012-01-05 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -3/+3 |
2012-01-05 | s4:repl_meta_data LDB module - set "isRecycled" time correctly | Matthias Dieter Wallnöfer | 1 | -9/+8 |
2012-01-05 | Add S3 vfs_aio_pthread module to replace broken glibc aio code. | Jeremy Allison | 5 | -0/+659 |
2012-01-05 | waf: Use git repository. | Jelmer Vernooij | 1 | -1/+1 |
2012-01-04 | Include waf as an extracted source directory, rather than as a one-in-a-file ... | Jelmer Vernooij | 79 | -17/+18127 |
2012-01-04 | s4:pyrpc: add 'user_session_key' getter to the connection object | Stefan Metzmacher | 2 | -1/+45 |
2012-01-04 | s4:pygensec/tests: check that the client and server have the same session key | Stefan Metzmacher | 1 | -1/+4 |
2012-01-04 | s4:pygensec: add session_key() method | Stefan Metzmacher | 1 | -0/+29 |
2012-01-04 | LDAP-CLDAP: demonstrate that pdc name is not an unc path | Stefan Metzmacher | 1 | -0/+9 |
2012-01-04 | s4:torture/nbt/dgram.c - NBT samlogon requests don't return the PDC name as U... | Matthias Dieter Wallnöfer | 1 | -0/+5 |
2012-01-04 | s4:cldap_server/netlogon.c: it is wrong to specify "\\" in front of the hostname | Stefan Metzmacher | 1 | -2/+6 |
2012-01-04 | s3-winbind: Fix segfault if we can't map the last user. | Andreas Schneider | 1 | -0/+18 |
2012-01-04 | s3-winbind: Move finding the domain to it's own function. | Andreas Schneider | 1 | -11/+21 |
2012-01-04 | s3-perfcount: fix incorrect array length calculations | David Disseldorp | 1 | -9/+17 |
2012-01-04 | s3-perfcount: fix build for example perfcount daemon | David Disseldorp | 1 | -1/+1 |
2012-01-04 | s3: Check for the packet size before accessing it | Volker Lendecke | 1 | -2/+1 |
2012-01-04 | LDAP-CLDAP: demonstrate that pdc name is an unc path | Stefan Metzmacher | 1 | -0/+6 |
2012-01-04 | s4:torture/nbt/dgram.c: NBT samlogon requests without _EX return the PDC name... | Stefan Metzmacher | 1 | -0/+22 |
2012-01-04 | dlz_bind9: create session info from PAC using auth context | Amitay Isaacs | 1 | -7/+59 |
2012-01-03 | s3-cli: fix bug 563, >8GB tar on BE machines | Masafumi Nakayama | 1 | -5/+17 |
2012-01-03 | s3: Fix a cut&paste error | Volker Lendecke | 1 | -1/+1 |
2012-01-03 | s3: Fix a typo | Volker Lendecke | 1 | -1/+1 |
2012-01-03 | s3: Remove the unused "file_existed" parameter from smbd_calculate_access_mask | Volker Lendecke | 4 | -10/+2 |
2012-01-03 | s3: Avoid "file_existed" in smbd_calculate_maximum_allowed_access | Volker Lendecke | 1 | -36/+35 |
2012-01-03 | s3: Remove some else{} branches in smbd_calculate_maximum_allowed_access | Volker Lendecke | 1 | -3/+7 |
2012-01-03 | s3: Directly use *p_access_mask in smbd_calculate_maximum_allowed_access | Volker Lendecke | 1 | -6/+4 |
2012-01-03 | s3: Factor out smbd_calculate_maximum_allowed_access | Volker Lendecke | 1 | -40/+59 |
2012-01-03 | upgradeprovision: do not hold references to messageElements | Matthieu Patou | 1 | -10/+17 |
2012-01-03 | pyldb: raise an exception if we can't add the attribute | Matthieu Patou | 1 | -1/+6 |
2012-01-03 | upgradeprovision: treat provision without oem attribute as quite recent, it's... | Matthieu Patou | 1 | -1/+1 |
2012-01-03 | s4-provision: Fix the problem of DnsProperty values not being set correctly | Amitay Isaacs | 1 | -0/+7 |