Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 2009-01-05 | 1 | -1/+2 | |
|\ | ||||||
| * | s3:events: move prototypes to event.h | Stefan Metzmacher | 2009-01-05 | 1 | -1/+2 | |
| | | | | | | | | metze | |||||
* | | Add iconv_convenience argument to size functions. | Jelmer Vernooij | 2009-01-01 | 1 | -1/+0 | |
|/ | ||||||
* | s3/s4: Move CONST_DISCARD into lib/util so it's available from s3 and s4 | Tim Prouty | 2008-12-30 | 1 | -2/+0 | |
| | ||||||
* | s3-ntsvcs: remove last traces of hand-marshalled NTSVCS. | Günther Deschner | 2008-12-17 | 1 | -1/+0 | |
| | | | | Guenther | |||||
* | s3-eventlog: move non rpc eventlog headers to own include file. | Günther Deschner | 2008-11-20 | 1 | -0/+1 | |
| | | | | Guenther | |||||
* | Remove global_loadparm stub in Samba 3 as it's no longer used. | Jelmer Vernooij | 2008-11-02 | 1 | -1/+0 | |
| | ||||||
* | Samba3: Remove more configure tests already done by libreplace. | Jelmer Vernooij | 2008-11-02 | 1 | -8/+0 | |
| | ||||||
* | Remove MIN, MAX, slprintf, vslprintf defines already provided by libreplace. | Jelmer Vernooij | 2008-11-02 | 1 | -14/+1 | |
| | ||||||
* | Remove another use of global_loadparm. | Jelmer Vernooij | 2008-11-02 | 1 | -0/+1 | |
| | | | | | | Eventually, we should move some of these parameters into a separate struct (perhaps into smb_transport_options?), to avoid the long lists of parameters. | |||||
* | Samba3: Include util.h header file rather than having custom prototypes. | Jelmer Vernooij | 2008-11-01 | 1 | -0/+2 | |
| | ||||||
* | Revert Samba3 back to using its own charset handling code. | Jelmer Vernooij | 2008-10-24 | 1 | -1/+1 | |
| | ||||||
* | Remove more uses of global_loadparm. | Jelmer Vernooij | 2008-10-24 | 1 | -1/+1 | |
| | ||||||
* | svcctl: move some non-rpc related bits out of rpc_svcctl.h. | Günther Deschner | 2008-10-24 | 1 | -0/+1 | |
| | | | | Guenther | |||||
* | Import talloc_stack into util library. | Jelmer Vernooij | 2008-10-23 | 1 | -1/+1 | |
| | ||||||
* | Use common error definitions. | Jelmer Vernooij | 2008-10-23 | 1 | -2/+1 | |
| | ||||||
* | s3: use shared asn1 code. | Günther Deschner | 2008-10-22 | 1 | -1/+2 | |
| | | | | Guenther | |||||
* | Merge branch 'master' of git://git.samba.org/samba | Jelmer Vernooij | 2008-10-20 | 1 | -8/+0 | |
|\ | | | | | | | | | Conflicts: source3/include/proto.h | |||||
| * | s3-build: no need to duplicate generated srv_ prototypes. | Günther Deschner | 2008-10-20 | 1 | -8/+0 | |
| | | | | | | | | Guenther | |||||
* | | Remove unused macro CONST_ADD. | Jelmer Vernooij | 2008-10-20 | 1 | -1/+0 | |
| | | ||||||
* | | Remove unused define for crypt (now in libreplace). | Jelmer Vernooij | 2008-10-20 | 1 | -4/+0 | |
|/ | ||||||
* | Remove defines for QSORT_CAST, already provided by libreplace. | Jelmer Vernooij | 2008-10-19 | 1 | -8/+0 | |
| | ||||||
* | Simplify SIG_ATOMIC_T define, since sig_atomic_t is always provided by | Jelmer Vernooij | 2008-10-19 | 1 | -4/+2 | |
| | | | | libreplace. | |||||
* | Remove duplicate macro definitions (already defined in libutil/attr.h) | Jelmer Vernooij | 2008-10-19 | 1 | -17/+0 | |
| | ||||||
* | Use attr.h rather than having local defines for GCC attributes. | Jelmer Vernooij | 2008-10-18 | 1 | -13/+6 | |
| | ||||||
* | Remove obsolete comment about bool. | Jelmer Vernooij | 2008-10-18 | 1 | -4/+0 | |
| | ||||||
* | Remove defines already provided by the system or libreplace. | Jelmer Vernooij | 2008-10-18 | 1 | -127/+0 | |
| | ||||||
* | Use the new memory macro file from Samba 3. | Jelmer Vernooij | 2008-10-18 | 1 | -0/+1 | |
| | ||||||
* | Share libndr.h between Samba 3 and Samba 4. | Jelmer Vernooij | 2008-10-15 | 1 | -0/+5 | |
| | ||||||
* | Rely on standard {u,}int{8,16,32,64}_t types provided by system or | Jelmer Vernooij | 2008-10-14 | 1 | -41/+8 | |
| | | | | libreplace for {u,}int{8,16,32,64} defines. | |||||
* | Remove define for VOLATILE, volatile is already provided by libreplace. | Jelmer Vernooij | 2008-10-14 | 1 | -12/+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 | |
| | | | | typedeffed to int8_t. | |||||
* | Use {u,}int64_t instead of SMB_BIG_{U,}INT. | Jelmer Vernooij | 2008-10-14 | 1 | -17/+6 | |
| | ||||||
* | Use common xfile.h. | Jelmer Vernooij | 2008-10-12 | 1 | -1/+1 | |
| | ||||||
* | Use common byteorder.h. | Jelmer Vernooij | 2008-10-12 | 1 | -1/+1 | |
| | ||||||
* | Share data_blob implementation. | Jelmer Vernooij | 2008-10-12 | 1 | -0/+1 | |
| | ||||||
* | Cope with changed signature of http_timestring(). | Jelmer Vernooij | 2008-10-11 | 1 | -0/+2 | |
| | ||||||
* | Remove duplicate copy of dlinklist.h. | Jelmer Vernooij | 2008-10-11 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba into arc4 | Jelmer Vernooij | 2008-09-24 | 1 | -0/+1 | |
|\ | | | | | | | | | Conflicts: source3/include/includes.h | |||||
| * | Use common crc32 implementation. | Jelmer Vernooij | 2008-09-24 | 1 | -0/+1 | |
| | | ||||||
* | | Use common arcfour implementation. | Jelmer Vernooij | 2008-09-24 | 1 | -0/+1 | |
|/ | ||||||
* | Use shared copy of hmac5 implementation. | Jelmer Vernooij | 2008-09-24 | 1 | -1/+1 | |
| | ||||||
* | Use common MD5. | Jelmer Vernooij | 2008-09-24 | 1 | -1/+1 | |
| | ||||||
* | s3-nbt: use the new generated nbt. | Günther Deschner | 2008-09-24 | 1 | -0/+1 | |
| | | | | Guenther | |||||
* | Merge branch 'singlereplace' into single | Jelmer Vernooij | 2008-09-16 | 1 | -1/+1 | |
|\ | | | | | | | | | | | Conflicts: source4/configure.ac source4/torture/local/config.mk | |||||
| * | Make Samba 3 and Samba 4 both use the same single copy of libreplace. | Jelmer Vernooij | 2008-09-16 | 1 | -1/+1 | |
| | | ||||||
* | | Share talloc source code between Samba 3 and Samba 4. | Jelmer Vernooij | 2008-09-16 | 1 | -1/+1 | |
|/ | ||||||
* | messaging: move types to IDL. | Günther Deschner | 2008-09-12 | 1 | -0/+1 | |
| | | | | | Guenther (This used to be commit 6c346d0eb20af5ba9b09f30319420f7c91480da6) | |||||
* | kerberos: use KRB5_KT_KEY macro where appropriate. | Günther Deschner | 2008-08-29 | 1 | -1/+1 | |
| | | | | | Guenther (This used to be commit a042dffd7121bda3dbc9509f69fcfae06ed4cc22) |