summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2011-08-03gensec: clarify memory ownership for gensec_session_info() and gensec_session...Andrew Bartlett22-69/+63
2011-08-03gensec: Remove mem_ctx from calls that do not return memoryAndrew Bartlett7-26/+15
2011-08-03gensec: split GENSEC into mechanism-dependent and runtime functionsAndrew Bartlett15-923/+178
2011-08-03s4-libcli: Fix the fd leak. Close open file descriptor before return.Amitay Isaacs1-2/+4
2011-08-03samba-tool: Rename samba-tool command gpo2 --> gpoAmitay Isaacs1-1/+1
2011-08-03samba-tool: Remove C version of samba-toolAmitay Isaacs5-1172/+0
2011-08-03samba-tool: Add implementation of gpo create commandAmitay Isaacs1-1/+176
2011-08-03samba-tool: Add functions to create directories and copy files over SMB shareAmitay Isaacs1-0/+32
2011-08-03s4-libcli: get_acl and set_acl require raw_open to set security descriptorAmitay Isaacs1-15/+75
2011-08-03s4-libcli: Check if short_name is not null, before converting to python stringAmitay Isaacs1-1/+8
2011-08-03s4-libcli: Replace smb_composite_connect() with smb_full_connection()Amitay Isaacs1-24/+20
2011-08-03s4-policy: Use the correct local directory for stat.Amitay Isaacs1-1/+1
2011-08-03samba-tool: Rename copy_directory_recurse to copy_directory_remote_to_localAmitay Isaacs1-11/+19
2011-08-03samba-tool: Addd functions to print GPO flags and GPlink optionsAmitay Isaacs1-28/+22
2011-08-03s4-policy: Add python wrapper for ads_to_dir_access_mask() functionAmitay Isaacs1-2/+17
2011-08-03s4-policy: Expose gp_ads_to_dir_access_mask() functionAmitay Isaacs2-1/+2
2011-08-03s4-libcli: Added python SMB methods for mkdir(), rmdir(), chkpath()Amitay Isaacs1-11/+97
2011-08-02s4:kdc: fix compiler warningStefan Metzmacher1-1/+1
2011-08-02samba-tool: Don't install -c version, which is now deprecated.Jelmer Vernooij1-1/+2
2011-08-02dbcheck: Cancel transaction if operation fails.Jelmer Vernooij1-10/+15
2011-08-01acl: Improve error message when setting acls fails.Jelmer Vernooij1-4/+12
2011-08-01remove unnecessary dependency on 'events' from ldb modules.Jelmer Vernooij1-35/+35
2011-08-01heimdal_build: Use krb5-config to find heimdal include directory and library ...Jelmer Vernooij1-2/+19
2011-08-01winsif.idl: fix comment about a pidl bugStefan Metzmacher1-2/+1
2011-08-01s4-upgradeprovision: try to fix the detection of @provision recordMatthieu Patou1-1/+1
2011-07-31s4-kcc: correctly populate the neighbor object when taking information from r...Matthieu Patou1-0/+3
2011-07-29samba-tool: use ldb.binary_encode() on search expression elementsAndrew Tridgell9-24/+27
2011-07-29samba-tool: fixed binary encoding of usernames in setpasswordAndrew Tridgell1-2/+2
2011-07-29s4-auth Fill in the remainder of the unix info in auth_session_infoAndrew Bartlett2-5/+45
2011-07-29s4-auth Move conversion of security_token to unix_token to authAndrew Bartlett8-61/+129
2011-07-29gensec: Add a way to request a unix token from GENSECAndrew Bartlett3-5/+14
2011-07-29ntvfs: Use security_unix_token from auth.idlAndrew Bartlett1-24/+16
2011-07-29s4-lsa Use the supplied handle in LsaLookupNames2Andrew Bartlett1-5/+5
2011-07-29s4-debug: Start with DEBUG_DEFAULT_STDOUT, so we can log to a file in deamonsAndrew Bartlett1-1/+1
2011-07-28samba-tool: ensure prompting of passwords is in the right orderAndrew Tridgell1-1/+3
2011-07-28samba-tool: Added gpo fetch command implementation using python smb module.Amitay Isaacs1-0/+94
2011-07-28samba-tool: Change samba-tool gpo semantics (use gpo name instead of dn)Amitay Isaacs1-78/+124
2011-07-28s4-libcli: Initialize stack structure variables to zero.Amitay Isaacs1-14/+45
2011-07-28samba-tool: Add user password command to change user's own passwordAmitay Isaacs1-0/+33
2011-07-28s4-libnet: py_net Add change_password() python commandAmitay Isaacs1-0/+53
2011-07-28s4-libnet: py_net - Remove parsing for credentials argumentAmitay Isaacs1-5/+6
2011-07-28samba-tool: Python routine to find writable/ldap-capable DCAmitay Isaacs1-0/+13
2011-07-28s4-libcli: Added python interface for file I/O using SMBAmitay Isaacs2-0/+393
2011-07-28samba-tool: For samba-tool-c, help lists commands implemented only in CAmitay Isaacs1-1/+1
2011-07-28s4-param: Fix object names for python objects PyLoadparm and PyLoadparmContextAmitay Isaacs1-2/+2
2011-07-28samba-tool: Catch exceptions at top-level and exit with correct return valueAmitay Isaacs1-1/+5
2011-07-28samba-tool: Display usage for main commands and list them alphabeticallyAmitay Isaacs1-31/+35
2011-07-28samba-tool: Raise exception on errors and report using base classAmitay Isaacs1-10/+3
2011-07-28samba-tool: Display Usage line and list commands alphabeticallyAmitay Isaacs1-3/+6
2011-07-28samba-tool: Replace C version of samba-tool with python versionAmitay Isaacs4-5/+5