summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* s3-libsmb: Remove obsolete smb_krb5_locate_kdc.Andreas Schneider2012-02-094-95/+1
* s3-net: Don't use an internal krb5 for kdc lookup.Andreas Schneider2012-02-091-19/+23
* tevent: change the version to 0.9.15Stefan Metzmacher2012-02-092-1/+79
* tevent: Fix deleting signal events from within themselvesVolker Lendecke2012-02-091-2/+33
* smbwrapper: Remove smbwrapperAndrew Bartlett2012-02-0920-4549/+0
* s3-build: remove EXEEXT from MakefilesAndrew Bartlett2012-02-098-224/+211
* s4:join python code - perform a fallback password set operation over libnetMatthias Dieter Wallnöfer2012-02-091-4/+18
* s4:join python code - write the SAM account name correctlyMatthias Dieter Wallnöfer2012-02-091-2/+2
* Fix shadow variable name warning.Jeremy Allison2012-02-081-10/+10
* regshell: Fix a counter that can actually be non-zero.Jelmer Vernooij2012-02-081-1/+1
* 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