summaryrefslogtreecommitdiffstats
path: root/source3/include/includes.h
Commit message (Expand)AuthorAgeFilesLines
...
* Use attr.h rather than having local defines for GCC attributes.Jelmer Vernooij2008-10-181-13/+6
* Remove obsolete comment about bool.Jelmer Vernooij2008-10-181-4/+0
* Remove defines already provided by the system or libreplace.Jelmer Vernooij2008-10-181-127/+0
* Use the new memory macro file from Samba 3.Jelmer Vernooij2008-10-181-0/+1
* Share libndr.h between Samba 3 and Samba 4.Jelmer Vernooij2008-10-151-0/+5
* Rely on standard {u,}int{8,16,32,64}_t types provided by system orJelmer Vernooij2008-10-141-41/+8
* Remove define for VOLATILE, volatile is already provided by libreplace.Jelmer Vernooij2008-10-141-12/+2
* MAXHOSTNAMELEN is already provided by libreplace if not by the system.Jelmer Vernooij2008-10-141-8/+0
* Remove unused data type schar. If we really need this, it should probably be ...Jelmer Vernooij2008-10-141-6/+0
* Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij2008-10-141-17/+6
* Use common xfile.h.Jelmer Vernooij2008-10-121-1/+1
* Use common byteorder.h.Jelmer Vernooij2008-10-121-1/+1
* Share data_blob implementation.Jelmer Vernooij2008-10-121-0/+1
* Cope with changed signature of http_timestring().Jelmer Vernooij2008-10-111-0/+2
* Remove duplicate copy of dlinklist.h.Jelmer Vernooij2008-10-111-1/+1
* Merge branch 'master' of ssh://git.samba.org/data/git/samba into arc4Jelmer Vernooij2008-09-241-0/+1
|\
| * Use common crc32 implementation.Jelmer Vernooij2008-09-241-0/+1
* | Use common arcfour implementation.Jelmer Vernooij2008-09-241-0/+1
|/
* Use shared copy of hmac5 implementation.Jelmer Vernooij2008-09-241-1/+1
* Use common MD5.Jelmer Vernooij2008-09-241-1/+1
* s3-nbt: use the new generated nbt.Günther Deschner2008-09-241-0/+1
* Merge branch 'singlereplace' into singleJelmer Vernooij2008-09-161-1/+1
|\
| * Make Samba 3 and Samba 4 both use the same single copy of libreplace.Jelmer Vernooij2008-09-161-1/+1
* | Share talloc source code between Samba 3 and Samba 4.Jelmer Vernooij2008-09-161-1/+1
|/
* messaging: move types to IDL.Günther Deschner2008-09-121-0/+1
* kerberos: use KRB5_KT_KEY macro where appropriate.Günther Deschner2008-08-291-1/+1
* Put prototypes of modules/vfs_irixacl.c to new modules/vfs_irixacl.h.Michael Adam2008-08-141-0/+4
* Put prototypes of modules/vfs_hpuxacl.c to new modules/vfs_hpuxacl.h.Michael Adam2008-08-141-0/+4
* Put prototypes of modules/vfs_solarisacl.c to new modules/vfs_solarisacl.h.Michael Adam2008-08-141-0/+4
* Put prototypes of modules/vfs_tru64acl.c to new modules/vfs_tru64acl.h.Michael Adam2008-08-141-0/+4
* Put prototypes of modules/vfs_posixacl.c into new modules/vfs_posixacl.h.Michael Adam2008-08-141-0/+4
* Add simple async wrappers around send, recv and connectVolker Lendecke2008-08-081-0/+1
* kerberos: allow to keep entries with old kvno's while creating keytab.Günther Deschner2008-06-301-1/+2
* kerberos: rename smb_krb5_kt_add_entry to smb_krb5_kt_add_entry_ext.Günther Deschner2008-06-301-7/+8
* kerberos: add smb_krb5_keytab_name().Günther Deschner2008-06-241-0/+4
* kerberos: make smb_krb5_kt_add_entry public, allow to pass keys without salti...Günther Deschner2008-06-241-1/+8
* clikrb5: remove unrequired create_kerberos_key_from_string_direct() prototype.Günther Deschner2008-06-171-1/+0
* AIX build fixes from William Jojo -- thanksVolker Lendecke2008-06-121-0/+1
* net: Move includes to net.hKai Blin2008-06-101-14/+0
* net: Remove globalsKai Blin2008-05-101-2/+4
* cldap: avoid duplicate definitions so remove ads_cldap.h.Günther Deschner2008-04-211-1/+0
* Add simple implementation of several functions in the Samba 4 RPCJelmer Vernooij2008-04-171-0/+1
* Remove unused marshalling for Netlogon Lockout String.Günther Deschner2008-03-271-1/+0
* Remove remaining old srvsvc client and server rpc code entirely.Günther Deschner2008-03-211-1/+0
* Move libnet_conf to a library lib/smbconf/ of its own, fixing the api.Michael Adam2008-03-171-0/+2
* Add infrastructure to support async SMB requestsVolker Lendecke2008-03-061-0/+1
* Add basic infrastructure for general async requestsVolker Lendecke2008-03-061-0/+1
* Revert "Add basic infrastructure for general async requests"Volker Lendecke2008-03-011-1/+0
* Revert "Add infrastructure to support async SMB requests"Volker Lendecke2008-03-011-1/+0
* Eliminate tons of build warnings on non-IPV6 system.Michael Adam2008-02-291-0/+5