Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-11-20 | More pstring removal.... | Jeremy Allison | 3 | -69/+120 |
2007-11-20 | Remove pstring from services/*.c | Jeremy Allison | 2 | -148/+211 |
2007-11-20 | Ensure we have a talloc stackframe (found by Kukks). | Jeremy Allison | 2 | -6/+10 |
2007-11-20 | More pstring elimination. | Jeremy Allison | 10 | -136/+257 |
2007-11-20 | Extend commit module to help with NFS quotas. | David Losada Carballo | 2 | -26/+159 |
2007-11-20 | More trivial pstring removal. | Jeremy Allison | 6 | -59/+136 |
2007-11-20 | Paranoia check that space_remaining never goes -ve. | Jeremy Allison | 1 | -2/+10 |
2007-11-20 | Prevent segv in winbindd running on a DC using the "idmap backend" syntax. | Gerald (Jerry) Carter | 1 | -7/+8 |
2007-11-19 | Remove more pstring. Unify talloc_sub functions to make | Jeremy Allison | 3 | -121/+98 |
2007-11-19 | Start to remove some of the pstring functions we're | Jeremy Allison | 2 | -34/+23 |
2007-11-19 | Always check return from push_ascii. | Jeremy Allison | 2 | -1/+12 |
2007-11-19 | Add stackframes to public libsmbclient functions | Volker Lendecke | 1 | -64/+245 |
2007-11-19 | Remove pstring from nmbd. | Jeremy Allison | 11 | -123/+188 |
2007-11-19 | Add error message to net rap file and net rap file user | Karolin Seeger | 1 | -0/+8 |
2007-11-18 | Add a comment | Volker Lendecke | 1 | -1/+7 |
2007-11-18 | Fix a valgrind error | Volker Lendecke | 1 | -3/+4 |
2007-11-18 | Detect Heimdal Kerberos on OpenBSD 4.2. | James Peach | 1 | -0/+17 |
2007-11-16 | Remove pstring from modules directory. | Jeremy Allison | 5 | -310/+589 |
2007-11-16 | Ensure we use PATH_MAX for symlinks. | Jeremy Allison | 1 | -2/+2 |
2007-11-16 | Fix bug #4393 smbclient does not store files with zero filesize in tar-archives | Jeremy Allison | 1 | -4/+3 |
2007-11-16 | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-... | Jeremy Allison | 2 | -1/+8 |
2007-11-16 | Fix for bug #4781: allow cleaning of /etc/mtab by canonicalizing mountpoint. | Michael Adam | 1 | -0/+7 |
2007-11-16 | Fix an implicit cast warning. | Michael Adam | 1 | -1/+1 |
2007-11-16 | Match the 3.0.27a version of this function. | Jeremy Allison | 1 | -14/+4 |
2007-11-15 | Add MAX_DNS_NAME_LENGTH, remove more pstrings. | Jeremy Allison | 10 | -33/+55 |
2007-11-15 | Fix bug noticed by kukks <linux@kukkukk.com> where | Jeremy Allison | 1 | -1/+9 |
2007-11-16 | Fix the build on RHEL5, when libcap-devel is installed. | Michael Adam | 2 | -0/+21 |
2007-11-16 | Fix an implicit cast warning. | Michael Adam | 1 | -1/+1 |
2007-11-15 | More pstring removal. This one was tricky. I had to add | Jeremy Allison | 24 | -316/+623 |
2007-11-15 | alpha_strcpy includes the space for the terminating nul. | Jeremy Allison | 1 | -3/+6 |
2007-11-15 | Fix for CVE-2007-5398. | Gerald (Jerry) Carter | 1 | -0/+6 |
2007-11-15 | Fix bug #5083 (and duplicate bug #5084). | Michael Adam | 1 | -1/+1 |
2007-11-14 | Remove smbldap_get_single_pstring() and all pstrings | Jeremy Allison | 4 | -474/+825 |
2007-11-14 | Remove pstring from auth/* | Jeremy Allison | 2 | -16/+43 |
2007-11-13 | Remove pstring from param/ | Jeremy Allison | 2 | -98/+156 |
2007-11-13 | Remove all pstring from groupdb/ | Jeremy Allison | 3 | -86/+189 |
2007-11-13 | Fix potential orphaned open files. | Michael Adam | 1 | -2/+4 |
2007-11-13 | Remove last pstring from smbd/*.c | Jeremy Allison | 5 | -241/+311 |
2007-11-13 | Fix build of the zfs_acl module. | Michael Adam | 1 | -1/+3 |
2007-11-13 | Fix the build: correct prototype. | Michael Adam | 1 | -1/+1 |
2007-11-13 | Make [f]get_nt_acl return NTSTATUS | Volker Lendecke | 14 | -87/+112 |
2007-11-12 | More pstring removal from smbd/*.c | Jeremy Allison | 1 | -11/+17 |