summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2007-11-16Remove pstring from modules directory.Jeremy Allison5-310/+589
2007-11-16Ensure we use PATH_MAX for symlinks.Jeremy Allison1-2/+2
2007-11-16Fix bug #4393 smbclient does not store files with zero filesize in tar-archivesJeremy Allison1-4/+3
2007-11-16Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2-1/+8
2007-11-16Fix for bug #4781: allow cleaning of /etc/mtab by canonicalizing mountpoint.Michael Adam1-0/+7
2007-11-16Fix an implicit cast warning.Michael Adam1-1/+1
2007-11-16Match the 3.0.27a version of this function.Jeremy Allison1-14/+4
2007-11-15Add MAX_DNS_NAME_LENGTH, remove more pstrings.Jeremy Allison10-33/+55
2007-11-15Fix bug noticed by kukks <linux@kukkukk.com> whereJeremy Allison1-1/+9
2007-11-16Fix the build on RHEL5, when libcap-devel is installed.Michael Adam2-0/+21
2007-11-16Fix an implicit cast warning.Michael Adam1-1/+1
2007-11-15More pstring removal. This one was tricky. I had to addJeremy Allison24-316/+623
2007-11-15alpha_strcpy includes the space for the terminating nul.Jeremy Allison1-3/+6
2007-11-15Fix for CVE-2007-5398.Gerald (Jerry) Carter1-0/+6
2007-11-15Fix bug #5083 (and duplicate bug #5084).Michael Adam1-1/+1
2007-11-14Remove smbldap_get_single_pstring() and all pstringsJeremy Allison4-474/+825
2007-11-14Remove pstring from auth/*Jeremy Allison2-16/+43
2007-11-13Remove pstring from param/Jeremy Allison2-98/+156
2007-11-13Remove all pstring from groupdb/Jeremy Allison3-86/+189
2007-11-13Fix potential orphaned open files.Michael Adam1-2/+4
2007-11-13Remove last pstring from smbd/*.cJeremy Allison5-241/+311
2007-11-13Fix build of the zfs_acl module.Michael Adam1-1/+3
2007-11-13Fix the build: correct prototype.Michael Adam1-1/+1
2007-11-13Make [f]get_nt_acl return NTSTATUSVolker Lendecke14-87/+112
2007-11-12More pstring removal from smbd/*.cJeremy Allison1-11/+17
2007-11-12Remove pstrings from lanman.cJeremy Allison1-54/+148
2007-11-12Remove all pstrings from smbd/chgpasswd.c.Jeremy Allison4-124/+191
2007-11-12Fix bug #5073. Allow "delete readonly = yes" to correctlyJeremy Allison1-1/+2
2007-11-11Three more pstring removals.Jeremy Allison3-8/+17
2007-11-11Remove a pstring.Jeremy Allison1-4/+11
2007-11-11Some pstring removalVolker Lendecke4-40/+61
2007-11-11Cosmetic fixVolker Lendecke1-3/+5
2007-11-11Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2-12/+79
2007-11-11Remove a static fstringVolker Lendecke1-11/+12
2007-11-11Remove a static fstringVolker Lendecke1-1/+1
2007-11-11Convert ctdb_conn.c to enum ndr_error_codeVolker Lendecke1-12/+13
2007-11-11Add ndr_errstrVolker Lendecke1-0/+66
2007-11-10Always define PATH_MAX. Makes code simpler (removesJeremy Allison6-42/+55
2007-11-10Remove last pstring from sesssetup.cJeremy Allison1-19/+21
2007-11-10Fix the build when realpath doesn't take nullJeremy Allison1-1/+1
2007-11-10Remove pstring from service.c.Jeremy Allison1-71/+109
2007-11-09Remove more static fstring/pstrings. Fix socket optionJeremy Allison4-123/+212
2007-11-09ndr: change NTSTAUS into enum ndr_err_code (samba3 callers)Stefan Metzmacher4-30/+40
2007-11-09ndr: change NTSTAUS into enum ndr_err_code (ndrdump)metze1-8/+14
2007-11-09rerun make idlStefan Metzmacher40-4946/+4946
2007-11-09ndr: change NTSTAUS into enum ndr_err_code (samba3 handwritten stuff)Stefan Metzmacher4-94/+94
2007-11-09ndr: change NTSTAUS into enum ndr_err_code (basic stuff)metze4-193/+206
2007-11-09prepare changes in ndr codeStefan Metzmacher1-3/+2
2007-11-09Sanitize smbcacls slightlyVolker Lendecke1-94/+144
2007-11-09Fix some warningsVolker Lendecke1-9/+18