| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fix an implicit cast warning. | Michael Adam | 2007-11-16 | 1 | -1/+1 | |
| * | More pstring removal. This one was tricky. I had to add | Jeremy Allison | 2007-11-15 | 24 | -316/+623 | |
| * | alpha_strcpy includes the space for the terminating nul. | Jeremy Allison | 2007-11-15 | 1 | -3/+6 | |
| * | Fix for CVE-2007-5398. | Gerald (Jerry) Carter | 2007-11-15 | 1 | -0/+6 | |
| * | Fix bug #5083 (and duplicate bug #5084). | Michael Adam | 2007-11-15 | 1 | -1/+1 | |
| * | Remove smbldap_get_single_pstring() and all pstrings | Jeremy Allison | 2007-11-14 | 4 | -474/+825 | |
| * | Remove pstring from auth/* | Jeremy Allison | 2007-11-14 | 2 | -16/+43 | |
| * | Remove pstring from param/ | Jeremy Allison | 2007-11-13 | 2 | -98/+156 | |
| * | Remove all pstring from groupdb/ | Jeremy Allison | 2007-11-13 | 3 | -86/+189 | |
| * | Fix potential orphaned open files. | Michael Adam | 2007-11-13 | 1 | -2/+4 | |
| * | Remove last pstring from smbd/*.c | Jeremy Allison | 2007-11-13 | 5 | -241/+311 | |
| * | Fix build of the zfs_acl module. | Michael Adam | 2007-11-13 | 1 | -1/+3 | |
| * | Fix the build: correct prototype. | Michael Adam | 2007-11-13 | 1 | -1/+1 | |
| * | Make [f]get_nt_acl return NTSTATUS | Volker Lendecke | 2007-11-13 | 14 | -87/+112 | |
| * | More pstring removal from smbd/*.c | Jeremy Allison | 2007-11-12 | 1 | -11/+17 | |
| * | Remove pstrings from lanman.c | Jeremy Allison | 2007-11-12 | 1 | -54/+148 | |
| * | Remove all pstrings from smbd/chgpasswd.c. | Jeremy Allison | 2007-11-12 | 4 | -124/+191 | |
| * | Fix bug #5073. Allow "delete readonly = yes" to correctly | Jeremy Allison | 2007-11-12 | 1 | -1/+2 | |
| * | Three more pstring removals. | Jeremy Allison | 2007-11-11 | 3 | -8/+17 | |
| * | Remove a pstring. | Jeremy Allison | 2007-11-11 | 1 | -4/+11 | |
| * | Some pstring removal | Volker Lendecke | 2007-11-11 | 4 | -40/+61 | |
| * | Cosmetic fix | Volker Lendecke | 2007-11-11 | 1 | -3/+5 | |
| * | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-... | Jeremy Allison | 2007-11-11 | 2 | -12/+79 | |
| |\ | ||||||
| | * | Convert ctdb_conn.c to enum ndr_error_code | Volker Lendecke | 2007-11-11 | 1 | -12/+13 | |
| | * | Add ndr_errstr | Volker Lendecke | 2007-11-11 | 1 | -0/+66 | |
| * | | Remove a static fstring | Volker Lendecke | 2007-11-11 | 1 | -11/+12 | |
| * | | Remove a static fstring | Volker Lendecke | 2007-11-11 | 1 | -1/+1 | |
| |/ | ||||||
| * | Always define PATH_MAX. Makes code simpler (removes | Jeremy Allison | 2007-11-10 | 6 | -42/+55 | |
| * | Remove last pstring from sesssetup.c | Jeremy Allison | 2007-11-10 | 1 | -19/+21 | |
| * | Fix the build when realpath doesn't take null | Jeremy Allison | 2007-11-10 | 1 | -1/+1 | |
| * | Remove pstring from service.c. | Jeremy Allison | 2007-11-10 | 1 | -71/+109 | |
| * | Remove more static fstring/pstrings. Fix socket option | Jeremy Allison | 2007-11-09 | 4 | -123/+212 | |
| * | ndr: change NTSTAUS into enum ndr_err_code (samba3 callers) | Stefan Metzmacher | 2007-11-09 | 4 | -30/+40 | |
| * | ndr: change NTSTAUS into enum ndr_err_code (ndrdump) | metze | 2007-11-09 | 1 | -8/+14 | |
| * | rerun make idl | Stefan Metzmacher | 2007-11-09 | 40 | -4946/+4946 | |
| * | ndr: change NTSTAUS into enum ndr_err_code (samba3 handwritten stuff) | Stefan Metzmacher | 2007-11-09 | 4 | -94/+94 | |
| * | ndr: change NTSTAUS into enum ndr_err_code (basic stuff) | metze | 2007-11-09 | 4 | -193/+206 | |
| * | prepare changes in ndr code | Stefan Metzmacher | 2007-11-09 | 1 | -3/+2 | |
| * | Sanitize smbcacls slightly | Volker Lendecke | 2007-11-09 | 1 | -94/+144 | |
| * | Fix some warnings | Volker Lendecke | 2007-11-09 | 1 | -9/+18 | |
| * | nss_wrapper: Fix some warnings | Volker Lendecke | 2007-11-09 | 1 | -1/+1 | |
| * | Fix some warnings | Volker Lendecke | 2007-11-09 | 2 | -2/+3 | |
| * | Add some comments | Volker Lendecke | 2007-11-09 | 1 | -3/+3 | |
| * | Make base64_encode_data_blob return a talloced string | Volker Lendecke | 2007-11-09 | 5 | -20/+21 | |
| * | Remove the silly "user_socket_options" global variable | Volker Lendecke | 2007-11-09 | 8 | -25/+18 | |
| * | pstring removal | Volker Lendecke | 2007-11-09 | 1 | -4/+5 | |
| * | Fix dbwrap debug output | Volker Lendecke | 2007-11-09 | 2 | -5/+6 | |
| * | make test: try to get a more portable way to get UID and GID | Stefan Metzmacher | 2007-11-09 | 1 | -2/+2 | |
| * | use samba4's librpc/ndr/uuid.c | Stefan Metzmacher | 2007-11-09 | 3 | -127/+229 | |
| * | make test: start winbindd | Stefan Metzmacher | 2007-11-09 | 3 | -1/+71 | |
