Age | Commit message (Expand) | Author | Files | Lines |
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 | 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 |
2008-10-14 | Use {u,}int64_t instead of SMB_BIG_{U,}INT. | Jelmer Vernooij | 9 | -116/+105 |
2008-10-13 | Make the internal pipe functions static | Volker Lendecke | 1 | -8/+0 |
2008-10-13 | Remove smb_np_struct | Volker Lendecke | 2 | -72/+0 |
2008-10-13 | Use "struct files_struct" for pipes instead of smb_np_struct | Volker Lendecke | 3 | -2/+14 |
2008-10-13 | Remove the chain_fsp global | Volker Lendecke | 2 | -1/+1 |
2008-10-13 | Pass struct smb_request to file_free | Volker Lendecke | 1 | -4/+5 |
2008-10-13 | Pass struct smb_request to file_new | Volker Lendecke | 1 | -9/+10 |
2008-10-13 | Pass struct smb_request to file_fsp | Volker Lendecke | 1 | -1/+1 |
2008-10-13 | Share ndrdump implementation. | Jelmer Vernooij | 1 | -0/+1 |
2008-10-13 | Import changes from upstream libndr. | Jelmer Vernooij | 1 | -10/+0 |
2008-10-12 | Share RPC binding string utility functions. | Jelmer Vernooij | 1 | -1/+1 |