summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Use WITH_ADS define in libnet_join, hopefully not breaking the build.Günther Deschner2008-01-121-16/+11
| | * Auto-add missing shares in libnet_conf_set_parameter().Günther Deschner2008-01-121-2/+4
| | * Add debug bool flag for libnetjoin ctx.Günther Deschner2008-01-121-0/+1
| | * Use domain_is_ad one more time in libnetjoin.Günther Deschner2008-01-121-3/+2
| | * Sync tdb with the tdb changes in ctdb. Spoke to tridge aboutJeremy Allison2008-01-1110-218/+358
| | * Remove code accidentially submittet with last commit 83aed537c16f63.Michael Adam2008-01-111-42/+0
| | * Fix panic in "net conf": Fix logic in error condition.Michael Adam2008-01-111-1/+43
| | * Fix a build warning.Günther Deschner2008-01-111-0/+1
| * | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2008-01-080-0/+0
| |\ \
| * | | ensure uni_name.buffer is initialisedJeremy Allison2008-01-081-0/+2
* | | | Fix smbc_listxattr() and friends (bug #5189)Derrell Lipman2008-01-133-6/+34
* | | | Fix compile and linking errors since last this code was testedDerrell Lipman2008-01-133-2/+3
| |_|/ |/| |
* | | As long as DsGetDcName is not part of libnetapi, lowercase the fn name.Günther Deschner2008-01-114-44/+44
* | | Fix libnetapi error string callers.Günther Deschner2008-01-114-9/+9
* | | Remove '\n' from error strings in libnet_join context.Günther Deschner2008-01-111-12/+12
* | | Set error string when ads_leave_realm() has failed in libnetjoin.Günther Deschner2008-01-111-1/+9
* | | Include some basic headers in netapi.h.Günther Deschner2008-01-111-0/+10
* | | Refactor libnetapi error string functions a bit.Günther Deschner2008-01-112-6/+20
* | | Ignore result of libnet_conf_delete_parameter here, as realm may be not there.Günther Deschner2008-01-111-1/+1
* | | Remove some more references to global_myname() in libnet_join.Günther Deschner2008-01-111-2/+2
* | | Use domain_is_ad bool.Günther Deschner2008-01-111-6/+5
* | | Add domain_is_ad bool to libnetjoin ctx.Günther Deschner2008-01-111-0/+1
* | | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2008-01-1010-51/+44
|\ \ \
| * | | Combine fsp and tofd to tofsp in SMB_VFS_RECVFILE().Michael Adam2008-01-117-18/+15
| * | | Remove now redundant parameter fd from prime_cache().Michael Adam2008-01-111-5/+4
| * | | Combine fsp and fromfd to fromfsp in SMB_VFS_SENDFILE().Michael Adam2008-01-119-29/+26
* | | | Don't switch user contexts unless you have to. SavesJeremy Allison2008-01-102-14/+42
|/ / /
* | | Don't print out debug messages at level 0 if we can'tJeremy Allison2008-01-101-4/+10
* | | Fix the build of the cacheprime VFS module after API changes.Michael Adam2008-01-101-4/+3
* | | --enable-libwbclient-sharedVolker Lendecke2008-01-102-25/+35
* | | Tiny cosmetic fixVolker Lendecke2008-01-101-2/+1
* | | Remove redundant parameter fd from SMB_VFS_WRITE().Michael Adam2008-01-109-22/+22
* | | Remove redundant parameter fd from SMB_VFS_READ().Michael Adam2008-01-109-21/+22
* | | Move transfer_file and transfer_file_internal to a module of their own.Michael Adam2008-01-105-88/+147
* | | Reformat some code I just touched.Michael Adam2008-01-101-12/+20
* | | Make casts to (void *) explicit to remove compiler warnings.Michael Adam2008-01-101-1/+2
* | | Fix a really silly typo.Michael Adam2008-01-101-1/+1
* | | Correctly abstract the transfer_file mechanism with callbacks and void ptrs.Michael Adam2008-01-102-16/+32
* | | use talloc_tos() in share_access_check()Volker Lendecke2008-01-101-8/+3
* | | Some more talloc_tos()Volker Lendecke2008-01-103-13/+13
* | | use talloc_tos in a few more placesVolker Lendecke2008-01-107-16/+18
* | | Remove unused string.Günther Deschner2008-01-102-5/+2
* | | Fix a c++ warningVolker Lendecke2008-01-101-1/+2
* | | talloc_free_children can only reset pool if it's emptyVolker Lendecke2008-01-101-1/+2
* | | Mark talloc_pool memory for valgrindVolker Lendecke2008-01-101-3/+16
* | | Fix suspicious Makefile lineVolker Lendecke2008-01-101-2/+2
* | | Form a proper hierarchy in talloc_stackVolker Lendecke2008-01-101-3/+10
* | | Fixup hot paths - add macro for toupper (c < 0x80).Jeremy Allison2008-01-093-11/+36
* | | Make use of talloc_pool in the main codepaths. Remove the sub-contexts.Jeremy Allison2008-01-096-52/+12
* | | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2008-01-092-0/+3
|\ \ \