summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* netapi: fix NetUserGetGroups_r returning partial results.Günther Deschner2008-10-231-2/+3
* netapi: NetGroupEnum_r needs to handle servers with no groups.Günther Deschner2008-10-231-1/+1
* Use standard types.Jelmer Vernooij2008-10-221-16/+16
* Cope with MAXIMUM_ALLOWED_ACCESS requests when opening handles.Jeremy Allison2008-10-211-0/+11
* Remove the requirement for ldap call made as root. Add in securityJeremy Allison2008-10-201-7/+0
* Fix warnings.Jeremy Allison2008-10-205-32/+34
* Merge branch 'master' of ssh://git.samba.org/data/git/samba into cryptJelmer Vernooij2008-10-193-247/+3
|\
| * Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-10-191-229/+0
| |\
| | * Move more functions out of util_str.c into the shared util.c.Jelmer Vernooij2008-10-191-229/+0
| * | Remove silly safe_free() function which is a wrapper around SAFE_FREE().Jelmer Vernooij2008-10-191-11/+0
| |/
| * Make generate_random_buffer signature match that of lib/util.Jelmer Vernooij2008-10-191-1/+1
| * Add TALLOC_CTX pointer to generate_random_str(), for consistency withJelmer Vernooij2008-10-191-6/+2
* | Move ufc to libreplace.Jelmer Vernooij2008-10-181-770/+0
|/
* Rename hex_encode to hex_encode_talloc,for consistency with samba 4 and heimdal.Jelmer Vernooij2008-10-184-7/+7
* Use str_list_equal() rather than str_list_compare().Jelmer Vernooij2008-10-181-23/+0
* Fix const, dupes.Jelmer Vernooij2008-10-181-35/+0
* Use separate make variables for libutil and libcrypto.Jelmer Vernooij2008-10-182-2/+2
* Use shared util.c.Jelmer Vernooij2008-10-181-323/+5
* Use standard va_copy.Jelmer Vernooij2008-10-182-2/+2
* Fix bug 5826 - Directory/Filenames get truncated when 3.2.0 client acesses ol...Jeremy Allison2008-10-161-13/+45
* s3: fix various samr callers.Günther Deschner2008-10-152-3/+3
* Fix merged build .Jelmer Vernooij2008-10-141-32/+0
* Rely on standard {u,}int{8,16,32,64}_t types provided by system orJelmer Vernooij2008-10-141-1/+1
* Use GUID_random.Jelmer Vernooij2008-10-141-11/+0
* Use GUID_from_string.Jelmer Vernooij2008-10-141-51/+0
* Use GUID_string rather than smb_uuid_string().Jelmer Vernooij2008-10-142-20/+4
* Use common fusage implementation.Jelmer Vernooij2008-10-141-157/+0
* Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij2008-10-147-59/+55
* Share ndrdump implementation.Jelmer Vernooij2008-10-131-7/+66
* Use DATA_BLOB instead of "struct data_blob".Jelmer Vernooij2008-10-131-4/+4
* Add data_blob_string_const_null() function that includes the terminatingJelmer Vernooij2008-10-133-11/+11
* Use common util_file code.Jelmer Vernooij2008-10-122-348/+10
* Sync util_tdb implementations.Jelmer Vernooij2008-10-121-297/+0
* Move rbtree.[ch] to lib/util.Jelmer Vernooij2008-10-123-424/+2
* Use common signal helper implementation.Jelmer Vernooij2008-10-121-138/+0
* Share data_blob implementation.Jelmer Vernooij2008-10-122-186/+6
* Use common strlist implementation in Samba 3 and Samba 4.Jelmer Vernooij2008-10-121-107/+0
* Cope with changed signature of http_timestring().Jelmer Vernooij2008-10-112-559/+1
* Use xfile from common lib/util in Samba 3.Jelmer Vernooij2008-10-111-417/+0
* Provide the same set of helper functions for DEBUG in Samba 3 and SambaJelmer Vernooij2008-10-111-3/+9
* Merge branch 'master' of ssh://git.samba.org/data/git/samba into arc4Jelmer Vernooij2008-10-1117-42/+276
|\
| * Remove SEC_ACCESS. It's a uint32_t.Jeremy Allison2008-10-095-25/+14
| * For the vfs_acl_xattr.c module, make sure we map GENERIC file and directory bitsJeremy Allison2008-10-081-0/+18
| * Make map_errno_from_nt_status() a generic call, not just a cli specific one.Jeremy Allison2008-10-071-0/+136
| * Fix some missing error handlingsVolker Lendecke2008-10-053-2/+8
| * OS/X does not have rl_done in readline.hVolker Lendecke2008-10-051-0/+8
| * Correctly fix smbclient to terminate on eof from server.Jeremy Allison2008-10-031-1/+12
| * Simply our main loop processing. A lot :-). Correctly use events for all the ...Jeremy Allison2008-10-031-0/+15
| * Fix bug 5805: don't close stdoutDerrell Lipman2008-10-021-1/+3
| * fixed an (unlikely) memory leakAndrew Tridgell2008-09-291-0/+1