summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* 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
* s4-param: Fix object names for python objects PyLoadparm and PyLoadparmContextAmitay Isaacs2011-07-281-2/+2
* samba-tool: Catch exceptions at top-level and exit with correct return valueAmitay Isaacs2011-07-281-1/+5
* samba-tool: Display usage for main commands and list them alphabeticallyAmitay Isaacs2011-07-281-31/+35
* samba-tool: Raise exception on errors and report using base classAmitay Isaacs2011-07-281-10/+3
* samba-tool: Display Usage line and list commands alphabeticallyAmitay Isaacs2011-07-281-3/+6
* samba-tool: Replace C version of samba-tool with python versionAmitay Isaacs2011-07-284-5/+5
* samba-tool: Added python version of samba-toolAmitay Isaacs2011-07-281-0/+70
* s4auth: Fix the object name for Py_SecurityAmitay Isaacs2011-07-281-1/+1
* s4auth: Fix the object names for PyCredentials and PyCredentialCacheContainerAmitay Isaacs2011-07-281-2/+2
* s4auth: Remove duplicate assignment of structure variableAmitay Isaacs2011-07-281-1/+0
* samba-tool: Reimplement GPO functions in pythonAmitay Isaacs2011-07-281-11/+412