Age | Commit message (Expand) | Author | Files | Lines |
2008-01-09 | Add the calls to make use of talloc_pools in a talloc_stackframe. | Jeremy Allison | 2 | -2/+17 |
2008-01-09 | Implement talloc_pool() | Volker Lendecke | 3 | -7/+207 |
2008-01-10 | Try and fix the AIX build. | Michael Adam | 1 | -0/+1 |
2008-01-10 | Enable building the notify_fam module. | Michael Adam | 1 | -0/+2 |
2008-01-09 | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-... | Jeremy Allison | 4 | -5/+6 |
2008-01-09 | Try and fix the AIX build. | Jeremy Allison | 1 | -1/+9 |
2008-01-09 | Ensure we don't take address of one past buffer. | Jeremy Allison | 1 | -1/+1 |
2008-01-09 | Fix the max_dead_record calculations | Volker Lendecke | 1 | -4/+1 |
2008-01-09 | Try to fix the build on hosts that HAVE_LDAP but don't HAVE_KRB5. | Michael Adam | 1 | -0/+3 |
2008-01-09 | Fix a memleak found by the IBM checker. | Michael Adam | 1 | -0/+1 |
2008-01-09 | Fix memleak in ldapsam_rename_sam_account() found by IBM checker. | Michael Adam | 1 | -1/+1 |
2008-01-09 | Another attempt to fix builds w/o ldap and/or krb5. | Günther Deschner | 1 | -9/+9 |
2008-01-09 | Re-run make idl to get even nicer pidl generated server code. | Günther Deschner | 12 | -10260/+10992 |
2008-01-09 | Correct comment. Default debug level of smbclient is 1, not 0. | Karolin Seeger | 1 | -1/+1 |
2008-01-09 | Attempt to fix the compile of source/utils/net_dns.c | Volker Lendecke | 1 | -5/+7 |
2008-01-09 | Re-run make idl. The pidl generated code now fully complies to coding standards. | Günther Deschner | 24 | -1830/+7842 |
2008-01-09 | Fix memory handling in torture/cmd_vfs.c:cmd_open and don't leak fsp_name. | Michael Adam | 1 | -0/+13 |
2008-01-09 | Reduce stat cache size default | Volker Lendecke | 1 | -1/+1 |
2008-01-09 | Replace an uninitialized variable | Volker Lendecke | 1 | -0/+2 |
2008-01-09 | Add libnet_join_derive_salting_principal(). | Günther Deschner | 1 | -0/+55 |
2008-01-09 | Fix build warning for libsmbclient example. | Günther Deschner | 1 | -0/+2 |
2008-01-09 | git-ignore generated files under examples/VFS/ | Michael Adam | 1 | -0/+9 |
2008-01-09 | Ignore test directory. | Michael Adam | 1 | -0/+1 |
2008-01-09 | ensure uni_name.buffer is initialised | Volker Lendecke | 1 | -0/+2 |
2008-01-08 | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-... | Jeremy Allison | 0 | -0/+0 |
2008-01-08 | ensure uni_name.buffer is initialised | Jeremy Allison | 1 | -0/+2 |
2008-01-08 | Fix CID 461 - resource leak on error. | Jeremy Allison | 1 | -0/+4 |
2008-01-08 | Fix CID 460 - resource leak on error. | Jeremy Allison | 1 | -0/+1 |
2008-01-08 | Fix resource leak found by coverity (CID 521). | Jeremy Allison | 1 | -0/+4 |
2008-01-09 | Change registry_create_admin_token() to return NTSTATUS. | Michael Adam | 3 | -10/+18 |
2008-01-09 | Move content of comment. | Michael Adam | 1 | -4/+4 |
2008-01-09 | Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS. | Michael Adam | 15 | -138/+203 |
2008-01-09 | Fix prototype: Add a void to an empty function parameter list. | Michael Adam | 1 | -1/+1 |
2008-01-09 | Don't leak data.dptr on error path. | Michael Adam | 1 | -3/+5 |
2008-01-09 | Extend a comment. | Michael Adam | 1 | -1/+3 |
2008-01-09 | Add a comment. | Michael Adam | 1 | -0/+1 |
2008-01-09 | Fix talloctort: move size check after referenced ptr check. | Michael Adam | 1 | -5/+5 |
2008-01-08 | Simplify... plus add a debug message. | Jeremy Allison | 1 | -5/+5 |
2008-01-08 | Correctly identify enc/non-enc packets. | Jeremy Allison | 1 | -3/+5 |
2008-01-09 | Save one popular malloc | Volker Lendecke | 1 | -6/+18 |
2008-01-09 | Don't shrink a talloc area if we have less than 1k to gain | Volker Lendecke | 1 | -0/+5 |
2008-01-08 | Fix returns in void functions. | Michael Adam | 1 | -2/+2 |
2008-01-08 | Fix examples/VFS after VFS API changes. | Michael Adam | 2 | -33/+33 |
2008-01-08 | Only realloc the talloc stack if necessary | Volker Lendecke | 1 | -7/+12 |
2008-01-08 | Allocate dirp->name_cache on demand only | Volker Lendecke | 1 | -11/+10 |
2008-01-08 | Move the DNS tsig update to using struct sockaddr_storage | Jeremy Allison | 3 | -33/+47 |
2008-01-08 | Pedantic cosmetics: rerun make idl. | Günther Deschner | 12 | -3146/+3146 |
2008-01-08 | Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-test | Jelmer Vernooij | 65 | -769/+1637 |
2008-01-08 | Use ads_get_upn() in net_derive_salting_principal(). | Günther Deschner | 1 | -15/+1 |
2008-01-08 | Fix define check s/WITH_LDAP/HAVE_LDAP/ in libnet_join. | Günther Deschner | 1 | -4/+4 |