Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-01-09 | Fix memory handling in torture/cmd_vfs.c:cmd_open and don't leak fsp_name. | Michael Adam | 1 | -0/+13 | |
Michael (This used to be commit f93fc818143a7442a6e8a90f16f60c536a5b8f9e) | |||||
2008-01-09 | Reduce stat cache size default | Volker Lendecke | 1 | -1/+1 | |
Now that we have a LRU scheme for the stat cache we can live with a lot less (This used to be commit 9e736aab07b91744d4c14a55f6f7c55f51dd80f6) | |||||
2008-01-09 | Replace an uninitialized variable | Volker Lendecke | 1 | -0/+2 | |
Reported by the IBM checker (This used to be commit 48f61e4b9fce5ea4f4bc3cf55530bb757c0def07) | |||||
2008-01-09 | Add libnet_join_derive_salting_principal(). | Günther Deschner | 1 | -0/+55 | |
Guenther (This used to be commit 95129a28cfa57d8e5bd767b92f065abd1d32a569) | |||||
2008-01-09 | Fix build warning for libsmbclient example. | Günther Deschner | 1 | -0/+2 | |
Guenther (This used to be commit 8f411753b2130e9c1f260a15d031f57ba07b62a1) | |||||
2008-01-09 | git-ignore generated files under examples/VFS/ | Michael Adam | 1 | -0/+9 | |
Michael (This used to be commit 7b3724fe861408c393e94260f8a8cc504f2a48d0) | |||||
2008-01-09 | Ignore test directory. | Michael Adam | 1 | -0/+1 | |
Michael (This used to be commit 0aef0e38c26c59b779b5d7b48ef41e4aaa2fa729) | |||||
2008-01-09 | ensure uni_name.buffer is initialised | Volker Lendecke | 1 | -0/+2 | |
merge from http://samba.org/~tridge/3_0-ctdb (This used to be commit 2938e74dea1695c813d6220a839b248dbc3b1d8f) | |||||
2008-01-08 | Fix CID 461 - resource leak on error. | Jeremy Allison | 1 | -0/+4 | |
Jeremy. (This used to be commit eea07b0c83985af60395f8a31de5bac4e5398cff) | |||||
2008-01-08 | Fix CID 460 - resource leak on error. | Jeremy Allison | 1 | -0/+1 | |
Jeremy. (This used to be commit d61831164b482d02e0eef3c28aeed93d3e44433f) | |||||
2008-01-08 | Fix resource leak found by coverity (CID 521). | Jeremy Allison | 1 | -0/+4 | |
Jeremy. (This used to be commit acfb233acc7324b8d431d5cb777a1933d173b3dc) | |||||
2008-01-09 | Change registry_create_admin_token() to return NTSTATUS. | Michael Adam | 3 | -10/+18 | |
Michael (This used to be commit 9cd30fb25c42e79946b5140994d0bf2ef4c62f90) | |||||
2008-01-09 | Move content of comment. | Michael Adam | 1 | -4/+4 | |
Michael (This used to be commit ed4dd00c5ae8e4995ace9326f915ae4bd15d96b3) | |||||
2008-01-09 | Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS. | Michael Adam | 15 | -138/+203 | |
Michael (This used to be commit 6b2b9a60ef857ec31da5fea631535205fbdede4a) | |||||
2008-01-09 | Fix prototype: Add a void to an empty function parameter list. | Michael Adam | 1 | -1/+1 | |
Michael (This used to be commit 3f89aea8e4df3a2de8c5e4c6f4e417567adb2d67) | |||||
2008-01-09 | Don't leak data.dptr on error path. | Michael Adam | 1 | -3/+5 | |
Michael (This used to be commit d14de0692c623ff07dada45a3d7bec03ceca2b7e) | |||||
2008-01-09 | Extend a comment. | Michael Adam | 1 | -1/+3 | |
Michael (This used to be commit 081435250709af734ec1e49e2539b091f2d92dfb) | |||||
2008-01-09 | Add a comment. | Michael Adam | 1 | -0/+1 | |
Michael (This used to be commit 3a4bf4b7c3081048f0d5491dae6610388c268c2f) | |||||
2008-01-09 | Fix talloctort: move size check after referenced ptr check. | Michael Adam | 1 | -5/+5 | |
Michael (This used to be commit 45b219642c529865a898625eeb0433c60b233867) | |||||
2008-01-08 | Simplify... plus add a debug message. | Jeremy Allison | 1 | -5/+5 | |
Jeremy. (This used to be commit bedc493874adaf783362ba7b821e2a6d985b96ea) | |||||
2008-01-08 | Correctly identify enc/non-enc packets. | Jeremy Allison | 1 | -3/+5 | |
Jeremy. (This used to be commit 647f13d0f1a270a68263b3b0403436f9d6cf1a0e) | |||||
2008-01-09 | Save one popular malloc | Volker Lendecke | 1 | -6/+18 | |
(This used to be commit 2150663d9eaf5cdab08de2ad1fcc952d7e85936c) | |||||
2008-01-09 | Don't shrink a talloc area if we have less than 1k to gain | Volker Lendecke | 1 | -0/+5 | |
(This used to be commit 28a72ebd4541fb54f284da49081345e54130c75a) | |||||
2008-01-08 | Fix returns in void functions. | Michael Adam | 1 | -2/+2 | |
Michael (This used to be commit ef7c9a765bcdb1c774ff4f6d14053c4aa3815f31) | |||||
2008-01-08 | Fix examples/VFS after VFS API changes. | Michael Adam | 2 | -33/+33 | |
Michael (This used to be commit c88555ce45aa2998037d316f3a8edccd04be04a4) | |||||
2008-01-08 | Only realloc the talloc stack if necessary | Volker Lendecke | 1 | -7/+12 | |
(This used to be commit c7cb98d486ef8af1dc7111c2316fd73db9fef9f8) | |||||
2008-01-08 | Allocate dirp->name_cache on demand only | Volker Lendecke | 1 | -11/+10 | |
(This used to be commit 1a15778331393f9ece9aac9450828e799b20a058) | |||||
2008-01-08 | Move the DNS tsig update to using struct sockaddr_storage | Jeremy Allison | 3 | -33/+47 | |
from struct in_addr. Still only does IPv4 updates but now it'll be easy to add IPv6 when we have time. Jeremy. (This used to be commit ac3a433befca2c6b674fc7e7f2f2c700d78b0a0c) | |||||
2008-01-08 | Pedantic cosmetics: rerun make idl. | Günther Deschner | 12 | -3146/+3146 | |
Guenther (This used to be commit d1fa8049b1c0a3cebbc2c64e245e8055c8d3e84b) | |||||
2008-01-08 | Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-test | Jelmer Vernooij | 65 | -769/+1637 | |
(This used to be commit ea36c3add588061cf338deabb2d8952f2213a8bd) | |||||
2008-01-08 | Use ads_get_upn() in net_derive_salting_principal(). | Günther Deschner | 1 | -15/+1 | |
Guenther (This used to be commit a3b348b113f248d2eccffd6073560619a97a2976) | |||||
2008-01-08 | Fix define check s/WITH_LDAP/HAVE_LDAP/ in libnet_join. | Günther Deschner | 1 | -4/+4 | |
Guenther (This used to be commit 045a69c59c3b0732bb12a8b0efc8c9675e811719) | |||||
2008-01-08 | Do not ignore provided machine_name in ads_get_upn(). | Günther Deschner | 1 | -5/+5 | |
Guenther (This used to be commit ddc1307844379f99b3dde48fc351d0326d22a7ce) | |||||
2008-01-08 | Add missing quote. Fix bug 5172. Thanks to Jason Filley ↵ | Karolin Seeger | 1 | -1/+1 | |
<jason@snakelegs.org> for reporting! Karolin (This used to be commit 6be1ee8e6fb4e7fd413098c40b40569a980bd7a5) | |||||
2008-01-08 | Correctly talloc ctx->remote_path in libgpo (thanks Michael for the pointer). | Günther Deschner | 1 | -2/+2 | |
Guenther (This used to be commit 2ea57a76a6bc8f9c835818780fcc9324896d5c1f) | |||||
2008-01-08 | Remove redundant parameter fd from SMB_VFS_AIO_CANCEL(). | Michael Adam | 5 | -10/+11 | |
Michael (This used to be commit 3c997ae0002d4c50e8899600c17ddf74ac61f6f0) | |||||
2008-01-08 | Correctly free buffers in netdomjoin-gui. | Günther Deschner | 1 | -1/+8 | |
Guenther (This used to be commit 04d78d4d9a8cffe44c927036038aef1d6d6b44b2) | |||||
2008-01-08 | Make name_buffer in NetGetJoinInformation() talloced. | Günther Deschner | 1 | -2/+2 | |
Guenther (This used to be commit 421905fb608df6736944ac21ac67abee24991521) | |||||
2008-01-08 | Add NetApiBufferFree() to libnetapi. | Günther Deschner | 2 | -0/+19 | |
Guenther (This used to be commit c49196954d38f0c2851abbfe25086cd6fe660a2e) | |||||
2008-01-08 | Fix crash bug when strequal is used too late in libnetapi_free. | Günther Deschner | 1 | -5/+8 | |
Guenther (This used to be commit ba2b8a310e1d6f78116350e24c17ae4db08b9bed) | |||||
2008-01-08 | When unjoining fails (e.g. missing creds) make sure we still correct config. | Günther Deschner | 1 | -0/+4 | |
Guenther (This used to be commit 7f51583f681b1acc9bfbab6ee0e2d1c13d2c4ca4) | |||||
2008-01-08 | Remove redundant parameter fd from SMB_VFS_FSETXATTR(). | Michael Adam | 7 | -14/+14 | |
Michael (This used to be commit 0bd2643463a9160c8a1c7e1c2f8cca7b89060e09) | |||||
2008-01-08 | Remove redundant parameter fd from SMB_VFS_FREMOVEXATTR(). | Michael Adam | 7 | -13/+14 | |
Michael (This used to be commit bfc3b5a27f707d3e4b8d5d66192891e22365fbb3) | |||||
2008-01-08 | Remove redundant parameter fd from SMB_VFS_FLISTXATTR(). | Michael Adam | 5 | -10/+11 | |
Michael (This used to be commit 167649b3b8bc293f8434ffc9fb5f80463e4e75be) | |||||
2008-01-08 | Remove redundant parameter fd from SMB_VFS_FGETXATTR(). | Michael Adam | 7 | -13/+14 | |
Michael (This used to be commit 2cb739a82dc6bb194d60718cc74b26ee7c1c46a7) | |||||
2008-01-08 | Remove forgotton fd from solarisacl_sys_acl_get_fd(). | Michael Adam | 1 | -3/+2 | |
Michael (This used to be commit 38f34b1d743caaf9f2d750580b991958d260fead) | |||||
2008-01-08 | Remove redundant parameter fd from SMB_VFS_SYS_ACL_SET_FD(). | Michael Adam | 14 | -47/+48 | |
Michael (This used to be commit 9296e93588c0e795cae770765050247ac1474a74) | |||||
2008-01-08 | Remove redundant parameter fd from SMB_VFS_FCHMOD_ACL(). | Michael Adam | 8 | -20/+20 | |
Michael (This used to be commit 7b201c177b3668f54751ba17d6a0b53ed913e7f7) | |||||
2008-01-08 | Add comment. | Michael Adam | 1 | -0/+2 | |
Michael (This used to be commit 8b52626f7fd30e1bdf2dd3b4263de1aff282cdd5) | |||||
2008-01-07 | Remove redundant parameter fd from SMB_VFS_SYS_ACL_GET_FD(). | Michael Adam | 14 | -49/+41 | |
Michael (This used to be commit 42663e8736e1a3dfb57e0aafdcbf5fec880da779) |