Age | Commit message (Expand) | Author | Files | Lines |
2008-10-20 | Merge branch 'master' of git://git.samba.org/samba | Jelmer Vernooij | 1 | -8/+0 |
2008-10-20 | Add source4/ to include path because librpc/gen_ndr is still in source?/ | Jelmer Vernooij | 1 | -0/+1 |
2008-10-20 | Add missing prototypes for samba3-specific libndr/util.c | Jelmer Vernooij | 1 | -1/+10 |
2008-10-20 | s3-build: no need to duplicate generated ndr_ prototypes. | Günther Deschner | 1 | -1298/+0 |
2008-10-20 | s3-build: no need to duplicate generated srv_ prototypes. | Günther Deschner | 2 | -73/+0 |
2008-10-20 | Include generated header files rather than using manually written | Jelmer Vernooij | 1 | -1577/+32 |
2008-10-20 | Remove unused macro CONST_ADD. | Jelmer Vernooij | 1 | -1/+0 |
2008-10-20 | Remove unused define for crypt (now in libreplace). | Jelmer Vernooij | 1 | -4/+0 |
2008-10-20 | Regenerate pidl output. | Jelmer Vernooij | 1 | -1/+0 |
2008-10-19 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into crypt | Jelmer Vernooij | 3 | -58/+10 |
2008-10-19 | Inline the once-used macro "init_dfsroot" | Volker Lendecke | 1 | -8/+0 |
2008-10-19 | Make generate_random_buffer signature match that of lib/util. | Jelmer Vernooij | 1 | -7/+1 |
2008-10-19 | Add TALLOC_CTX pointer to generate_random_str(), for consistency with | Jelmer Vernooij | 1 | -1/+1 |
2008-10-19 | Remove defines for QSORT_CAST, already provided by libreplace. | Jelmer Vernooij | 1 | -8/+0 |
2008-10-19 | Simplify SIG_ATOMIC_T define, since sig_atomic_t is always provided by | Jelmer Vernooij | 1 | -4/+2 |
2008-10-19 | Remove duplicate macro definitions (already defined in libutil/attr.h) | Jelmer Vernooij | 1 | -17/+0 |
2008-10-18 | Use attr.h rather than having local defines for GCC attributes. | Jelmer Vernooij | 1 | -13/+6 |
2008-10-18 | Move ufc to libreplace. | Jelmer Vernooij | 1 | -4/+0 |
2008-10-18 | Rename hex_encode to hex_encode_talloc,for consistency with samba 4 and heimdal. | Jelmer Vernooij | 1 | -1/+1 |
2008-10-18 | Use str_list_equal() rather than str_list_compare(). | Jelmer Vernooij | 1 | -1/+1 |
2008-10-18 | Fix const, dupes. | Jelmer Vernooij | 1 | -1/+1 |
2008-10-18 | Use separate make variables for libutil and libcrypto. | Jelmer Vernooij | 1 | -1/+3 |
2008-10-18 | Use shared util.c. | Jelmer Vernooij | 1 | -3/+3 |
2008-10-18 | Remove empty file. | Jelmer Vernooij | 1 | -0/+0 |
2008-10-18 | Remove obsolete comment about bool. | Jelmer Vernooij | 1 | -4/+0 |
2008-10-18 | Remove defines already provided by the system or libreplace. | Jelmer Vernooij | 1 | -127/+0 |
2008-10-18 | Use the new memory macro file from Samba 3. | Jelmer Vernooij | 1 | -0/+1 |
2008-10-17 | Unify access checks for lsa server functions. | Jeremy Allison | 1 | -0/+1 |
2008-10-16 | s3: remove old marshalling for SVCCTL_QUERY_SERVICE_CONFIG. | Günther Deschner | 2 | -29/+0 |
2008-10-16 | s3: use IDL generated rpc for _svcctl_QueryServiceConfigW. | Günther Deschner | 1 | -1/+0 |
2008-10-16 | s3: remove rpccli_svcctl_query_config. | Günther Deschner | 1 | -2/+0 |
2008-10-15 | s3-build: re-run make samba3-idl. | Günther Deschner | 1 | -2/+13 |
2008-10-15 | s3-build: re-run make samba3-idl. | Günther Deschner | 1 | -17/+17 |
2008-10-15 | Merge branch 'master' of git://git.samba.org/samba | Jelmer Vernooij | 1 | -5/+13 |
2008-10-15 | s3-build: re-run make samba3-idl. | Günther Deschner | 1 | -5/+13 |
2008-10-15 | Share initshutdown.idl. | Jelmer Vernooij | 1 | -10/+0 |
2008-10-15 | Share xattr implementation. | Jelmer Vernooij | 1 | -9/+0 |
2008-10-15 | Share libndr.h between Samba 3 and Samba 4. | Jelmer Vernooij | 1 | -0/+5 |
2008-10-14 | Merge branch 'master' of git://git.samba.org/samba | Jelmer Vernooij | 1 | -0/+1 |
2008-10-14 | Remove unused header file. | Jelmer Vernooij | 1 | -1/+0 |
2008-10-14 | s3-build: fix init_samba_module missing proto warning. | Günther Deschner | 1 | -0/+1 |
2008-10-14 | Rely on standard {u,}int{8,16,32,64}_t types provided by system or | Jelmer Vernooij | 1 | -41/+8 |
2008-10-14 | Remove define for VOLATILE, volatile is already provided by libreplace. | Jelmer Vernooij | 1 | -12/+2 |
2008-10-14 | MAXHOSTNAMELEN is already provided by libreplace if not by the system. | Jelmer Vernooij | 1 | -8/+0 |
2008-10-14 | Remove unused data type schar. If we really need this, it should probably be ... | Jelmer Vernooij | 1 | -6/+0 |
2008-10-14 | Use GUID_random. | Jelmer Vernooij | 1 | -1/+0 |
2008-10-14 | Merge branch 'master' of git://git.samba.org/samba | Jelmer Vernooij | 1 | -1/+2 |
2008-10-14 | Use GUID_from_string. | Jelmer Vernooij | 1 | -1/+0 |
2008-10-14 | Use GUID_string rather than smb_uuid_string(). | Jelmer Vernooij | 1 | -1/+0 |
2008-10-13 | Cope with VFS change. | Jeremy Allison | 1 | -1/+2 |