summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * r19300: Fix null deref in debug statement.Jeremy Allison2006-10-161-3/+3
| | | | | | | | | | | | Jeremy.
| | * r19292: Avoid some potential segfaults: In winreg_EnumValue all pointers are ↵Volker Lendecke2006-10-151-9/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unique pointers and can thus be independently NULL. Thanks, Volker
| | * r19291: this should fix the build on heimdal systemsStefan Metzmacher2006-10-152-2/+1
| | | | | | | | | | | | metze
| | * r19290: regedit running on nt4 will cut off the last character from a ↵Volker Lendecke2006-10-153-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | enumkey without this patch. Jerry, Jelmer, can you please check this? Thanks, Volker
| | * r19288: tdb_prs_store is right now used to store printer and share securityVolker Lendecke2006-10-151-1/+1
| | | | | | | | | | | | | | | | | | | | | descriptors. Both databases are long-lived and not frequently written, so I think storing it deserves a tdb transaction. Volker
| | * r19287: As requested by Bjoern Jacke <bjoern@j3e.de>: Check in the NetBSD ↵Volker Lendecke2006-10-154-1/+479
| | | | | | | | | | | | | | | | | | | | | | | | winbind module by Luke Mewburn. Volker
| | * r19286: Remove dependency on Fink. If we really *need* anything from Fink,James Peach2006-10-151-13/+2
| | | | | | | | | | | | | | | | | | | | | this shold be a strong dependency. If stuff from Fink is an optional extra, there should be a --with-stuff-from-fink argument. It's just too easy to unexpectedly end up with binaries that depend on /sw/{lib,include}.
| | * r19272: Ensure we return 1 member in the optimized case.Jeremy Allison2006-10-141-0/+1
| | |
| | * r19271: Test the "hack" for "Domain Users" as agreed withJeremy Allison2006-10-141-9/+120
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Jerry. If "enum users" is set to false, and the group being looked up is the Domain Users SID: S-1-5-domain-513, then for the list of members check if the querying user is in that group, and if so only return that user as the gr_mem array. We can change this to a different parameter than "enum users" if neccessaey, or parameterize the group list we do this for. Jeremy.
| | * r19270: Stop depending on internal MIT symbols. These are private on MacOSJames Peach2006-10-133-62/+107
| | | | | | | | | | | | | | | | | | | | | x, so we can't get at them even if we wanted to. Kerberos experts, please take a look to make sure I've done the right thing!
| | * r19263: Be more accurate in telling what the sitename problem is in this DEBUGGünther Deschner2006-10-131-1/+1
| | | | | | | | | | | | | | | | | | statement. Guenther
| | * r19260: Fix for bug #3524 from tiamat@komi.mts.ru - Solaris quotas.Jeremy Allison2006-10-131-7/+9
| | | | | | | | | | | | Jeremy.
| | * r19257: Janitor for Guenther - as well as a little massaging to makeJeremy Allison2006-10-121-37/+74
| | | | | | | | | | | | | | | | | | his patch fit SAMBA_3_0. (This is guenthers code). Make site support work correctly in net ads join. Jeremy.
| | * r19255: Add blacklist of accounts when NSS initgroups calls are coming in andGünther Deschner2006-10-122-0/+28
| | | | | | | | | | | | | | | | | | | | | "winbind use default domain" is set. Defaults to "root, nobody, lp" currently. Guenther
| | * r19254: Make sure to also wait 35 seconds to receive a Netlogon GETDC replyGünther Deschner2006-10-121-0/+8
| | | | | | | | | | | | | | | | | | here in winbindd_getdcname(). Guenther
| | * r19250: Fixes bug 4156.Derrell Lipman2006-10-111-0/+1
| | | | | | | | | | | | | | | The protocol negotiation string "LANMAN2.1" was not listed in the set of negotiatiable possibilities, so non-optimal negotiation was taking place.
| | * r19249: Attempt to fix a site lookup bug found by Guenther.Jeremy Allison2006-10-112-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - "The problem is, with a fresh system, we don't know our sitename, therefor we do a stupid DNS query for all DCs. The reply we get is a round-robin list of all 21 DCs, we just pick the first, contact that and safe that INET.COM#1C query in the name cache for later use... What we need to do if we don't yet know our sitename, is to contact to any DC, get the CLDAP reply to tell us in which site we are, then flush the namecache and requery DNS including the sitename" Implement the flushing of the #1C entries for a given NetBIOS name/realm when looking up the site value. Jeremy.
| | * r19248: Activate RPC-SAMBA3-WKSSVCVolker Lendecke2006-10-111-1/+1
| | |
| | * r19246: merge from samba4 rev 18207 and 18208:Stefan Metzmacher2006-10-112-1/+10
| | | | | | | | | | | | | | | | | | readline fixes for mac os 10 metze
| | * r19244: fix the build on systems with broken krb5Stefan Metzmacher2006-10-112-5/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | we need to make sure HAVE_GSSAPI HAVE_KRB5_H HAVE_GSSAPI_H HAVE_GSSAPI_GSSAPI_GENERIC_H HAVE_GSSAPI_GSSAPI_H are not in config.h this adds 2 new macros to libreplace AC_REMOVE_DEFINE(), AC_REMOVE_INCLUDE() metze
| | * r19243: Fix debug statement.Günther Deschner2006-10-111-1/+1
| | | | | | | | | | | | Guenther
| | * r19241: compile xattr wrappers on mac os 10Stefan Metzmacher2006-10-112-0/+76
| | | | | | | | | | | | | | | | | | patch from Bjoern Jacke and it fixes bug 3698 metze
| | * r19240: move the NO_CONFIG_H check to libreplaceStefan Metzmacher2006-10-112-2/+2
| | | | | | | | | | | | | | | | | | | | | this fixes the quota detection configure and maybe more configure tests metze
| | * r19239: make the acl configure check more readable...Stefan Metzmacher2006-10-111-38/+68
| | | | | | | | | | | | metze
| | * r19238: Let the comfigure check find that some krb5 functionsStefan Metzmacher2006-10-111-16/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are missing! Bailing out at compile time is ugly. Hopefully this fixes the Mac OS 10 boxes in the build-farm there're some missing function. Fixing that is a different problem... metze
| | * r19237: fix typoStefan Metzmacher2006-10-111-1/+1
| | | | | | | | | | | | metze
| | * r19236: prepare for --with-pam=auto as defaultStefan Metzmacher2006-10-111-39/+72
| | | | | | | | | | | | | | | | | | | | | but still leave --with-pam=no the default for now and wait for discussion on samba-technical metze
| | * r19235: merge from samba4:Stefan Metzmacher2006-10-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | fix configure test for net/if.h on some platforms AC_LANG_SOURCE() adds the content of confdefs.h in front of the compiled file metze
| | * r19233: remove unused --with-spinlocks optionStefan Metzmacher2006-10-111-24/+0
| | | | | | | | | | | | | | | | | | | | | the defines are not used anywhere in the tree. (grep -R SPINLOCKS . in the topdir) metze
| | * r19232: merge from samba4:Stefan Metzmacher2006-10-112-16/+19
| | | | | | | | | | | | | | | | | | | | | - machine/sys/getppdp.h workaround for HPUX 11.23 - more verbose check for net/if.h metze
| | * r19231: I encountered a WinXP/Home system which, acting as the master ↵Derrell Lipman2006-10-111-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | browser for its workgroup, decided periodically to stop sending recognized responses to a NetServerEnum2 request for the workgroup. Instead of returning the list of servers (only itself; nothing else in the workgroup), it returns a status code of 8 which is unsupported by samba3, samba4, and ethereal. The code for this request assumed that if an unexpected status code was received, the connection had a problem, i.e. that cli_errno() would show a problem. That turns out not to be the case. This patch changes the behavior so tha any time a response is received and cli_errno() == 0, we continue processing the reply and base our response on the returned count (zero). The pre-existing code then converts this count=0 into an ENOENT errno which can be properly handled by the application (whereas an error return with errno=0 can't be). This packet dump has only 2 frames. Sorry about the text version but it's most easily attached to this log message. I also have it saved as .pcap if anyone wants it. Derrell No. Time Source Destination Protocol Info 1 14:31:59.802668 192.168.1.106 192.168.1.100 LANMAN NetServerEnum2 Request, Server, SQL Server, Domain Controller, Backup Controller, Time Source, Apple Server, Novell Server, Domain Member Server, Print Queue Server, Dialin Server, Xenix Server, NT Workstation, Windows for Workgroups, Unknown server type:14, NT Server Frame 1 (196 bytes on wire, 196 bytes captured) Arrival Time: Oct 10, 2006 14:31:59.802668000 Time delta from previous packet: 0.000000000 seconds Time since reference or first frame: 0.000000000 seconds Frame Number: 1 Packet Length: 196 bytes Capture Length: 196 bytes Protocols in frame: eth:ip:tcp:nbss:smb Ethernet II, Src: IntelCor_4a:47:bb (00:13:20:4a:47:bb), Dst: Micro-St_74:16:e7 (00:0c:76:74:16:e7) Destination: Micro-St_74:16:e7 (00:0c:76:74:16:e7) Source: IntelCor_4a:47:bb (00:13:20:4a:47:bb) Type: IP (0x0800) Internet Protocol, Src: 192.168.1.106 (192.168.1.106), Dst: 192.168.1.100 (192.168.1.100) Version: 4 Header length: 20 bytes Differentiated Services Field: 0x00 (DSCP 0x00: Default; ECN: 0x00) 0000 00.. = Differentiated Services Codepoint: Default (0x00) .... ..0. = ECN-Capable Transport (ECT): 0 .... ...0 = ECN-CE: 0 Total Length: 182 Identification: 0xb838 (47160) Flags: 0x04 (Don't Fragment) 0... = Reserved bit: Not set .1.. = Don't fragment: Set ..0. = More fragments: Not set Fragment offset: 0 Time to live: 64 Protocol: TCP (0x06) Header checksum: 0xfdea [correct] Good: True Bad : False Source: 192.168.1.106 (192.168.1.106) Destination: 192.168.1.100 (192.168.1.100) Transmission Control Protocol, Src Port: 44932 (44932), Dst Port: netbios-ssn (139), Seq: 851982066, Ack: 1274726157, Len: 130 Source port: 44932 (44932) Destination port: netbios-ssn (139) Sequence number: 851982066 Next sequence number: 851982196 Acknowledgement number: 1274726157 Header length: 32 bytes Flags: 0x0018 (PSH, ACK) 0... .... = Congestion Window Reduced (CWR): Not set .0.. .... = ECN-Echo: Not set ..0. .... = Urgent: Not set ...1 .... = Acknowledgment: Set .... 1... = Push: Set .... .0.. = Reset: Not set .... ..0. = Syn: Not set .... ...0 = Fin: Not set Window size: 6432 Checksum: 0xb4e0 [correct] Options: (12 bytes) NOP NOP Time stamp: tsval 1184074739, tsecr 11576161 NetBIOS Session Service Message Type: Session message Flags: 0x00 .... ...0 = Add 0 to length Length: 126 SMB (Server Message Block Protocol) SMB Header Server Component: SMB Response in: 2 SMB Command: Trans (0x25) NT Status: STATUS_SUCCESS (0x00000000) Flags: 0x08 0... .... = Request/Response: Message is a request to the server .0.. .... = Notify: Notify client only on open ..0. .... = Oplocks: OpLock not requested/granted ...0 .... = Canonicalized Pathnames: Pathnames are not canonicalized .... 1... = Case Sensitivity: Path names are caseless .... ..0. = Receive Buffer Posted: Receive buffer has not been posted .... ...0 = Lock and Read: Lock&Read, Write&Unlock are not supported Flags2: 0xc801 1... .... .... .... = Unicode Strings: Strings are Unicode .1.. .... .... .... = Error Code Type: Error codes are NT error codes ..0. .... .... .... = Execute-only Reads: Don't permit reads if execute-only ...0 .... .... .... = Dfs: Don't resolve pathnames with Dfs .... 1... .... .... = Extended Security Negotiation: Extended security negotiation is supported .... .... .0.. .... = Long Names Used: Path names in request are not long file names .... .... .... .0.. = Security Signatures: Security signatures are not supported .... .... .... ..0. = Extended Attributes: Extended attributes are not supported .... .... .... ...1 = Long Names Allowed: Long file names are allowed in the response Process ID High: 0 Signature: 0000000000000000 Reserved: 0000 Tree ID: 2048 Process ID: 12967 User ID: 2048 Multiplex ID: 6 Trans Request (0x25) Word Count (WCT): 14 Total Parameter Count: 36 Total Data Count: 0 Max Parameter Count: 8 Max Data Count: 65535 Max Setup Count: 0 Reserved: 00 Flags: 0x0000 .... .... .... ..0. = One Way Transaction: Two way transaction .... .... .... ...0 = Disconnect TID: Do NOT disconnect TID Timeout: Return immediately (0) Reserved: 0000 Parameter Count: 36 Parameter Offset: 90 Data Count: 0 Data Offset: 126 Setup Count: 0 Reserved: 00 Byte Count (BCC): 63 Transaction Name: \PIPE\LANMAN SMB Pipe Protocol Microsoft Windows Lanman Remote API Protocol Function Code: NetServerEnum2 (104) Parameter Descriptor: WrLehDz Return Descriptor: B16BBDz Detail Level: 1 Receive Buffer Length: 65535 Server Type: 0x0000fffe .... .... .... .... .... .... .... ...0 = Workstation: This is NOT a Workstation .... .... .... .... .... .... .... ..1. = Server: This is a Server .... .... .... .... .... .... .... .1.. = SQL: This is an SQL server .... .... .... .... .... .... .... 1... = Domain Controller: This is a Domain Controller .... .... .... .... .... .... ...1 .... = Backup Controller: This is a Backup Controller .... .... .... .... .... .... ..1. .... = Time Source: This is a Time Source .... .... .... .... .... .... .1.. .... = Apple: This is an Apple host .... .... .... .... .... .... 1... .... = Novell: This is a Novell server .... .... .... .... .... ...1 .... .... = Member: This is a Domain Member server .... .... .... .... .... ..1. .... .... = Print: This is a Print Queue server .... .... .... .... .... .1.. .... .... = Dialin: This is a Dialin server .... .... .... .... .... 1... .... .... = Xenix: This is a Xenix server .... .... .... .... ...1 .... .... .... = NT Workstation: This is an NT Workstation .... .... .... .... ..1. .... .... .... = WfW: This is a WfW host .... .... .... .... 1... .... .... .... = NT Server: This is an NT Server .... .... .... ...0 .... .... .... .... = Potential Browser: This is NOT a Potential Browser .... .... .... ..0. .... .... .... .... = Backup Browser: This is NOT a Backup Browser .... .... .... .0.. .... .... .... .... = Master Browser: This is NOT a Master Browser .... .... .... 0... .... .... .... .... = Domain Master Browser: This is NOT a Domain Master Browser .... .... ...0 .... .... .... .... .... = OSF: This is NOT an OSF host .... .... ..0. .... .... .... .... .... = VMS: This is NOT a VMS host .... .... .0.. .... .... .... .... .... = Windows 95+: This is NOT a Windows 95 or above host .0.. .... .... .... .... .... .... .... = Local: This is NOT a local list only request 0... .... .... .... .... .... .... .... = Domain Enum: This is NOT a Domain Enum request Enumeration Domain: WORKGROUP No. Time Source Destination Protocol Info 2 14:31:59.803918 192.168.1.100 192.168.1.106 LANMAN NetServerEnum2 Response Frame 2 (134 bytes on wire, 134 bytes captured) Arrival Time: Oct 10, 2006 14:31:59.803918000 Time delta from previous packet: 0.001250000 seconds Time since reference or first frame: 0.001250000 seconds Frame Number: 2 Packet Length: 134 bytes Capture Length: 134 bytes Protocols in frame: eth:ip:tcp:nbss:smb Ethernet II, Src: Micro-St_74:16:e7 (00:0c:76:74:16:e7), Dst: IntelCor_4a:47:bb (00:13:20:4a:47:bb) Destination: IntelCor_4a:47:bb (00:13:20:4a:47:bb) Source: Micro-St_74:16:e7 (00:0c:76:74:16:e7) Type: IP (0x0800) Internet Protocol, Src: 192.168.1.100 (192.168.1.100), Dst: 192.168.1.106 (192.168.1.106) Version: 4 Header length: 20 bytes Differentiated Services Field: 0x00 (DSCP 0x00: Default; ECN: 0x00) 0000 00.. = Differentiated Services Codepoint: Default (0x00) .... ..0. = ECN-Capable Transport (ECT): 0 .... ...0 = ECN-CE: 0 Total Length: 120 Identification: 0xea10 (59920) Flags: 0x04 (Don't Fragment) 0... = Reserved bit: Not set .1.. = Don't fragment: Set ..0. = More fragments: Not set Fragment offset: 0 Time to live: 128 Protocol: TCP (0x06) Header checksum: 0x8c50 [correct] Good: True Bad : False Source: 192.168.1.100 (192.168.1.100) Destination: 192.168.1.106 (192.168.1.106) Transmission Control Protocol, Src Port: netbios-ssn (139), Dst Port: 44932 (44932), Seq: 1274726157, Ack: 851982196, Len: 68 Source port: netbios-ssn (139) Destination port: 44932 (44932) Sequence number: 1274726157 Next sequence number: 1274726225 Acknowledgement number: 851982196 Header length: 32 bytes Flags: 0x0018 (PSH, ACK) 0... .... = Congestion Window Reduced (CWR): Not set .0.. .... = ECN-Echo: Not set ..0. .... = Urgent: Not set ...1 .... = Acknowledgment: Set .... 1... = Push: Set .... .0.. = Reset: Not set .... ..0. = Syn: Not set .... ...0 = Fin: Not set Window size: 64606 Checksum: 0x1e0d [correct] Options: (12 bytes) NOP NOP Time stamp: tsval 11576161, tsecr 1184074739 NetBIOS Session Service Message Type: Session message Flags: 0x00 .... ...0 = Add 0 to length Length: 64 SMB (Server Message Block Protocol) SMB Header Server Component: SMB Response to: 1 Time from request: 0.001250000 seconds SMB Command: Trans (0x25) NT Status: STATUS_SUCCESS (0x00000000) Flags: 0x88 1... .... = Request/Response: Message is a response to the client/redirector .0.. .... = Notify: Notify client only on open ..0. .... = Oplocks: OpLock not requested/granted ...0 .... = Canonicalized Pathnames: Pathnames are not canonicalized .... 1... = Case Sensitivity: Path names are caseless .... ..0. = Receive Buffer Posted: Receive buffer has not been posted .... ...0 = Lock and Read: Lock&Read, Write&Unlock are not supported Flags2: 0xc801 1... .... .... .... = Unicode Strings: Strings are Unicode .1.. .... .... .... = Error Code Type: Error codes are NT error codes ..0. .... .... .... = Execute-only Reads: Don't permit reads if execute-only ...0 .... .... .... = Dfs: Don't resolve pathnames with Dfs .... 1... .... .... = Extended Security Negotiation: Extended security negotiation is supported .... .... .0.. .... = Long Names Used: Path names in request are not long file names .... .... .... .0.. = Security Signatures: Security signatures are not supported .... .... .... ..0. = Extended Attributes: Extended attributes are not supported .... .... .... ...1 = Long Names Allowed: Long file names are allowed in the response Process ID High: 0 Signature: 0000000000000000 Reserved: 0000 Tree ID: 2048 Process ID: 12967 User ID: 2048 Multiplex ID: 6 Trans Response (0x25) Word Count (WCT): 10 Total Parameter Count: 8 Total Data Count: 0 Reserved: 0000 Parameter Count: 8 Parameter Offset: 56 Parameter Displacement: 0 Data Count: 0 Data Offset: 64 Data Displacement: 0 Setup Count: 0 Reserved: 00 Byte Count (BCC): 9 Padding: 00 SMB Pipe Protocol Microsoft Windows Lanman Remote API Protocol Function Code: NetServerEnum2 (104) Status: Unknown (8) Convert: 0 Entry Count: 0 Available Entries: 0
| | * r19230: Doh ! Fix obvious crash bug.....Jeremy Allison2006-10-101-5/+5
| | |
| | * r19224: Add setting the rng_fault_state to the already converted pipes.Volker Lendecke2006-10-107-147/+597
| | | | | | | | | | | | | | | | | | | | | | | | Convert the low-hanging fruit of the LSA server. This provides a sample how the server calls can be converted one by one, see the "proxy_lsa_call" function. Volker
| | * r19221: Monster-Checkin after "make idl"Volker Lendecke2006-10-1011-716/+3580
| | |
| | * r19220: Check if a backend has set rng_fault_state and send a dce-level ↵Volker Lendecke2006-10-101-0/+7
| | | | | | | | | | | | | | | | | | fault pdu. Volker
| | * r19218: With the new RPC server infrastructure all backend functions are ↵Volker Lendecke2006-10-101-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | filled, at least with dummy routines. We need a way to indicate that we do not support a call, so that srv_pipe_hnd.c can return the DCE level RNG_ERROR. This flag can be set in the backend routines for this one. I'll change pidl to generate code to "return False" in srv_lsa.c if this flag is set. Volker
| | * r19212: Make sure domains marked internal don't doJeremy Allison2006-10-102-14/+29
| | | | | | | | | | | | | | | network queries. Jeremy.
| | * r19209: Ensure we don't make mistakes by sending online/offlineJeremy Allison2006-10-101-26/+100
| | | | | | | | | | | | | | | | | | | | | messages to internal domains, or to domains not being serviced by a winbindd child. Ensure the child online offline requests are domain specific. Jeremy.
| | * r19207: Properly canonicalize incoming names to theJeremy Allison2006-10-093-4/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | NSS protocols auth, chauthtok, logoff, ccache_ntlm_auth. That way we ensure winbindd only deals with fully qualified names internally. The NSS protocols auth_crap and chng_pswd_auth_crap should be fixed to do the same thing. Jeremy.
| | * r19206: Jeremy, for some reason storing a value-less entry in TDB does not workGünther Deschner2006-10-092-18/+14
| | | | | | | | | | | | | | | | | | | | | anymore in 3_0. I'm just adding a time(NULL) as value for the WINBINDD_OFFLINE key. Guenther
| | * r19203: Part two of returning our real name. This code is a bit ancient... :-)Volker Lendecke2006-10-091-1/+1
| | |
| | * r19193: merge from samba4:Stefan Metzmacher2006-10-091-1/+3
| | | | | | | | | | | | | | | | | | | | | fixed another checker warning and a possible error on allocation failure metze
| | * r19192: merge from samba4:Stefan Metzmacher2006-10-091-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | ensure that data values from ldap libs are null terminated, to allow ldb_msg_find_attr_as_string() to work correctly. Thanks to Jim Myers for spotting this! metze
| | * r19191: merge from samba4:Stefan Metzmacher2006-10-092-1/+2
| | | | | | | | | | | | | | | | | | fix checker warnings metze
| | * r19190: merge from samba4:Stefan Metzmacher2006-10-091-6/+1
| | | | | | | | | | | | | | | | | | | | | remove wrong check and statement. to manipulate rootDSE we use ldb_dn_new() as base and that has 0 elements. metze
| | * r19189: No display name is normal for some GPOs.Günther Deschner2006-10-091-5/+3
| | | | | | | | | | | | Guenther
| | * r19185: merge comment from samba4Stefan Metzmacher2006-10-091-0/+4
| | | | | | | | | | | | metze
| | * r19184: W2k3 returns its name for the GetServerInfo RAP call. Do the same.Volker Lendecke2006-10-093-2/+86
| | | | | | | | | | | | | | | | | | Implement 'net rap server name'. Volker
| | * r19183: merge from samba4:Stefan Metzmacher2006-10-091-3/+13
| | | | | | | | | | | | | | | | | | don't crash on invalid utf8 chars metze
| | * r19182: merge from samba4:Stefan Metzmacher2006-10-094-1/+16
| | | | | | | | | | | | | | | | | | | | | add ldb_set_create_perms() function to set the create_perms after ldb_init() and before ldb_connect() metze