summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2008-01-11As long as DsGetDcName is not part of libnetapi, lowercase the fn name.Günther Deschner4-44/+44
2008-01-11Fix libnetapi error string callers.Günther Deschner4-9/+9
2008-01-11Remove '\n' from error strings in libnet_join context.Günther Deschner1-12/+12
2008-01-11Set error string when ads_leave_realm() has failed in libnetjoin.Günther Deschner1-1/+9
2008-01-11Include some basic headers in netapi.h.Günther Deschner1-0/+10
2008-01-11Refactor libnetapi error string functions a bit.Günther Deschner2-6/+20
2008-01-11Ignore result of libnet_conf_delete_parameter here, as realm may be not there.Günther Deschner1-1/+1
2008-01-11Remove some more references to global_myname() in libnet_join.Günther Deschner1-2/+2
2008-01-11Use domain_is_ad bool.Günther Deschner1-6/+5
2008-01-11Add domain_is_ad bool to libnetjoin ctx.Günther Deschner1-0/+1
2008-01-10Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison8-43/+36
2008-01-10Don't switch user contexts unless you have to. SavesJeremy Allison2-14/+42
2008-01-11Combine fsp and tofd to tofsp in SMB_VFS_RECVFILE().Michael Adam5-14/+11
2008-01-11Remove now redundant parameter fd from prime_cache().Michael Adam1-5/+4
2008-01-11Combine fsp and fromfd to fromfsp in SMB_VFS_SENDFILE().Michael Adam7-25/+22
2008-01-10Don't print out debug messages at level 0 if we can'tJeremy Allison1-4/+10
2008-01-10Fix the build of the cacheprime VFS module after API changes.Michael Adam1-4/+3
2008-01-10--enable-libwbclient-sharedVolker Lendecke2-25/+35
2008-01-10Tiny cosmetic fixVolker Lendecke1-2/+1
2008-01-10Remove redundant parameter fd from SMB_VFS_WRITE().Michael Adam7-18/+18
2008-01-10Remove redundant parameter fd from SMB_VFS_READ().Michael Adam7-17/+18
2008-01-10Move transfer_file and transfer_file_internal to a module of their own.Michael Adam5-88/+147
2008-01-10Reformat some code I just touched.Michael Adam1-12/+20
2008-01-10Make casts to (void *) explicit to remove compiler warnings.Michael Adam1-1/+2
2008-01-10Fix a really silly typo.Michael Adam1-1/+1
2008-01-10Correctly abstract the transfer_file mechanism with callbacks and void ptrs.Michael Adam2-16/+32
2008-01-10use talloc_tos() in share_access_check()Volker Lendecke1-8/+3
2008-01-10Some more talloc_tos()Volker Lendecke3-13/+13
2008-01-10use talloc_tos in a few more placesVolker Lendecke7-16/+18
2008-01-10Remove unused string.Günther Deschner1-3/+0
2008-01-10Fix a c++ warningVolker Lendecke1-1/+2
2008-01-10talloc_free_children can only reset pool if it's emptyVolker Lendecke1-1/+2
2008-01-10Mark talloc_pool memory for valgrindVolker Lendecke1-3/+16
2008-01-10Fix suspicious Makefile lineVolker Lendecke1-2/+2
2008-01-10Form a proper hierarchy in talloc_stackVolker Lendecke1-3/+10
2008-01-09Fixup hot paths - add macro for toupper (c < 0x80).Jeremy Allison3-11/+36
2008-01-09Make use of talloc_pool in the main codepaths. Remove the sub-contexts.Jeremy Allison6-52/+12
2008-01-09Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2-0/+3
2008-01-09Add the calls to make use of talloc_pools in a talloc_stackframe.Jeremy Allison2-2/+17
2008-01-09Implement talloc_pool()Volker Lendecke3-7/+207
2008-01-10Try and fix the AIX build.Michael Adam1-0/+1
2008-01-10Enable building the notify_fam module.Michael Adam1-0/+2
2008-01-09Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison4-5/+6
2008-01-09Try and fix the AIX build.Jeremy Allison1-1/+9
2008-01-09Ensure we don't take address of one past buffer.Jeremy Allison1-1/+1
2008-01-09Fix the max_dead_record calculationsVolker Lendecke1-4/+1
2008-01-09Try to fix the build on hosts that HAVE_LDAP but don't HAVE_KRB5.Michael Adam1-0/+3
2008-01-09Fix a memleak found by the IBM checker.Michael Adam1-0/+1
2008-01-09Fix memleak in ldapsam_rename_sam_account() found by IBM checker.Michael Adam1-1/+1
2008-01-09Another attempt to fix builds w/o ldap and/or krb5.Günther Deschner1-9/+9