summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2008-10-23netapi: fix add_GROUP_USERS_INFO_X_buffer.Günther Deschner1-4/+12
2008-10-23netapi: fix NetUserGetGroups_r returning partial results.Günther Deschner1-2/+3
2008-10-23netapi: NetGroupEnum_r needs to handle servers with no groups.Günther Deschner1-1/+1
2008-10-22Use standard types.Jelmer Vernooij1-16/+16
2008-10-21Cope with MAXIMUM_ALLOWED_ACCESS requests when opening handles.Jeremy Allison1-0/+11
2008-10-20Remove the requirement for ldap call made as root. Add in securityJeremy Allison1-7/+0
2008-10-20Fix warnings.Jeremy Allison5-32/+34
2008-10-19Merge branch 'master' of ssh://git.samba.org/data/git/samba into cryptJelmer Vernooij3-247/+3
2008-10-19Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij1-229/+0
2008-10-19Remove silly safe_free() function which is a wrapper around SAFE_FREE().Jelmer Vernooij1-11/+0
2008-10-19Move more functions out of util_str.c into the shared util.c.Jelmer Vernooij1-229/+0
2008-10-19Make generate_random_buffer signature match that of lib/util.Jelmer Vernooij1-1/+1
2008-10-19Add TALLOC_CTX pointer to generate_random_str(), for consistency withJelmer Vernooij1-6/+2
2008-10-18Move ufc to libreplace.Jelmer Vernooij1-770/+0
2008-10-18Rename hex_encode to hex_encode_talloc,for consistency with samba 4 and heimdal.Jelmer Vernooij4-7/+7
2008-10-18Use str_list_equal() rather than str_list_compare().Jelmer Vernooij1-23/+0
2008-10-18Fix const, dupes.Jelmer Vernooij1-35/+0
2008-10-18Use separate make variables for libutil and libcrypto.Jelmer Vernooij2-2/+2
2008-10-18Use shared util.c.Jelmer Vernooij1-323/+5
2008-10-18Use standard va_copy.Jelmer Vernooij2-2/+2
2008-10-16Fix bug 5826 - Directory/Filenames get truncated when 3.2.0 client acesses ol...Jeremy Allison1-13/+45
2008-10-15s3: fix various samr callers.Günther Deschner2-3/+3
2008-10-14Fix merged build .Jelmer Vernooij1-32/+0
2008-10-14Rely on standard {u,}int{8,16,32,64}_t types provided by system orJelmer Vernooij1-1/+1
2008-10-14Use GUID_random.Jelmer Vernooij1-11/+0
2008-10-14Use GUID_from_string.Jelmer Vernooij1-51/+0
2008-10-14Use GUID_string rather than smb_uuid_string().Jelmer Vernooij2-20/+4
2008-10-14Use common fusage implementation.Jelmer Vernooij1-157/+0
2008-10-14Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij7-59/+55
2008-10-13Share ndrdump implementation.Jelmer Vernooij1-7/+66
2008-10-13Use DATA_BLOB instead of "struct data_blob".Jelmer Vernooij1-4/+4
2008-10-13Add data_blob_string_const_null() function that includes the terminatingJelmer Vernooij3-11/+11
2008-10-12Use common util_file code.Jelmer Vernooij2-348/+10
2008-10-12Sync util_tdb implementations.Jelmer Vernooij1-297/+0
2008-10-12Move rbtree.[ch] to lib/util.Jelmer Vernooij3-424/+2
2008-10-12Use common signal helper implementation.Jelmer Vernooij1-138/+0
2008-10-12Share data_blob implementation.Jelmer Vernooij2-186/+6
2008-10-12Use common strlist implementation in Samba 3 and Samba 4.Jelmer Vernooij1-107/+0
2008-10-11Cope with changed signature of http_timestring().Jelmer Vernooij2-559/+1
2008-10-11Use xfile from common lib/util in Samba 3.Jelmer Vernooij1-417/+0
2008-10-11Provide the same set of helper functions for DEBUG in Samba 3 and SambaJelmer Vernooij1-3/+9
2008-10-11Merge branch 'master' of ssh://git.samba.org/data/git/samba into arc4Jelmer Vernooij17-42/+276
2008-10-09Remove SEC_ACCESS. It's a uint32_t.Jeremy Allison5-25/+14
2008-10-08For the vfs_acl_xattr.c module, make sure we map GENERIC file and directory bitsJeremy Allison1-0/+18
2008-10-07Make map_errno_from_nt_status() a generic call, not just a cli specific one.Jeremy Allison1-0/+136
2008-10-05Fix some missing error handlingsVolker Lendecke3-2/+8
2008-10-05OS/X does not have rl_done in readline.hVolker Lendecke1-0/+8
2008-10-03Correctly fix smbclient to terminate on eof from server.Jeremy Allison1-1/+12
2008-10-03Simply our main loop processing. A lot :-). Correctly use events for all the ...Jeremy Allison1-0/+15
2008-10-02Fix bug 5805: don't close stdoutDerrell Lipman1-1/+3