Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Get the inbuf on talloc_tos() | Volker Lendecke | 2008-01-12 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Convert OpenDir to talloc, use talloc_tos() | Volker Lendecke | 2008-01-12 | 3 | -76/+61 | |
| | | | | | | | | | | | | | | | | This cuts some mallocs on NtCreate&X | |||||
| * | | | Restructure dbwrap_rbt | Volker Lendecke | 2008-01-12 | 1 | -59/+127 | |
| | | | | | | | | | | | | | | | | | | | | | | | | In this low-level code, play tricks to reduce the number of allocations to the possible minimum. I would not recommend this for higher-level code, but here it pays off. | |||||
| * | | | One more empty line | Volker Lendecke | 2008-01-12 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | delete on close even prevents stat opens | Volker Lendecke | 2008-01-12 | 1 | -6/+6 | |
| | | | | ||||||
| * | | | There's no point in calling FLOCK on a non-existing fd | Volker Lendecke | 2008-01-12 | 1 | -7/+9 | |
| | | | | ||||||
| * | | | CID 458. Don't leak dlopen handles on failing to load | Jeremy Allison | 2008-01-12 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | module. Jeremy. | |||||
| * | | | Fix CID 469. new_acct can't be NULL here. | Jeremy Allison | 2008-01-12 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | Fix CID 470. resolve_order can't be NULL here so simplify code. | Jeremy Allison | 2008-01-12 | 1 | -10/+3 | |
| | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | Fix CID 475. work should not be checked against NULL | Jeremy Allison | 2008-01-11 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | here as it can never be null. Jeremy. | |||||
| * | | | Fix CID 476. Ensure a valid pac_data pointer is always passed to | Jeremy Allison | 2008-01-11 | 3 | -5/+4 | |
| | | | | | | | | | | | | | | | | | | | | ads_verify_ticket as it's always derefed. Jeremy. | |||||
| * | | | Coverity 512, uninitialized var. | Jeremy Allison | 2008-01-11 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | Stop Coverity complaining about uninitialized variables. | Jeremy Allison | 2008-01-11 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | Fix CID 498. Ensure we don't prs_mem_free an uninitialized | Jeremy Allison | 2008-01-11 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | | | prs_struct. Jeremy. | |||||
| * | | | Fix CID 505 - don't copy uninitialized memory. | Jeremy Allison | 2008-01-11 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | Fix CID 523 - wrong null deref check. | Jeremy Allison | 2008-01-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | Fix CID 524 - reference before allocation fail null check. | Jeremy Allison | 2008-01-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | Ensure we don't access an uninitialized variable | Jeremy Allison | 2008-01-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | (CID 535 - actually false but easy to shut up :-). Jeremy. | |||||
| * | | | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵ | Jeremy Allison | 2008-01-11 | 111 | -12779/+20175 | |
| |\ \ \ | | | | | | | | | | | | | | | | v3-2-test | |||||
| | * | | | Fix some indents. | Günther Deschner | 2008-01-12 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | Guenther | |||||
| | * | | | Call dsgetdcname when we have no specific dc defined for joining. | Günther Deschner | 2008-01-12 | 1 | -0/+27 | |
| | | | | | | | | | | | | | | | | | | | | Guenther | |||||
| | * | | | Fix some error strings in libnet_join. | Günther Deschner | 2008-01-12 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | | | Guenther | |||||
| | * | | | Add appropriate error code when pre-creating accounts in ous isnt supported ↵ | Günther Deschner | 2008-01-12 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | by DC. Guenther | |||||
| | * | | | For libnet_join error string functions, make sure not to overwrite last ↵ | Günther Deschner | 2008-01-12 | 1 | -10/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | status string. Guenther | |||||
| | * | | | Merge all ads related calls in libnet_join_post_processing_ads(). | Günther Deschner | 2008-01-12 | 1 | -32/+49 | |
| | | | | | | | | | | | | | | | | | | | | Guenther | |||||
| | * | | | Use WITH_ADS define in libnet_join, hopefully not breaking the build. | Günther Deschner | 2008-01-12 | 1 | -16/+11 | |
| | | | | | | | | | | | | | | | | | | | | Guenther | |||||
| | * | | | Auto-add missing shares in libnet_conf_set_parameter(). | Günther Deschner | 2008-01-12 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Michael, please have a look. Guenther | |||||
| | * | | | Add debug bool flag for libnetjoin ctx. | Günther Deschner | 2008-01-12 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | Guenther | |||||
| | * | | | Use domain_is_ad one more time in libnetjoin. | Günther Deschner | 2008-01-12 | 1 | -3/+2 | |
| | | | | | | | | | | | | | | | | | | | | Guenther | |||||
| | * | | | Sync tdb with the tdb changes in ctdb. Spoke to tridge about | Jeremy Allison | 2008-01-11 | 10 | -218/+358 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | this. Fixes insidious problem with order n^2 freelist merging. Jeremy. | |||||
| | * | | | Remove code accidentially submittet with last commit 83aed537c16f63. | Michael Adam | 2008-01-11 | 1 | -42/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is ist still in preparation and will follow soon. Soory! Michael | |||||
| | * | | | Fix panic in "net conf": Fix logic in error condition. | Michael Adam | 2008-01-11 | 1 | -1/+43 | |
| | | | | | | | | | | | | | | | | | | | | Michael | |||||
| | * | | | Fix a build warning. | Günther Deschner | 2008-01-11 | 1 | -0/+1 | |
| | |/ / | | | | | | | | | | | | | Guenther | |||||
| | * | | As long as DsGetDcName is not part of libnetapi, lowercase the fn name. | Günther Deschner | 2008-01-11 | 4 | -44/+44 | |
| | | | | | | | | | | | | | | | | Guenther | |||||
| | * | | Fix libnetapi error string callers. | Günther Deschner | 2008-01-11 | 4 | -9/+9 | |
| | | | | | | | | | | | | | | | | Guenther | |||||
| | * | | Remove '\n' from error strings in libnet_join context. | Günther Deschner | 2008-01-11 | 1 | -12/+12 | |
| | | | | | | | | | | | | | | | | Guenther | |||||
| | * | | Set error string when ads_leave_realm() has failed in libnetjoin. | Günther Deschner | 2008-01-11 | 1 | -1/+9 | |
| | | | | | | | | | | | | | | | | Guenther | |||||
| | * | | Include some basic headers in netapi.h. | Günther Deschner | 2008-01-11 | 1 | -0/+10 | |
| | | | | | | | | | | | | | | | | Guenther | |||||
| | * | | Refactor libnetapi error string functions a bit. | Günther Deschner | 2008-01-11 | 2 | -6/+20 | |
| | | | | | | | | | | | | | | | | Guenther | |||||
| | * | | Ignore result of libnet_conf_delete_parameter here, as realm may be not there. | Günther Deschner | 2008-01-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Guenther | |||||
| | * | | Remove some more references to global_myname() in libnet_join. | Günther Deschner | 2008-01-11 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | Guenther | |||||
| | * | | Use domain_is_ad bool. | Günther Deschner | 2008-01-11 | 1 | -6/+5 | |
| | | | | | | | | | | | | | | | | Guenther | |||||
| | * | | Add domain_is_ad bool to libnetjoin ctx. | Günther Deschner | 2008-01-11 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | Guenther | |||||
| | * | | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵ | Jeremy Allison | 2008-01-10 | 10 | -51/+44 | |
| | |\ \ | | | | | | | | | | | | | | | | v3-2-test | |||||
| | | * | | Combine fsp and tofd to tofsp in SMB_VFS_RECVFILE(). | Michael Adam | 2008-01-11 | 7 | -18/+15 | |
| | | | | | | | | | | | | | | | | | | | | Michael | |||||
| | | * | | Remove now redundant parameter fd from prime_cache(). | Michael Adam | 2008-01-11 | 1 | -5/+4 | |
| | | | | | | | | | | | | | | | | | | | | Michael | |||||
| | | * | | Combine fsp and fromfd to fromfsp in SMB_VFS_SENDFILE(). | Michael Adam | 2008-01-11 | 9 | -29/+26 | |
| | | | | | | | | | | | | | | | | | | | | Michael | |||||
| | * | | | Don't switch user contexts unless you have to. Saves | Jeremy Allison | 2008-01-10 | 2 | -14/+42 | |
| | |/ / | | | | | | | | | | | | | | | | | a bunch of syscalls on close. Noticed by Volker. Jeremy. | |||||
| | * | | Don't print out debug messages at level 0 if we can't | Jeremy Allison | 2008-01-10 | 1 | -4/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bind to a socket if we've already bound to one (this prevents : bind failed on port 445 socket_addr = 0.0.0.0. Error = Address already in use bind failed on port 139 socket_addr = 0.0.0.0. Error = Address already in use messages when trying to bind to an IPv4 address when we've already bound to the IPv6 equivalent. Jeremy. | |||||
| | * | | Fix the build of the cacheprime VFS module after API changes. | Michael Adam | 2008-01-10 | 1 | -4/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Sorry, that had escaped my attention. Michael |