summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* s3-passdb: Remove #if _SAMBA_BUILD_ == 4 from pdb_samba4Andrew Bartlett2012-02-081-2/+0
* s3-docs: Remove references to long-gone smbmount utilitiesAndrew Bartlett2012-02-087-31/+0
* auth: rename ntlmssp.c to ntlmssp_util.cAndrew Bartlett2012-02-083-2/+2
* s3-auth Add const to make_user_info_mapAndrew Bartlett2012-02-082-4/+4
* s4-messaging: fix pymessaging docstringAndrew Bartlett2012-02-081-3/+2
* s3-build use common VERSION file for all buildsAndrew Bartlett2012-02-082-106/+1
* pidl: add more mapped typesAndrew Tridgell2012-02-081-1/+7
* idl: wmi and dcom don't need python bindingsAndrew Tridgell2012-02-081-1/+1
* samba-tool sites: Re-add support for option groupsAmitay Isaacs2012-02-081-0/+13
* samba-tool dns: Re-add support for option groupsAmitay Isaacs2012-02-081-0/+60
* Remove unused get_file_size() function.Jeremy Allison2012-02-072-14/+0
* s3: Increase debug level of basic ctdb packet handlingVolker Lendecke2012-02-071-6/+6
* s3-waf: Link tdbsam against needed libraries.Andreas Schneider2012-02-071-1/+1
* s3-waf: Link against tdb_compat instead of tdb.Andreas Schneider2012-02-072-7/+7
* provision: Make sure target directory is created early.Jelmer Vernooij2012-02-073-15/+29
* samba-tool user password: Re-add support for option groups.Jelmer Vernooij2012-02-071-4/+13
* samba-tool: Add optiongroups, necessary for 'samba-tool domain ...'Jelmer Vernooij2012-02-071-6/+13
* crypto: Use libbsd md5 header, if available.Jelmer Vernooij2012-02-074-2/+18
* crypto/md5: Change prototypes to match BSD.Jelmer Vernooij2012-02-071-5/+7
* Revert "samba-tool: moved takes_optiongroups definition to Command base class"Jelmer Vernooij2012-02-0717-27/+240
* charset/tests: Add prototypes for test functions.Jelmer Vernooij2012-02-072-0/+7
* smb_server: Preserve signedness of string push return value.Jelmer Vernooij2012-02-071-1/+1
* loadparm: handle P_SEP in switches (silences warning with clang).Jelmer Vernooij2012-02-071-0/+5
* pysocketwrapper: fix behaviour to be consistent with 'socket.getsockopt'Jelmer Vernooij2012-02-071-2/+2
* torture/libnet: Include prototype headers.Jelmer Vernooij2012-02-071-0/+1
* pyxattr_tdb: Remove pointless check for blob.length < 0.Jelmer Vernooij2012-02-071-1/+1
* crypto: Add prototype for main torture functions.Jelmer Vernooij2012-02-073-0/+4
* Use named argument 'dir' instead of 'prefix' on NamedTemporaryFile for domain.pyHoracio G. de Oro2012-02-071-2/+2
* Use named argument 'dir' instead of 'prefix' on NamedTemporaryFile for source...Horacio G. de Oro2012-02-071-2/+2
* s3-winbind: Remove unused bool "local"Christof Schmitt2012-02-061-5/+2
* s3: FreeBSD does not define sin6_addr.s_addr32Volker Lendecke2012-02-061-1/+1
* s3-nsswitch: Fix warnings on Solaris.Ira Cooper2012-02-061-0/+1
* lib/util: Add hex_encode_bufVolker Lendecke2012-02-064-9/+43
* s3-popt: Fix configure.developer builds on Solairs.Ira Cooper2012-02-041-0/+2
* Ensure when setting a POSIX ACL, that the uid for aJeremy Allison2012-02-031-0/+60
* Fix mistaken assignment of gid to uid field.Jeremy Allison2012-02-031-1/+1
* Replace bool flags inside ensure_canon_entry_valid() with pointers.Jeremy Allison2012-02-031-11/+12
* Fix bug #7933 - samba fails to honor SEC_STD_WRITE_OWNER bit with the acl_xat...Jeremy Allison2012-02-031-1/+36
* Replace all malloc/free with talloc on tos.Jeremy Allison2012-02-031-41/+41
* s4:torture: add a smb2.durable_open.reopen4 testMichael Adam2012-02-031-0/+89
* s4:torture: add a torture_smb2_session_setup() utility functionMichael Adam2012-02-031-0/+31
* s4:torture: add smb2.durable_open test reopen3Michael Adam2012-02-031-0/+68
* s4:torture: add torture_smb2_tree_connect() utility functionMichael Adam2012-02-031-0/+42
* s4:torture: add smb2.durable_open test reopen2Michael Adam2012-02-031-0/+71
* s4:torture: add smb2.durable_open test reopen1Michael Adam2012-02-031-0/+57
* s4:libcli:smb2: don't allocate the smb2_tree struct earlier than necessary in...Michael Adam2012-02-031-5/+5
* s4:libcli/torture:smb2: change smb2_tree_connect to take a smb2_session inste...Michael Adam2012-02-033-7/+7
* s4:torture:smb2: talloc_free the right tree structure in secondary_tcon()Michael Adam2012-02-031-1/+1
* s4:torture:smb2: check for success of talloc in secondary_tcon()Michael Adam2012-02-031-0/+4
* s4:torture:smb2:notify: remove an unused variableMichael Adam2012-02-031-2/+0