summaryrefslogtreecommitdiff
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* ntlmssp: Add ntlmssp_blob_matches_magic()Andrew Bartlett2011-08-031-1/+1
* selftest: test plugin_s4_dc against all ncacn_np testsAndrew Bartlett2011-08-031-1/+1
* selftest: Add kerberos tests to plugin_s4_dc testsAndrew Bartlett2011-08-031-3/+4
* gensec: Don't keep a second copy of the auth4_context in gensec_ntlmssp_stateAndrew Bartlett2011-08-032-7/+4
* selftest: Test encrypted RPC pipes against plugin_s4_dcAndrew Bartlett2011-08-031-4/+5
* s3-ntlmssp Add hooks to optionally call into GENSEC in auth_ntlmsspAndrew Bartlett2011-08-032-0/+2
* gensec: clarify memory ownership for gensec_session_info() and gensec_session...Andrew Bartlett2011-08-0322-69/+63
* gensec: Remove mem_ctx from calls that do not return memoryAndrew Bartlett2011-08-037-26/+15
* gensec: split GENSEC into mechanism-dependent and runtime functionsAndrew Bartlett2011-08-0315-923/+178
* s4-libcli: Fix the fd leak. Close open file descriptor before return.Amitay Isaacs2011-08-031-2/+4
* samba-tool: Rename samba-tool command gpo2 --> gpoAmitay Isaacs2011-08-031-1/+1
* samba-tool: Remove C version of samba-toolAmitay Isaacs2011-08-035-1172/+0
* samba-tool: Add implementation of gpo create commandAmitay Isaacs2011-08-031-1/+176
* samba-tool: Add functions to create directories and copy files over SMB shareAmitay Isaacs2011-08-031-0/+32
* s4-libcli: get_acl and set_acl require raw_open to set security descriptorAmitay Isaacs2011-08-031-15/+75
* s4-libcli: Check if short_name is not null, before converting to python stringAmitay Isaacs2011-08-031-1/+8
* s4-libcli: Replace smb_composite_connect() with smb_full_connection()Amitay Isaacs2011-08-031-24/+20
* s4-policy: Use the correct local directory for stat.Amitay Isaacs2011-08-031-1/+1
* samba-tool: Rename copy_directory_recurse to copy_directory_remote_to_localAmitay Isaacs2011-08-031-11/+19
* samba-tool: Addd functions to print GPO flags and GPlink optionsAmitay Isaacs2011-08-031-28/+22
* s4-policy: Add python wrapper for ads_to_dir_access_mask() functionAmitay Isaacs2011-08-031-2/+17
* s4-policy: Expose gp_ads_to_dir_access_mask() functionAmitay Isaacs2011-08-032-1/+2
* s4-libcli: Added python SMB methods for mkdir(), rmdir(), chkpath()Amitay Isaacs2011-08-031-11/+97
* s4:kdc: fix compiler warningStefan Metzmacher2011-08-021-1/+1
* samba-tool: Don't install -c version, which is now deprecated.Jelmer Vernooij2011-08-021-1/+2
* dbcheck: Cancel transaction if operation fails.Jelmer Vernooij2011-08-021-10/+15
* acl: Improve error message when setting acls fails.Jelmer Vernooij2011-08-011-4/+12
* remove unnecessary dependency on 'events' from ldb modules.Jelmer Vernooij2011-08-011-35/+35
* heimdal_build: Use krb5-config to find heimdal include directory and library ...Jelmer Vernooij2011-08-011-2/+19
* winsif.idl: fix comment about a pidl bugStefan Metzmacher2011-08-011-2/+1
* s4-upgradeprovision: try to fix the detection of @provision recordMatthieu Patou2011-08-011-1/+1
* s4-kcc: correctly populate the neighbor object when taking information from r...Matthieu Patou2011-07-311-0/+3
* samba-tool: use ldb.binary_encode() on search expression elementsAndrew Tridgell2011-07-299-24/+27
* samba-tool: fixed binary encoding of usernames in setpasswordAndrew Tridgell2011-07-291-2/+2
* s4-auth Fill in the remainder of the unix info in auth_session_infoAndrew Bartlett2011-07-292-5/+45
* s4-auth Move conversion of security_token to unix_token to authAndrew Bartlett2011-07-298-61/+129
* gensec: Add a way to request a unix token from GENSECAndrew Bartlett2011-07-293-5/+14
* ntvfs: Use security_unix_token from auth.idlAndrew Bartlett2011-07-291-24/+16
* s4-lsa Use the supplied handle in LsaLookupNames2Andrew Bartlett2011-07-291-5/+5
* s4-debug: Start with DEBUG_DEFAULT_STDOUT, so we can log to a file in deamonsAndrew Bartlett2011-07-291-1/+1
* samba-tool: ensure prompting of passwords is in the right orderAndrew Tridgell2011-07-281-1/+3
* samba-tool: Added gpo fetch command implementation using python smb module.Amitay Isaacs2011-07-281-0/+94
* samba-tool: Change samba-tool gpo semantics (use gpo name instead of dn)Amitay Isaacs2011-07-281-78/+124
* s4-libcli: Initialize stack structure variables to zero.Amitay Isaacs2011-07-281-14/+45
* samba-tool: Add user password command to change user's own passwordAmitay Isaacs2011-07-281-0/+33
* s4-libnet: py_net Add change_password() python commandAmitay Isaacs2011-07-281-0/+53
* s4-libnet: py_net - Remove parsing for credentials argumentAmitay Isaacs2011-07-281-5/+6
* samba-tool: Python routine to find writable/ldap-capable DCAmitay Isaacs2011-07-281-0/+13
* s4-libcli: Added python interface for file I/O using SMBAmitay Isaacs2011-07-282-0/+393
* samba-tool: For samba-tool-c, help lists commands implemented only in CAmitay Isaacs2011-07-281-1/+1