summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* s3-libnet-samsync: use samsync_ops.Günther Deschner2008-11-187-64/+38
| | | | Guenther
* s3-libnet-samsync: add samsync_ops to all samsync modules.Günther Deschner2008-11-185-0/+21
| | | | Guenther
* s3-libnet-samsync: add samsync_ops.Günther Deschner2008-11-181-0/+18
| | | | Guenther
* s3-libnet: move add_to_keytab_entries to libnet_keytab.Günther Deschner2008-11-184-87/+93
| | | | Guenther
* s3-net: add "net rpc vampire passdb" that allows to take arguments.Günther Deschner2008-11-183-0/+22
| | | | Guenther
* s3-net: use net_scan_dc in net rpc vampire keytab.Günther Deschner2008-11-181-8/+27
| | | | Guenther
* s3-net: add net_scan_dc function.Günther Deschner2008-11-182-0/+42
| | | | Guenther
* s3-net: add net_dc_info struct.Günther Deschner2008-11-181-0/+10
| | | | Guenther
* s3-net-vampire: add support for partial replication (individual deltas).Günther Deschner2008-11-181-0/+109
| | | | Guenther
* s3-libnet-samsync: add support for partial replication.Günther Deschner2008-11-182-12/+124
| | | | Guenther
* Fix bug #5906 when running winbindd on a Samba PDC. Winbindd crash on ↵Davide Sfriso2008-11-171-2/+2
| | | | | | 'getent group' Jeremy.
* Fix bug #5900 reported by monyo@samba.gr.jp - vfs_readonly.so does not work.Jeremy Allison2008-11-174-4/+21
| | | | Jeremy.
* s3-libnet-samsync: use enctype 23 for vampired keytab entries.Günther Deschner2008-11-171-1/+1
| | | | Guenther
* Fix build warning introduced by making SERVICE_CONTROL an enumTim Prouty2008-11-171-4/+2
|
* s3-build: re-run make samba3-idl.Günther Deschner2008-11-175-109/+179
| | | | Guenther
* svcctl: fill in SERVICE_CONTROL from s3.Günther Deschner2008-11-176-16/+45
| | | | Guenther
* s3-rpcclient: fill in unknowns in cmd_ntsvcs_get_hw_prof_info.Günther Deschner2008-11-171-3/+3
| | | | Guenther
* pam_winbind: rerun genmsg after Bo Yang's fixes.Günther Deschner2008-11-171-12/+7
| | | | Guenther
* Fix broken msgids in ntstatus_errorsBo Yang2008-11-171-6/+6
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* Improve the Gemand pam_winbind translation.Andreas Schneider2008-11-171-7/+7
| | | | Signed-off-by: Andreas Schneider <anschneider@suse.de>
* net: Fix net rap printq info documentation (bug #5892)Kai Blin2008-11-171-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.
* Fix bug 5901: Default for streams_depot locationTAKAHASHI Motonobu2008-11-161-1/+9
|
* Fix merged build.Jelmer Vernooij2008-11-161-1/+1
|
* Move torture directory to top-level.Jelmer Vernooij2008-11-161-1/+1
|
* s3-spoolss: fix enumports segfault (another malloc vs. talloc candidate).Günther Deschner2008-11-151-3/+3
| | | | Guenther
* Attempt to fix the buildVolker Lendecke2008-11-151-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
* Make memcache_add_talloc NULL out the source pointerVolker Lendecke2008-11-145-14/+26
| | | | | | This is an orthogonality measure to make clear this pointer now belongs to the cache. (cherry picked from commit e6080c6e87d6fe3995b121a772bf3f6343fa666f)
* Actually finish memcache_add_tallocVolker Lendecke2008-11-142-2/+68
| | | | | | | | This fixes a memleak found by Martin Zielinski <mz@seh.de>. Thanks for looking closely! Volker (cherry picked from commit a31a84a078100819809e6d40dbc3df207a50a0b2)
* Rename some variables in getpwnam_alloc() for clarityVolker Lendecke2008-11-141-11/+12
|
* sys_pwnam doesn't return talloced memory, so don't mix up the returned struct.Volker Lendecke2008-11-141-4/+1
| | | | (cherry picked from commit eb99923991960e53bd150ac8f1d818cb746101b4)
* Move v2 from timestamp to 16-byte hash. Got the change in before on disk ↵Jeremy Allison2008-11-135-70/+50
| | | | | | format is fixed. Jeremy.
* s3-svctl-server: fix remote rpc service management (bug #5888).Günther Deschner2008-11-131-1/+1
| | | | | | Don't TALLOC_FREE a non-talloced [ref] pointer. Guenther
* fix typoVolker Lendecke2008-11-131-1/+1
|
* pam_winbind: add german de.po file.Günther Deschner2008-11-131-0/+186
| | | | | | germans, please have a look if this can actually be understood by germans. Guenther
* s3-winbindd: workaround for samr_ChangePasswordUser3 to User2 fallback for ↵Günther Deschner2008-11-131-0/+6
| | | | | | w2k dcs. Guenther
* pam_winbind: do not add empty blob.Günther Deschner2008-11-131-8/+10
| | | | Guenther
* pam_winbind: translate some more string.Günther Deschner2008-11-131-7/+7
| | | | | | boyang, please check. Guenther
* i18n/l10n pam_winbindBo Yang2008-11-1310-57/+244
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* Fix build breakTim Prouty2008-11-121-1/+1
|
* Merge branch 'master' of ssh://jra@git.samba.org/data/git/sambaJeremy Allison2008-11-121-0/+1
|\
| * Fix memory leak in error path, spotted by Martin Zielinski <mz@seh.de>.Jeremy Allison2008-11-121-0/+1
| | | | | | | | Jeremy.
* | Pretty print out SD's on get/set.Jeremy Allison2008-11-121-0/+10
|/ | | | Jeremy.
* s3: Add support for storing dos attributes as st_flags in the stat struct.Tim Prouty2008-11-122-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.
* pam_winbind: fix what data we put into the blobs.Günther Deschner2008-11-121-16/+20
| | | | Guenther
* s3-build: re-run make samba3-idl.Günther Deschner2008-11-124-34/+34
| | | | Guenther
* ntsvcs: use both named-pipe endpoints.Günther Deschner2008-11-121-1/+2
| | | | Guenther
* s3-rpcclient: correct some former unknonws in cmd_ntsvcs_hw_prof_flags command.Günther Deschner2008-11-121-4/+4
| | | | Guenther
* s3-build: re-run make samba3-idl.Günther Deschner2008-11-125-98/+98
| | | | Guenther
* s3-build: re-run make samba3-idl.Günther Deschner2008-11-124-10/+12
| | | | Guenther
* s3-rpcclient: some corrections for the PNP_GetDeviceRegProp client.Günther Deschner2008-11-121-6/+11
| | | | Guenther