Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-11-19 | Move wireshark conformance file to top-level. | Jelmer Vernooij | 1 | -0/+0 | |
2008-11-18 | Fix extended DN parse error when AD object does not have a SID. | Steven Danneman | 3 | -46/+79 | |
Some AD objects, like Exchange Public Folders, can be members of Security Groups but do not have a SID attribute. This patch adds more granular return errors to ads_get_sid_from_extended_dn(). Callers can now determine if a parse error occured because of bad input, or the DN was valid but contained no SID. I updated all callers to ignore SIDless objects when appropriate. Also did some cleanup to the out paths of lookup_usergroups_memberof() | |||||
2008-11-18 | Whitespace and >80 column cleanups. | Steven Danneman | 3 | -51/+53 | |
2008-11-18 | Fix bug #5908 - Samba 3.0.32 - internal change notify on share directory fails" | Dina Fine | 1 | -0/+3 | |
2008-11-18 | libsmb: Fix up pointer passed to cli_send_trans in cli_link_internal | Kai Blin | 1 | -1/+1 | |
2008-11-18 | Re-structure Volker's patch to "Fix trans2findfirst for the large directory ↵ | Jeremy Allison | 1 | -26/+21 | |
optimization". Makes the change clearer. Jeremy. | |||||
2008-11-18 | Fix trans2findfirst for the large directory optimization | Volker Lendecke | 1 | -0/+5 | |
With case sensitive = yes preserve case = no short preserve case = no default case = upper a "dir FOO.txt" would not find "FOO.TXT" because FOO.txt ends up unconverted in the mask for mask_match. Jeremy, please check! Volker | |||||
2008-11-18 | s3-libnet-samsync: store samsync sequence number state in keytab. | Günther Deschner | 1 | -1/+52 | |
Guenther | |||||
2008-11-18 | s3-libnet-samsync: refactor libnet_samsync. | Günther Deschner | 1 | -57/+66 | |
Guenther | |||||
2008-11-18 | s3-libnet-samsync: pass back sequence number from fetch_sam_entries_keytab. | Günther Deschner | 1 | -1/+16 | |
Guenther | |||||
2008-11-18 | s3-libnet-samsync: use netr_DatabaseDeltas unless full replication enforced. | Günther Deschner | 1 | -1/+12 | |
Guenther | |||||
2008-11-18 | s3-libnet-samsync: pass sequence number pointer to process routine. | Günther Deschner | 6 | -0/+8 | |
Guenther | |||||
2008-11-18 | s3-libnet-samsync: move all modules to startup,process,finish callbacks. | Günther Deschner | 6 | -71/+153 | |
Guenther | |||||
2008-11-18 | s3-libnet-samsync: call init and close ops function where appropriate. | Günther Deschner | 1 | -1/+23 | |
Guenther | |||||
2008-11-18 | s3-libnet-samsync: use samsync_ops. | Günther Deschner | 7 | -64/+38 | |
Guenther | |||||
2008-11-18 | s3-libnet-samsync: add samsync_ops to all samsync modules. | Günther Deschner | 5 | -0/+21 | |
Guenther | |||||
2008-11-18 | s3-libnet-samsync: add samsync_ops. | Günther Deschner | 1 | -0/+18 | |
Guenther | |||||
2008-11-18 | s3-libnet: move add_to_keytab_entries to libnet_keytab. | Günther Deschner | 4 | -87/+93 | |
Guenther | |||||
2008-11-18 | s3-net: add "net rpc vampire passdb" that allows to take arguments. | Günther Deschner | 3 | -0/+22 | |
Guenther | |||||
2008-11-18 | s3-net: use net_scan_dc in net rpc vampire keytab. | Günther Deschner | 1 | -8/+27 | |
Guenther | |||||
2008-11-18 | s3-net: add net_scan_dc function. | Günther Deschner | 2 | -0/+42 | |
Guenther | |||||
2008-11-18 | s3-net: add net_dc_info struct. | Günther Deschner | 1 | -0/+10 | |
Guenther | |||||
2008-11-18 | s3-net-vampire: add support for partial replication (individual deltas). | Günther Deschner | 1 | -0/+109 | |
Guenther | |||||
2008-11-18 | s3-libnet-samsync: add support for partial replication. | Günther Deschner | 2 | -12/+124 | |
Guenther | |||||
2008-11-18 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 56 | -338/+929 | |
2008-11-18 | Explicitly include samba4 includes.h to fix the build. | Jelmer Vernooij | 1 | -1/+1 | |
2008-11-17 | Fix bug #5906 when running winbindd on a Samba PDC. Winbindd crash on ↵ | Davide Sfriso | 1 | -2/+2 | |
'getent group' Jeremy. | |||||
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 create-tarball.sh: Remove dashes in git commands. | Karolin Seeger | 1 | -4/+4 | |
Newer git versions (e.g. 1.6.0.2) do not provide the 'git-' commands any longer. Karolin | |||||
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 | 7 | -19/+54 | |
Guenther | |||||
2008-11-17 | svcctl: fix idl for svcctl_EnumServicesStatusW. | Günther Deschner | 1 | -4/+4 | |
Guenther | |||||
2008-11-17 | s4-smbtorture: add test for svcctl_QueryServiceConfig2W. | Günther Deschner | 1 | -0/+49 | |
Guenther | |||||
2008-11-17 | svcctl: fix idl for svcctl_QueryServiceConfig2W. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2008-11-17 | svcctl: fix idl for EnumServicesStatusExW. | Günther Deschner | 1 | -6/+6 | |
Guenther | |||||
2008-11-17 | s4-smbtorture: fix test for svcctl_EnumServicesStatusW. | Günther Deschner | 1 | -5/+7 | |
Guenther | |||||
2008-11-17 | s4-smbtorture: add test for svcctl_QueryServiceStatusEx. | Günther Deschner | 1 | -0/+68 | |
Guenther | |||||
2008-11-17 | svcctl: fix idl for svcctl_QueryServiceStatusEx. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2008-11-17 | s4-smbtorture: pure reformatting of svcctl test. | Günther Deschner | 1 | -25/+24 | |
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 | s4-smbtorture: add PNP_GetDeviceRegProp test for ntsvcs testsuite. | Günther Deschner | 1 | -0/+40 | |
Guenther | |||||
2008-11-17 | ntsvcs: remove todo from PNP_GetDeviceList. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-11-17 | pam_winbind: rerun genmsg after Bo Yang's fixes. | Günther Deschner | 1 | -12/+7 | |
Guenther | |||||
2008-11-17 | s4:dsdb/samdb: don't allow objects without objectClass | Stefan Metzmacher | 1 | -2/+2 | |
We're using @ROOTDSE instead of CN=ROOTDSE. metze | |||||
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 | 2 | -5/+6 | |
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-17 | Run the original operation before we update linked attrs | Andrew Bartlett | 1 | -17/+24 | |
This causes the linked attribute modifies to occour after the original operation is entered in the transaction (any failure still fails the lot). This means (I hope) that we can have another module search the originating record when the backlink is created, filling in the GUID and SID for the extended DN. Andrew Bartlett |