| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [s3]libsmbconf: fall back to file backend when no valid backend was found | Michael Adam | 2008-10-27 | 1 | -4/+5 |
* | [s3]libsmbconf: fix comment typo. | Michael Adam | 2008-10-27 | 1 | -1/+1 |
* | [s3]libsmbconf: add backend_requires_messaging() method to libsmbconf. | Michael Adam | 2008-10-27 | 5 | -0/+28 |
* | [s3]libsmbconf: remove unused define. | Michael Adam | 2008-10-27 | 1 | -3/+0 |
* | [s3]pidfile_create: use check is_default_dyn_CONFIGFILE() since we have it. | Michael Adam | 2008-10-27 | 1 | -1/+1 |
* | netapi: make sure to always cleanup after testing NetUser calls. | Günther Deschner | 2008-10-24 | 1 | -0/+4 |
* | netapi: add more group tests to netapitest. | Günther Deschner | 2008-10-24 | 1 | -3/+220 |
* | Fix prototype for set_sockaddr_port. | Jelmer Vernooij | 2008-10-23 | 1 | -1/+1 |
* | Move set_sockaddr_port to libutil. | Jelmer Vernooij | 2008-10-23 | 1 | -12/+0 |
* | Use common net utility code (address and sockaddr manipulation). | Jelmer Vernooij | 2008-10-23 | 2 | -394/+3 |
* | Use sockaddr_storage only where we rely on the size, use sockaddr | Jelmer Vernooij | 2008-10-23 | 3 | -65/+67 |
* | Use libutil genrand. | Jelmer Vernooij | 2008-10-23 | 1 | -220/+0 |
* | Import talloc_stack into util library. | Jelmer Vernooij | 2008-10-23 | 1 | -130/+0 |
* | Use WERR_FILE_EXISTS which is the equivalent of WERR_ALREADY_EXISTS | Jelmer Vernooij | 2008-10-23 | 2 | -2/+2 |
* | netapi: fix add_GROUP_USERS_INFO_X_buffer. | Günther Deschner | 2008-10-23 | 1 | -4/+12 |
* | netapi: fix NetUserGetGroups_r returning partial results. | Günther Deschner | 2008-10-23 | 1 | -2/+3 |
* | netapi: NetGroupEnum_r needs to handle servers with no groups. | Günther Deschner | 2008-10-23 | 1 | -1/+1 |
* | Use standard types. | Jelmer Vernooij | 2008-10-22 | 1 | -16/+16 |
* | Cope with MAXIMUM_ALLOWED_ACCESS requests when opening handles. | Jeremy Allison | 2008-10-21 | 1 | -0/+11 |
* | Remove the requirement for ldap call made as root. Add in security | Jeremy Allison | 2008-10-20 | 1 | -7/+0 |
* | Fix warnings. | Jeremy Allison | 2008-10-20 | 5 | -32/+34 |
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba into crypt | Jelmer Vernooij | 2008-10-19 | 3 | -247/+3 |
|\ |
|
| * | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 2008-10-19 | 1 | -229/+0 |
| |\ |
|
| | * | Move more functions out of util_str.c into the shared util.c. | Jelmer Vernooij | 2008-10-19 | 1 | -229/+0 |
| * | | Remove silly safe_free() function which is a wrapper around SAFE_FREE(). | Jelmer Vernooij | 2008-10-19 | 1 | -11/+0 |
| |/ |
|
| * | Make generate_random_buffer signature match that of lib/util. | Jelmer Vernooij | 2008-10-19 | 1 | -1/+1 |
| * | Add TALLOC_CTX pointer to generate_random_str(), for consistency with | Jelmer Vernooij | 2008-10-19 | 1 | -6/+2 |
* | | Move ufc to libreplace. | Jelmer Vernooij | 2008-10-18 | 1 | -770/+0 |
|/ |
|
* | Rename hex_encode to hex_encode_talloc,for consistency with samba 4 and heimdal. | Jelmer Vernooij | 2008-10-18 | 4 | -7/+7 |
* | Use str_list_equal() rather than str_list_compare(). | Jelmer Vernooij | 2008-10-18 | 1 | -23/+0 |
* | Fix const, dupes. | Jelmer Vernooij | 2008-10-18 | 1 | -35/+0 |
* | Use separate make variables for libutil and libcrypto. | Jelmer Vernooij | 2008-10-18 | 2 | -2/+2 |
* | Use shared util.c. | Jelmer Vernooij | 2008-10-18 | 1 | -323/+5 |
* | Use standard va_copy. | Jelmer Vernooij | 2008-10-18 | 2 | -2/+2 |
* | Fix bug 5826 - Directory/Filenames get truncated when 3.2.0 client acesses ol... | Jeremy Allison | 2008-10-16 | 1 | -13/+45 |
* | s3: fix various samr callers. | Günther Deschner | 2008-10-15 | 2 | -3/+3 |
* | Fix merged build . | Jelmer Vernooij | 2008-10-14 | 1 | -32/+0 |
* | Rely on standard {u,}int{8,16,32,64}_t types provided by system or | Jelmer Vernooij | 2008-10-14 | 1 | -1/+1 |
* | Use GUID_random. | Jelmer Vernooij | 2008-10-14 | 1 | -11/+0 |
* | Use GUID_from_string. | Jelmer Vernooij | 2008-10-14 | 1 | -51/+0 |
* | Use GUID_string rather than smb_uuid_string(). | Jelmer Vernooij | 2008-10-14 | 2 | -20/+4 |
* | Use common fusage implementation. | Jelmer Vernooij | 2008-10-14 | 1 | -157/+0 |
* | Use {u,}int64_t instead of SMB_BIG_{U,}INT. | Jelmer Vernooij | 2008-10-14 | 7 | -59/+55 |
* | Share ndrdump implementation. | Jelmer Vernooij | 2008-10-13 | 1 | -7/+66 |
* | Use DATA_BLOB instead of "struct data_blob". | Jelmer Vernooij | 2008-10-13 | 1 | -4/+4 |
* | Add data_blob_string_const_null() function that includes the terminating | Jelmer Vernooij | 2008-10-13 | 3 | -11/+11 |
* | Use common util_file code. | Jelmer Vernooij | 2008-10-12 | 2 | -348/+10 |
* | Sync util_tdb implementations. | Jelmer Vernooij | 2008-10-12 | 1 | -297/+0 |
* | Move rbtree.[ch] to lib/util. | Jelmer Vernooij | 2008-10-12 | 3 | -424/+2 |
* | Use common signal helper implementation. | Jelmer Vernooij | 2008-10-12 | 1 | -138/+0 |