summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Collapse)AuthorAgeFilesLines
* Rely on standard {u,}int{8,16,32,64}_t types provided by system orJelmer Vernooij2008-10-141-1/+1
| | | | libreplace for {u,}int{8,16,32,64} defines.
* 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
| | | | | | null byte and use it in Samba 3. This matches the behaviour prior to my data_blob changes.
* 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
| | | | | | Conflicts: source3/Makefile.in
* Provide the same set of helper functions for DEBUG in Samba 3 and SambaJelmer Vernooij2008-10-111-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.
* 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
| | | | | | | | Jeremy.
| * For the vfs_acl_xattr.c module, make sure we map GENERIC file and directory bitsJeremy Allison2008-10-081-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.
| * Make map_errno_from_nt_status() a generic call, not just a cli specific one.Jeremy Allison2008-10-071-0/+136
| | | | | | | | | | Remove some unused calls from vfs_acl_xattr. Test for SD's on existing files. Jeremy.
| * 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
| | | | | | | | Jeremy.
| * Simply our main loop processing. A lot :-). Correctly use events for all the ↵Jeremy Allison2008-10-031-0/+15
| | | | | | | | | | | | | | | | previous "special" cases. A step on the way to adding signals to the events and being able to merge the S3 event system with the S4 one. Jeremy.
| * Fix bug 5805: don't close stdoutDerrell Lipman2008-10-021-1/+3
| | | | | | | | | | | | | | | | - When calling setup_logging multiple times, the code was closing the debug file descriptor before opening or assigning the new one. We don't, however, want to close the debug file descriptor if it is stdout. Derrell
| * fixed an (unlikely) memory leakAndrew Tridgell2008-09-291-0/+1
| |
| * fixed a segfault on the ctdb destructor codeAndrew Tridgell2008-09-291-3/+10
| |
| * [s3]fix build --with-cluster-support after ndr_[pull|push]_struct blob changes.Michael Adam2008-09-291-2/+2
| | | | | | | | Michael
| * Fix async_connectVolker Lendecke2008-09-291-1/+2
| |
| * netapi: start supporting NetUserSetInfo level 3.Günther Deschner2008-09-251-7/+46
| | | | | | | | Guenther
| * s3:lib/ldb: Don't return already freed pointer on error.Stefan Metzmacher2008-09-251-0/+1
| | | | | | | | | | | | metze Signed-off-by: Karolin Seeger <kseeger@samba.org>
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba into arc4Jelmer Vernooij2008-09-241-103/+0
|\| | | | | | | | | Conflicts: source3/include/includes.h
| * Use common crc32 implementation.Jelmer Vernooij2008-09-241-103/+0
| |
* | Use common arcfour implementation.Jelmer Vernooij2008-09-242-82/+4
|/
* Use shared copy of hmac5 implementation.Jelmer Vernooij2008-09-241-135/+0
|
* Use common md4 implementation.Jelmer Vernooij2008-09-241-174/+0
|
* Use common MD5.Jelmer Vernooij2008-09-241-247/+0
|
* s3-nbt: fix remaining callers of ndr_push/pull_struct_blob.Günther Deschner2008-09-232-4/+4
| | | | Guenther
* netapi: add NetFile testsuite.Günther Deschner2008-09-224-1/+151
| | | | Guenther
* netapi: fix case statement in example NetUserSetModals code.Günther Deschner2008-09-221-0/+1
| | | | Guenther
* build: fix cflag recursion in generated netapi makefiles.Günther Deschner2008-09-172-51/+51
| | | | Guenther
* Merge branch 'singlecompression' into singleJelmer Vernooij2008-09-162-709/+0
|\
| * Use single copy of compression library in Samba3,4.Jelmer Vernooij2008-09-162-709/+0
| |
* | Merge branch 'singlensswrap' into singleJelmer Vernooij2008-09-165-1589/+0
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: source3/configure.in source4/Makefile source4/configure.ac source4/lib/nss_wrapper/nss_wrapper.c source4/lib/replace/system/passwd.h source4/main.mk
| * | Use single cope of nss_wrapper in Samba 3 and Samba 4.Jelmer Vernooij2008-09-166-1590/+1
| |/
* | Merge branch 'singlesw' into singleJelmer Vernooij2008-09-165-2112/+0
|\ \ | | | | | | | | | | | | | | | Conflicts: source3/lib/socket_wrapper/socket_wrapper.c source4/lib/replace/system/network.h
| * | Use single copy of socket_wrapper in Samba 3 and Samba 4.Jelmer Vernooij2008-09-166-2113/+1
| |/
* | Merge branch 'singlereplace' into singleJelmer Vernooij2008-09-1668-14653/+3
|\ \ | | | | | | | | | | | | | | | Conflicts: source4/configure.ac source4/torture/local/config.mk