summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Try and fix the AIX build.Michael Adam2008-01-101-0/+1
| * Enable building the notify_fam module.Michael Adam2008-01-101-0/+2
* | Add the calls to make use of talloc_pools in a talloc_stackframe.Jeremy Allison2008-01-092-2/+17
* | Implement talloc_pool()Volker Lendecke2008-01-093-7/+207
|/
* Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2008-01-094-5/+6
|\
| * Fix the max_dead_record calculationsVolker Lendecke2008-01-091-4/+1
| * Try to fix the build on hosts that HAVE_LDAP but don't HAVE_KRB5.Michael Adam2008-01-091-0/+3
| * Fix a memleak found by the IBM checker.Michael Adam2008-01-091-0/+1
| * Fix memleak in ldapsam_rename_sam_account() found by IBM checker.Michael Adam2008-01-091-1/+1
* | Try and fix the AIX build.Jeremy Allison2008-01-091-1/+9
* | Ensure we don't take address of one past buffer.Jeremy Allison2008-01-091-1/+1
|/
* Another attempt to fix builds w/o ldap and/or krb5.Günther Deschner2008-01-091-9/+9
* Re-run make idl to get even nicer pidl generated server code.Günther Deschner2008-01-0912-10260/+10992
* Correct comment. Default debug level of smbclient is 1, not 0.Karolin Seeger2008-01-091-1/+1
* Attempt to fix the compile of source/utils/net_dns.cVolker Lendecke2008-01-091-5/+7
* Re-run make idl. The pidl generated code now fully complies to coding standards.Günther Deschner2008-01-0924-1830/+7842
* Fix memory handling in torture/cmd_vfs.c:cmd_open and don't leak fsp_name.Michael Adam2008-01-091-0/+13
* Reduce stat cache size defaultVolker Lendecke2008-01-091-1/+1
* Replace an uninitialized variableVolker Lendecke2008-01-091-0/+2
* Add libnet_join_derive_salting_principal().Günther Deschner2008-01-091-0/+55
* Fix build warning for libsmbclient example.Günther Deschner2008-01-091-0/+2
* git-ignore generated files under examples/VFS/Michael Adam2008-01-091-0/+9
* Ignore test directory.Michael Adam2008-01-091-0/+1
* ensure uni_name.buffer is initialisedVolker Lendecke2008-01-091-0/+2
* Fix CID 461 - resource leak on error.Jeremy Allison2008-01-081-0/+4
* Fix CID 460 - resource leak on error.Jeremy Allison2008-01-081-0/+1
* Fix resource leak found by coverity (CID 521).Jeremy Allison2008-01-081-0/+4
* Change registry_create_admin_token() to return NTSTATUS.Michael Adam2008-01-093-10/+18
* Move content of comment.Michael Adam2008-01-091-4/+4
* Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.Michael Adam2008-01-0915-138/+203
* Fix prototype: Add a void to an empty function parameter list.Michael Adam2008-01-091-1/+1
* Don't leak data.dptr on error path.Michael Adam2008-01-091-3/+5