summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 Deschner2-5/+2
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
2008-01-09Re-run make idl to get even nicer pidl generated server code.Günther Deschner12-10260/+10992
2008-01-09Correct comment. Default debug level of smbclient is 1, not 0.Karolin Seeger1-1/+1
2008-01-09Attempt to fix the compile of source/utils/net_dns.cVolker Lendecke1-5/+7
2008-01-09Re-run make idl. The pidl generated code now fully complies to coding standards.Günther Deschner24-1830/+7842
2008-01-09Fix memory handling in torture/cmd_vfs.c:cmd_open and don't leak fsp_name.Michael Adam1-0/+13
2008-01-09Reduce stat cache size defaultVolker Lendecke1-1/+1
2008-01-09Replace an uninitialized variableVolker Lendecke1-0/+2
2008-01-09Add libnet_join_derive_salting_principal().Günther Deschner1-0/+55
2008-01-09Fix build warning for libsmbclient example.Günther Deschner1-0/+2
2008-01-09git-ignore generated files under examples/VFS/Michael Adam1-0/+9
2008-01-09Ignore test directory.Michael Adam1-0/+1
2008-01-09ensure uni_name.buffer is initialisedVolker Lendecke1-0/+2
2008-01-08Fix CID 461 - resource leak on error.Jeremy Allison1-0/+4
2008-01-08Fix CID 460 - resource leak on error.Jeremy Allison1-0/+1
2008-01-08Fix resource leak found by coverity (CID 521).Jeremy Allison1-0/+4
2008-01-09Change registry_create_admin_token() to return NTSTATUS.Michael Adam3-10/+18
2008-01-09Move content of comment.Michael Adam1-4/+4
2008-01-09Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.Michael Adam15-138/+203
2008-01-09Fix prototype: Add a void to an empty function parameter list.Michael Adam1-1/+1
2008-01-09Don't leak data.dptr on error path.Michael Adam1-3/+5
2008-01-09Extend a comment.Michael Adam1-1/+3