summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2011-08-08build: Make credentials a public library for OpenChange to useAndrew Bartlett1-1/+1
2011-08-08build: rename rpcommon to dcerpc-binding an make a public libraryAndrew Bartlett1-1/+1
2011-08-08build: provide tevent-util as a public libraryAndrew Bartlett7-9/+9
2011-08-07sd_utils: Fix some formatting, add module docstring.Jelmer Vernooij1-3/+5
2011-08-07pyldb: Consistently use pyldb_ prefix.Jelmer Vernooij4-17/+16
2011-08-06s4:netcmd/gpo.py: we don't need to set autogenerated attributesStefan Metzmacher1-21/+11
2011-08-06s4-scripting: allow to specify the number max of iteration around getNcChangesMatthieu Patou1-1/+4
2011-08-04s4-librpc: Fix double free.Andreas Schneider2-11/+13
2011-08-04s4-samdb: save the url in the samdb classAndrew Tridgell1-0/+3
2011-08-04s4-dsdb: extend the extended_dn_in module to handle DN linksAndrew Tridgell1-44/+104
2011-08-04ldb: added a new always-fail ldap extended match OIDAndrew Tridgell1-0/+8
2011-08-04s4-dsdb: handle search expressions containing extended DNsAndrew Tridgell2-1/+167
2011-08-04s4-dsdb: added dn_format attribute of a dsdb_attributeAndrew Tridgell3-9/+14
2011-08-04s4-dsdb: fixed outgoing one way link DNsAndrew Tridgell2-3/+63
2011-08-04s4-dsdb: setup a one_way_link attribute on schema attributesAndrew Tridgell2-0/+30
2011-08-04s4-dsdb: fixed a warning on dsdb_delete()Andrew Tridgell1-1/+1
2011-08-04s4-dsdb: make requests for STORAGE_FORMAT control non-criticalAndrew Tridgell1-1/+1
2011-08-03ntlmssp: Add ntlmssp_blob_matches_magic()Andrew Bartlett1-1/+1
2011-08-03selftest: test plugin_s4_dc against all ncacn_np testsAndrew Bartlett1-1/+1
2011-08-03selftest: Add kerberos tests to plugin_s4_dc testsAndrew Bartlett1-3/+4
2011-08-03gensec: Don't keep a second copy of the auth4_context in gensec_ntlmssp_stateAndrew Bartlett2-7/+4
2011-08-03selftest: Test encrypted RPC pipes against plugin_s4_dcAndrew Bartlett1-4/+5
2011-08-03s3-ntlmssp Add hooks to optionally call into GENSEC in auth_ntlmsspAndrew Bartlett2-0/+2
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