| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 2008-10-14 | 5 | -1135/+4 |
| |\ |
|
| | * | s3-build: add and use IDL_PATH while building IDL files. | Günther Deschner | 2008-10-14 | 2 | -4/+4 |
| * | | Give the user a hint about whether a merged build would be possible. | Jelmer Vernooij | 2008-10-14 | 2 | -1/+21 |
| * | | Allow auto-detect if --enable-merged-build was not specified. | Jelmer Vernooij | 2008-10-14 | 1 | -1/+2 |
* | | | Fix include path. | Jelmer Vernooij | 2008-10-14 | 1 | -1/+1 |
* | | | Share ndr_krb5pac implementation. | Jelmer Vernooij | 2008-10-14 | 2 | -141/+1 |
* | | | Compile lzcompress (required for ndr_compression) | Jelmer Vernooij | 2008-10-14 | 1 | -1/+2 |
* | | | Share ndr_compression.c. | Jelmer Vernooij | 2008-10-14 | 3 | -345/+1 |
* | | | Remove unused file. | Jelmer Vernooij | 2008-10-14 | 1 | -1438/+0 |
| |/
|/| |
|
* | | Remove unused file. | Jelmer Vernooij | 2008-10-14 | 1 | -1113/+0 |
* | | Merge branch 'master' of git://git.samba.org/samba | Jelmer Vernooij | 2008-10-14 | 2 | -12/+1 |
|\| |
|
| * | s3-build: fix init_samba_module missing proto warning. | Günther Deschner | 2008-10-14 | 1 | -0/+1 |
| * | Remove unused stuff | Volker Lendecke | 2008-10-14 | 1 | -12/+0 |
* | | Remove unused types. | Jelmer Vernooij | 2008-10-14 | 1 | -17/+0 |
* | | Remove unused header file. | Jelmer Vernooij | 2008-10-14 | 1 | -1/+0 |
|/ |
|
* | Rely on standard {u,}int{8,16,32,64}_t types provided by system or | Jelmer Vernooij | 2008-10-14 | 2 | -42/+9 |
* | Remove define for VOLATILE, volatile is already provided by libreplace. | Jelmer Vernooij | 2008-10-14 | 3 | -14/+2 |
* | MAXHOSTNAMELEN is already provided by libreplace if not by the system. | Jelmer Vernooij | 2008-10-14 | 1 | -8/+0 |
* | Remove unused data type schar. If we really need this, it should probably be ... | Jelmer Vernooij | 2008-10-14 | 1 | -6/+0 |
* | Use GUID_random. | Jelmer Vernooij | 2008-10-14 | 3 | -13/+1 |
* | Merge branch 'master' of git://git.samba.org/samba | Jelmer Vernooij | 2008-10-14 | 1 | -1/+2 |
|\ |
|
| * | Merge branch 'master' of ssh://jra@git.samba.org/data/git/samba | Jeremy Allison | 2008-10-13 | 2 | -158/+1 |
| |\ |
|
| * | | Cope with VFS change. | Jeremy Allison | 2008-10-13 | 1 | -1/+2 |
* | | | Use GUID_from_string. | Jelmer Vernooij | 2008-10-14 | 3 | -53/+1 |
* | | | Use GUID_string rather than smb_uuid_string(). | Jelmer Vernooij | 2008-10-14 | 9 | -33/+16 |
| |/
|/| |
|
* | | Use common fusage implementation. | Jelmer Vernooij | 2008-10-14 | 2 | -158/+1 |
|/ |
|
* | Use {u,}int64_t instead of SMB_BIG_{U,}INT. | Jelmer Vernooij | 2008-10-14 | 45 | -530/+507 |
* | Whitespace tidyup and an optimization to remove a talloc. | Jeremy Allison | 2008-10-13 | 1 | -7/+5 |
* | Enable optional anonymization of user names, | Holger Hetterich | 2008-10-13 | 1 | -1/+24 |
* | Remove the current_spoolss_pipes_open thingy. | Volker Lendecke | 2008-10-13 | 1 | -17/+0 |
* | Make the internal pipe functions static | Volker Lendecke | 2008-10-13 | 2 | -16/+8 |
* | Remove smb_np_struct | Volker Lendecke | 2008-10-13 | 8 | -514/+3 |
* | Use "struct files_struct" for pipes instead of smb_np_struct | Volker Lendecke | 2008-10-13 | 9 | -104/+208 |
* | Remove the chain_fsp global | Volker Lendecke | 2008-10-13 | 5 | -22/+12 |
* | Pass struct smb_request to file_free | Volker Lendecke | 2008-10-13 | 13 | -92/+96 |
* | Pass struct smb_request to file_new | Volker Lendecke | 2008-10-13 | 8 | -33/+38 |
* | Pass struct smb_request to file_fsp | Volker Lendecke | 2008-10-13 | 6 | -35/+35 |
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 2008-10-13 | 12 | -1417/+600 |
|\ |
|
| * | Share ndr.c implementation. | Jelmer Vernooij | 2008-10-13 | 1 | -1/+1 |
| * | Share ndrdump implementation. | Jelmer Vernooij | 2008-10-13 | 5 | -8/+79 |
| * | Import warning fixes from Samba 3 into libndr, sync more libndr code. | Jelmer Vernooij | 2008-10-13 | 2 | -10/+11 |
| * | Share uuid implementations. | Jelmer Vernooij | 2008-10-13 | 2 | -228/+1 |
| * | Share ndr_misc implementations. | Jelmer Vernooij | 2008-10-13 | 2 | -49/+1 |
| * | Share ndr_basic implementation. | Jelmer Vernooij | 2008-10-13 | 2 | -833/+1 |
| * | Import changes from upstream libndr. | Jelmer Vernooij | 2008-10-13 | 9 | -143/+336 |
| * | Move code specific to Samba 3 to a separate file. | Jelmer Vernooij | 2008-10-13 | 5 | -159/+184 |
* | | Import new enum values. | Jelmer Vernooij | 2008-10-13 | 3 | -3/+12 |
|/ |
|
* | s3: fix another build warning. | Günther Deschner | 2008-10-13 | 1 | -4/+4 |
* | Fix bug 5691: SIGBUS on Solaris | Volker Lendecke | 2008-10-13 | 1 | -1/+4 |
* | Use DATA_BLOB instead of "struct data_blob". | Jelmer Vernooij | 2008-10-13 | 1 | -4/+4 |