Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-10-23 | Use common net utility code (address and sockaddr manipulation). | Jelmer Vernooij | 2 | -394/+3 | |
2008-10-23 | Use sockaddr_storage only where we rely on the size, use sockaddr | Jelmer Vernooij | 3 | -65/+67 | |
otherwise (to clarify we can also pass in structs smaller than sockaddr_storage, such as sockaddr_in). | |||||
2008-10-23 | Use libutil genrand. | Jelmer Vernooij | 1 | -220/+0 | |
2008-10-23 | Import talloc_stack into util library. | Jelmer Vernooij | 1 | -130/+0 | |
2008-10-23 | Use WERR_FILE_EXISTS which is the equivalent of WERR_ALREADY_EXISTS | Jelmer Vernooij | 2 | -2/+2 | |
previously present in Samba 3. | |||||
2008-10-23 | netapi: fix add_GROUP_USERS_INFO_X_buffer. | Günther Deschner | 1 | -4/+12 | |
Guenther | |||||
2008-10-23 | netapi: fix NetUserGetGroups_r returning partial results. | Günther Deschner | 1 | -2/+3 | |
Guenther | |||||
2008-10-23 | netapi: NetGroupEnum_r needs to handle servers with no groups. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-10-22 | Use standard types. | Jelmer Vernooij | 1 | -16/+16 | |
2008-10-21 | Cope with MAXIMUM_ALLOWED_ACCESS requests when opening handles. | Jeremy Allison | 1 | -0/+11 | |
Jeremy. | |||||
2008-10-20 | Remove the requirement for ldap call made as root. Add in security | Jeremy Allison | 1 | -7/+0 | |
checks for all SAMR calls. Jeremy. | |||||
2008-10-20 | Fix warnings. | Jeremy Allison | 5 | -32/+34 | |
Jeremy. | |||||
2008-10-19 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into crypt | Jelmer Vernooij | 3 | -247/+3 | |
2008-10-19 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 1 | -229/+0 | |
2008-10-19 | Remove silly safe_free() function which is a wrapper around SAFE_FREE(). | Jelmer Vernooij | 1 | -11/+0 | |
Since it's a function it just sets the local pointer to NULL and basically is an equivalent to free(). It also claims it's being used for callbacks but isn't used that way anywhere. | |||||
2008-10-19 | Move more functions out of util_str.c into the shared util.c. | Jelmer Vernooij | 1 | -229/+0 | |
2008-10-19 | Make generate_random_buffer signature match that of lib/util. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-19 | Add TALLOC_CTX pointer to generate_random_str(), for consistency with | Jelmer Vernooij | 1 | -6/+2 | |
Samba 4. | |||||
2008-10-18 | Move ufc to libreplace. | Jelmer Vernooij | 1 | -770/+0 | |
2008-10-18 | Rename hex_encode to hex_encode_talloc,for consistency with samba 4 and heimdal. | Jelmer Vernooij | 4 | -7/+7 | |
2008-10-18 | Use str_list_equal() rather than str_list_compare(). | Jelmer Vernooij | 1 | -23/+0 | |
2008-10-18 | Fix const, dupes. | Jelmer Vernooij | 1 | -35/+0 | |
2008-10-18 | Use separate make variables for libutil and libcrypto. | Jelmer Vernooij | 2 | -2/+2 | |
2008-10-18 | Use shared util.c. | Jelmer Vernooij | 1 | -323/+5 | |
2008-10-18 | Use standard va_copy. | Jelmer Vernooij | 2 | -2/+2 | |
2008-10-16 | Fix bug 5826 - Directory/Filenames get truncated when 3.2.0 client acesses ↵ | Jeremy Allison | 1 | -13/+45 | |
old server. There was some code in pull_ucs2_base_talloc() to cope with this case which hadn't been added to pull_ascii_base_talloc(). The older Samba returns non unicode names which is why you are seeing this codepath being executed. Unify the logic in pull_ascii_base_talloc() and pull_ucs2_base_talloc(). Jeremy. | |||||
2008-10-15 | s3: fix various samr callers. | Günther Deschner | 2 | -3/+3 | |
Guenther | |||||
2008-10-14 | Fix merged build . | Jelmer Vernooij | 1 | -32/+0 | |
2008-10-14 | Rely on standard {u,}int{8,16,32,64}_t types provided by system or | Jelmer Vernooij | 1 | -1/+1 | |
libreplace for {u,}int{8,16,32,64} defines. | |||||
2008-10-14 | Use GUID_random. | Jelmer Vernooij | 1 | -11/+0 | |
2008-10-14 | Use GUID_from_string. | Jelmer Vernooij | 1 | -51/+0 | |
2008-10-14 | Use GUID_string rather than smb_uuid_string(). | Jelmer Vernooij | 2 | -20/+4 | |
2008-10-14 | Use common fusage implementation. | Jelmer Vernooij | 1 | -157/+0 | |
2008-10-14 | Use {u,}int64_t instead of SMB_BIG_{U,}INT. | Jelmer Vernooij | 7 | -59/+55 | |
2008-10-13 | Share ndrdump implementation. | Jelmer Vernooij | 1 | -7/+66 | |
2008-10-13 | Use DATA_BLOB instead of "struct data_blob". | Jelmer Vernooij | 1 | -4/+4 | |
2008-10-13 | Add data_blob_string_const_null() function that includes the terminating | Jelmer Vernooij | 3 | -11/+11 | |
null byte and use it in Samba 3. This matches the behaviour prior to my data_blob changes. | |||||
2008-10-12 | Use common util_file code. | Jelmer Vernooij | 2 | -348/+10 | |
2008-10-12 | Sync util_tdb implementations. | Jelmer Vernooij | 1 | -297/+0 | |
2008-10-12 | Move rbtree.[ch] to lib/util. | Jelmer Vernooij | 3 | -424/+2 | |
2008-10-12 | Use common signal helper implementation. | Jelmer Vernooij | 1 | -138/+0 | |
2008-10-12 | Share data_blob implementation. | Jelmer Vernooij | 2 | -186/+6 | |
2008-10-12 | Use common strlist implementation in Samba 3 and Samba 4. | Jelmer Vernooij | 1 | -107/+0 | |
2008-10-11 | Cope with changed signature of http_timestring(). | Jelmer Vernooij | 2 | -559/+1 | |
2008-10-11 | Use xfile from common lib/util in Samba 3. | Jelmer Vernooij | 1 | -417/+0 | |
Conflicts: source3/Makefile.in | |||||
2008-10-11 | Provide the same set of helper functions for DEBUG in Samba 3 and Samba | Jelmer Vernooij | 1 | -3/+9 | |
4, even though the macros are still different. This makes it possible to use object code compiled with one DEBUG() macro from the other sourceX directory. | |||||
2008-10-11 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into arc4 | Jelmer Vernooij | 17 | -42/+276 | |
2008-10-09 | Remove SEC_ACCESS. It's a uint32_t. | Jeremy Allison | 5 | -25/+14 | |
Jeremy. | |||||
2008-10-08 | For the vfs_acl_xattr.c module, make sure we map GENERIC file and directory bits | Jeremy Allison | 1 | -0/+18 | |
to specific bits every time a security descriptor is set. The S4 torture suite proves that generic bits are not returned when querying an ACL set using them (ie. only the specific bits are stored on disk). Jeremy. | |||||
2008-10-07 | Make map_errno_from_nt_status() a generic call, not just a cli specific one. | Jeremy Allison | 1 | -0/+136 | |
Remove some unused calls from vfs_acl_xattr. Test for SD's on existing files. Jeremy. |