Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-11-17 | Fix bug #5900 reported by monyo@samba.gr.jp - vfs_readonly.so does not work. | Jeremy Allison | 4 | -4/+21 | |
Jeremy. | |||||
2008-11-17 | s3-libnet-samsync: use enctype 23 for vampired keytab entries. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-11-17 | Fix build warning introduced by making SERVICE_CONTROL an enum | Tim Prouty | 1 | -4/+2 | |
2008-11-17 | s3-build: re-run make samba3-idl. | Günther Deschner | 5 | -109/+179 | |
Guenther | |||||
2008-11-17 | svcctl: fill in SERVICE_CONTROL from s3. | Günther Deschner | 6 | -16/+45 | |
Guenther | |||||
2008-11-17 | s3-rpcclient: fill in unknowns in cmd_ntsvcs_get_hw_prof_info. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2008-11-17 | pam_winbind: rerun genmsg after Bo Yang's fixes. | Günther Deschner | 1 | -12/+7 | |
Guenther | |||||
2008-11-17 | Fix broken msgids in ntstatus_errors | Bo Yang | 1 | -6/+6 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2008-11-17 | Improve the Gemand pam_winbind translation. | Andreas Schneider | 1 | -7/+7 | |
Signed-off-by: Andreas Schneider <anschneider@suse.de> | |||||
2008-11-17 | net: Fix net rap printq info documentation (bug #5892) | Kai Blin | 1 | -4/+5 | |
Carsten Dumke <carsten@cdumke.de> reported and provided a patch for v3.0 and v3.2. (See 0a7fb721cdc) This fixes the same issue in v3.3 and also changes the auto-generated usage information to give better help about net rap printq info. | |||||
2008-11-16 | Fix bug 5901: Default for streams_depot location | TAKAHASHI Motonobu | 1 | -1/+9 | |
2008-11-16 | Fix merged build. | Jelmer Vernooij | 1 | -1/+1 | |
2008-11-16 | Move torture directory to top-level. | Jelmer Vernooij | 1 | -1/+1 | |
2008-11-15 | s3-spoolss: fix enumports segfault (another malloc vs. talloc candidate). | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2008-11-15 | Attempt to fix the build | Volker Lendecke | 1 | -1/+1 | |
I have no idea how this could have happened. Probably done a make and make test in a different tree than the one I have done the push from. Sorry. Volker | |||||
2008-11-14 | Make memcache_add_talloc NULL out the source pointer | Volker Lendecke | 5 | -14/+26 | |
This is an orthogonality measure to make clear this pointer now belongs to the cache. (cherry picked from commit e6080c6e87d6fe3995b121a772bf3f6343fa666f) | |||||
2008-11-14 | Actually finish memcache_add_talloc | Volker Lendecke | 2 | -2/+68 | |
This fixes a memleak found by Martin Zielinski <mz@seh.de>. Thanks for looking closely! Volker (cherry picked from commit a31a84a078100819809e6d40dbc3df207a50a0b2) | |||||
2008-11-14 | Rename some variables in getpwnam_alloc() for clarity | Volker Lendecke | 1 | -11/+12 | |
2008-11-14 | sys_pwnam doesn't return talloced memory, so don't mix up the returned struct. | Volker Lendecke | 1 | -4/+1 | |
(cherry picked from commit eb99923991960e53bd150ac8f1d818cb746101b4) | |||||
2008-11-13 | Move v2 from timestamp to 16-byte hash. Got the change in before on disk ↵ | Jeremy Allison | 5 | -70/+50 | |
format is fixed. Jeremy. | |||||
2008-11-13 | s3-svctl-server: fix remote rpc service management (bug #5888). | Günther Deschner | 1 | -1/+1 | |
Don't TALLOC_FREE a non-talloced [ref] pointer. Guenther | |||||
2008-11-13 | fix typo | Volker Lendecke | 1 | -1/+1 | |
2008-11-13 | pam_winbind: add german de.po file. | Günther Deschner | 1 | -0/+186 | |
germans, please have a look if this can actually be understood by germans. Guenther | |||||
2008-11-13 | s3-winbindd: workaround for samr_ChangePasswordUser3 to User2 fallback for ↵ | Günther Deschner | 1 | -0/+6 | |
w2k dcs. Guenther | |||||
2008-11-13 | pam_winbind: do not add empty blob. | Günther Deschner | 1 | -8/+10 | |
Guenther | |||||
2008-11-13 | pam_winbind: translate some more string. | Günther Deschner | 1 | -7/+7 | |
boyang, please check. Guenther | |||||
2008-11-13 | i18n/l10n pam_winbind | Bo Yang | 10 | -57/+244 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2008-11-12 | Fix build break | Tim Prouty | 1 | -1/+1 | |
2008-11-12 | Merge branch 'master' of ssh://jra@git.samba.org/data/git/samba | Jeremy Allison | 1 | -0/+1 | |
2008-11-12 | Pretty print out SD's on get/set. | Jeremy Allison | 1 | -0/+10 | |
Jeremy. | |||||
2008-11-12 | Fix memory leak in error path, spotted by Martin Zielinski <mz@seh.de>. | Jeremy Allison | 1 | -0/+1 | |
Jeremy. | |||||
2008-11-12 | s3: Add support for storing dos attributes as st_flags in the stat struct. | Tim Prouty | 2 | -13/+166 | |
Some filesystems have support for storing dos attributes directly in the inode's st_flags and accessing them through the stat struct. This patch: - Adds a configure check to see if the special flags are available. - Implements getting and setting dos attributes in the stat struct and inode, respectively. This will not change the existing functionality of any system that doesn't have the special flags available. | |||||
2008-11-12 | pam_winbind: fix what data we put into the blobs. | Günther Deschner | 1 | -16/+20 | |
Guenther | |||||
2008-11-12 | s3-build: re-run make samba3-idl. | Günther Deschner | 4 | -34/+34 | |
Guenther | |||||
2008-11-12 | ntsvcs: use both named-pipe endpoints. | Günther Deschner | 1 | -1/+2 | |
Guenther | |||||
2008-11-12 | s3-rpcclient: correct some former unknonws in cmd_ntsvcs_hw_prof_flags command. | Günther Deschner | 1 | -4/+4 | |
Guenther | |||||
2008-11-12 | s3-build: re-run make samba3-idl. | Günther Deschner | 5 | -98/+98 | |
Guenther | |||||
2008-11-12 | s3-build: re-run make samba3-idl. | Günther Deschner | 4 | -10/+12 | |
Guenther | |||||
2008-11-12 | s3-rpcclient: some corrections for the PNP_GetDeviceRegProp client. | Günther Deschner | 1 | -6/+11 | |
Guenther | |||||
2008-11-12 | s3-rpcclient: add ntsvcs_getdevlist command. | Günther Deschner | 1 | -0/+46 | |
Guenther | |||||
2008-11-12 | s3-rpcclient: add ntsvcs_getdevlistsize command. | Günther Deschner | 1 | -39/+38 | |
Guenther | |||||
2008-11-11 | s3: Add support for make test to use a share dir outside of the prefix dir | Tim Prouty | 3 | -8/+39 | |
Some systems need to have the tdbs (and other files required for samba to run) on a different filesystem than the share directory that samba is exporting. This patch: - Adds an optional "shrdir" argument to selftest.sh - If shrdir is specified it will be used, otherwise the default will be used: "<prefix>/tmp" - Adds a new configure option: --with-selftest-shrdir - Plumbs shrdir through Makefile.in and configure.in | |||||
2008-11-11 | Fix bug 5891] : smbd crashed when viewing the eventlog exported by "eventlog ↵ | Jeremy Allison | 1 | -1/+1 | |
list" Don't mix TALLOC and SAFE_FREE(). Jeremy. | |||||
2008-11-11 | Fix bug 5889. "delete veto files = no" seems to break. | Jeremy Allison | 1 | -4/+11 | |
Jeremy. | |||||
2008-11-11 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 5 | -49/+915 | |
2008-11-11 | [s3]vfs_acl_tdb: fix the build. | Michael Adam | 1 | -1/+1 | |
ndr_push_struct_blob has a different signature in master as well. Michael | |||||
2008-11-10 | Fix the build (ndr_pull_struct_blob has a different signature in master). | Jeremy Allison | 1 | -1/+1 | |
Jeremy. | |||||
2008-11-10 | Added vfs_acl_tdb.c module to do ACLs completely in userspace. Passes all of ↵ | Jeremy Allison | 4 | -45/+904 | |
RAW-ACLS except for the last test which uses a non-POSIX chown. More testing/documentation to follow. Jeremy. | |||||
2008-11-11 | [s3]make keytab filename argument mandatory to "net rpc vampire keytab" | Michael Adam | 1 | -4/+11 | |
This prevents unintended overwriting of the default path /etc/krb5.keytab (e.g.). Michael | |||||
2008-11-10 | s3-build: re-run make samba3-idl (rid2sid). | Günther Deschner | 5 | -7/+28 | |
Guenther |