Age | Commit message (Expand) | Author | Files | Lines |
2007-11-30 | Fix build warning. | Günther Deschner | 1 | -1/+1 |
2007-11-29 | Fix memleak. | Jeremy Allison | 1 | -0/+1 |
2007-11-29 | Remove the explicit TALLOC_CTX * from cli_struct. | Jeremy Allison | 18 | -118/+133 |
2007-11-29 | Remove pstrings. Ensure we validate offsets. | Jeremy Allison | 1 | -64/+132 |
2007-11-29 | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-... | Jeremy Allison | 1 | -1/+1 |
2007-11-29 | Allow calling "net rpc join" and "net rpc trustdom" without specifying server... | Michael Adam | 1 | -1/+1 |
2007-11-28 | Remove unused code (and pstring). | Jeremy Allison | 1 | -92/+0 |
2007-11-28 | Add a warning for a potential bug I've run into | Volker Lendecke | 2 | -0/+6 |
2007-11-28 | Give rpcclient a talloc stackframe. | Michael Adam | 1 | -12/+23 |
2007-11-27 | Remove pstrings from asn1.c. | Jeremy Allison | 1 | -11/+28 |
2007-11-27 | Remove pstrings from namequery.c. | Jeremy Allison | 1 | -24/+47 |
2007-11-27 | Fixed obvious typo. | Jeremy Allison | 1 | -1/+1 |
2007-11-27 | Remove unused prototype for smbldap_get_single_pstring(). | Jeremy Allison | 2 | -4/+8 |
2007-11-27 | Save one extra strdup per lp_string. Use talloc_sub_basic() | Jeremy Allison | 1 | -12/+14 |
2007-11-27 | Remove pstring from srv_spoolss_nt.c. All gone from rpc_server/*.c | Jeremy Allison | 4 | -235/+311 |
2007-11-27 | Fix old cut-and-paste bug where the wrong field was being written to. | Jeremy Allison | 1 | -2/+2 |
2007-11-27 | Whitespace cleanup. | Jeremy Allison | 1 | -1037/+1035 |
2007-11-27 | Make init_unistr2_from_unistr take an explicit talloc context. | Jeremy Allison | 2 | -40/+33 |
2007-11-27 | Remove pstrings from everything except srv_spoolss_nt.c. | Jeremy Allison | 11 | -295/+412 |
2007-11-27 | fix a obscure compiler warning | Guenther Deschner | 1 | -3/+3 |
2007-11-27 | Remove pstring from everything in rpc_server except | Jeremy Allison | 8 | -273/+363 |
2007-11-27 | Unless talloc has some new magic there is a ctx missing here. | Günther Deschner | 1 | -4/+4 |
2007-11-27 | Use the proper boolean constants - the type has been | Michael Adam | 1 | -76/+76 |
2007-11-27 | Remove some statics | Volker Lendecke | 9 | -46/+38 |
2007-11-26 | Remove pstrings from nsswitch/ and registry/ | Jeremy Allison | 9 | -572/+723 |
2007-11-26 | Remove a global | Volker Lendecke | 1 | -5/+4 |
2007-11-26 | Fix bug 5055 | Volker Lendecke | 5 | -5/+5 |
2007-11-26 | Improve debug message | Volker Lendecke | 1 | -1/+2 |
2007-11-26 | Fix a C++ warning | Volker Lendecke | 1 | -1/+1 |
2007-11-26 | 1. lib/system.c (xattr code for Solaris) could not be | Tomoki AONO | 1 | -3/+6 |
2007-11-25 | In libsmbclient, map NT_STATUS_OBJECT_PATH_NOT_FOUND to ENOENT | Volker Lendecke | 1 | -0/+1 |
2007-11-24 | Remove a static | Volker Lendecke | 1 | -3/+5 |
2007-11-23 | Make remote_password_change return malloced error strings | Volker Lendecke | 3 | -36/+45 |
2007-11-23 | add talloc_stackframe() to eventlogadm | Volker Lendecke | 1 | -0/+2 |
2007-11-23 | printing: fix default printing subsystem detection | Stefan Metzmacher | 1 | -1/+0 |
2007-11-23 | smbd: close_stat() should be static | Stefan Metzmacher | 1 | -1/+1 |
2007-11-22 | Do not link in SOCKET_WRAPPER_OBJ twice | Volker Lendecke | 1 | -1/+1 |
2007-11-22 | Cosmetic fix | Volker Lendecke | 1 | -3/+3 |
2007-11-22 | Add a missing prototype | Volker Lendecke | 1 | -0/+1 |
2007-11-22 | Fix an uninitialized variable | Volker Lendecke | 1 | -0/+1 |
2007-11-22 | Fix a type-punned warning | Volker Lendecke | 1 | -1/+1 |
2007-11-21 | Merge ssh://git.samba.org/data/git/samba into v3-2-test | James Peach | 39 | -798/+1273 |
2007-11-21 | Remove pstrings from pam_smbpass - make local_password_change | Jeremy Allison | 5 | -125/+111 |
2007-11-21 | Remove pstring from printing/*.c except for the | Jeremy Allison | 6 | -249/+396 |
2007-11-21 | Doh ! Don't use #else when #endif is needed. | Jeremy Allison | 1 | -2/+1 |
2007-11-21 | Add set_sockaddr_port function for winbindd. | Jeremy Allison | 2 | -0/+15 |
2007-11-21 | Allocate a talloc_stackframe() in main() for wbinfo. | Gerald (Jerry) Carter | 1 | -1/+3 |
2007-11-21 | Fix unresolved symbols in smbumount from addition of talloc_stackframe(). | Gerald (Jerry) Carter | 1 | -2/+3 |
2007-11-20 | Add talloc stackframe for ntlm_auth.c | Jeremy Allison | 1 | -0/+2 |
2007-11-20 | Remove pstrcpy I missed. | Jeremy Allison | 1 | -1/+0 |