summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* 1. lib/system.c (xattr code for Solaris) could not beTomoki AONO2007-11-261-3/+6
* In libsmbclient, map NT_STATUS_OBJECT_PATH_NOT_FOUND to ENOENTVolker Lendecke2007-11-251-0/+1
* Remove a staticVolker Lendecke2007-11-241-3/+5
* Make remote_password_change return malloced error stringsVolker Lendecke2007-11-233-36/+45
* add talloc_stackframe() to eventlogadmVolker Lendecke2007-11-231-0/+2
* printing: fix default printing subsystem detectionStefan Metzmacher2007-11-231-1/+0
* smbd: close_stat() should be staticStefan Metzmacher2007-11-231-1/+1
* Do not link in SOCKET_WRAPPER_OBJ twiceVolker Lendecke2007-11-221-1/+1
* Cosmetic fixVolker Lendecke2007-11-221-3/+3
* Add a missing prototypeVolker Lendecke2007-11-221-0/+1
* Fix an uninitialized variableVolker Lendecke2007-11-221-0/+1
* Fix a type-punned warningVolker Lendecke2007-11-221-1/+1
* Merge ssh://git.samba.org/data/git/samba into v3-2-testJames Peach2007-11-2139-798/+1273
|\
| * Remove pstrings from pam_smbpass - make local_password_changeJeremy Allison2007-11-215-125/+111
| * Remove pstring from printing/*.c except for theJeremy Allison2007-11-216-249/+396
| * Doh ! Don't use #else when #endif is needed.Jeremy Allison2007-11-211-2/+1
| * Add set_sockaddr_port function for winbindd.Jeremy Allison2007-11-212-0/+15
| * Allocate a talloc_stackframe() in main() for wbinfo.Gerald (Jerry) Carter2007-11-211-1/+3
| * Fix unresolved symbols in smbumount from addition of talloc_stackframe().Gerald (Jerry) Carter2007-11-211-2/+3
| * Add talloc stackframe for ntlm_auth.cJeremy Allison2007-11-201-0/+2
| * Remove pstrcpy I missed.Jeremy Allison2007-11-201-1/+0
| * More pstring removal....Jeremy Allison2007-11-203-69/+120
| * Remove pstring from services/*.cJeremy Allison2007-11-202-148/+211
| * Ensure we have a talloc stackframe (found by Kukks).Jeremy Allison2007-11-202-6/+10
| * More pstring elimination.Jeremy Allison2007-11-2010-136/+257
| * More trivial pstring removal.Jeremy Allison2007-11-206-59/+136
| * Paranoia check that space_remaining never goes -ve.Jeremy Allison2007-11-201-2/+10
* | Extend commit module to help with NFS quotas.David Losada Carballo2007-11-202-26/+159
|/
* Prevent segv in winbindd running on a DC using the "idmap backend" syntax.Gerald (Jerry) Carter2007-11-201-7/+8
* Remove more pstring. Unify talloc_sub functions to makeJeremy Allison2007-11-193-121/+98
* Start to remove some of the pstring functions we'reJeremy Allison2007-11-192-34/+23
* Always check return from push_ascii.Jeremy Allison2007-11-192-1/+12
* Add stackframes to public libsmbclient functionsVolker Lendecke2007-11-191-64/+245
* Remove pstring from nmbd.Jeremy Allison2007-11-1911-123/+188
* Add error message to net rap file and net rap file userKarolin Seeger2007-11-191-0/+8
* Add a commentVolker Lendecke2007-11-181-1/+7
* Fix a valgrind errorVolker Lendecke2007-11-181-3/+4
* Detect Heimdal Kerberos on OpenBSD 4.2.James Peach2007-11-181-0/+17
* Remove pstring from modules directory.Jeremy Allison2007-11-165-310/+589
* Ensure we use PATH_MAX for symlinks.Jeremy Allison2007-11-161-2/+2
* Fix bug #4393 smbclient does not store files with zero filesize in tar-archivesJeremy Allison2007-11-161-4/+3
* Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2007-11-162-1/+8
|\
| * Fix for bug #4781: allow cleaning of /etc/mtab by canonicalizing mountpoint.Michael Adam2007-11-161-0/+7
| * Fix an implicit cast warning.Michael Adam2007-11-161-1/+1
* | Match the 3.0.27a version of this function.Jeremy Allison2007-11-161-14/+4
|/
* Add MAX_DNS_NAME_LENGTH, remove more pstrings.Jeremy Allison2007-11-1510-33/+55
* Fix bug noticed by kukks <linux@kukkukk.com> whereJeremy Allison2007-11-151-1/+9
* Fix the build on RHEL5, when libcap-devel is installed.Michael Adam2007-11-162-0/+21
* Fix an implicit cast warning.Michael Adam2007-11-161-1/+1
* More pstring removal. This one was tricky. I had to addJeremy Allison2007-11-1524-316/+623