summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2008-10-09Fix a typoVolker Lendecke1-1/+1
2008-10-09build: add "make test_wbpad" for checking winbind 32/64bit structure padding.Günther Deschner2-0/+86
2008-10-09s3-winbindd: add dsgetdcname request and reply to winbind structure.Günther Deschner1-0/+17
2008-10-08For the vfs_acl_xattr.c module, make sure we map GENERIC file and directory bitsJeremy Allison5-2/+52
2008-10-08Fixed "might be uninitialized" warningTim Prouty1-2/+2
2008-10-08Deal with inheritance from parent directory when setting WindowsJeremy Allison3-1/+20
2008-10-08Fix bug #5814 - Winbindd dumping core in a strange manner while doing "rescan...Jeremy Allison1-0/+23
2008-10-08Remove unused CHECK_FSP macroVolker Lendecke2-19/+2
2008-10-08fix libclinbtsrcdir variable.Jelmer Vernooij1-1/+1
2008-10-07Fix const warning.Jeremy Allison1-1/+1
2008-10-07Update vfs version as I've added a const to the security_descriptor paramter ...Jeremy Allison11-52/+50
2008-10-07Make map_errno_from_nt_status() a generic call, not just a cli specific one.Jeremy Allison4-160/+175
2008-10-06Fixed build warning "passing arg from incompatible pointer type"Tim Prouty1-1/+3
2008-10-06idmap_adex: Add more debugging to the basic search function.Gerald (Jerry) Carter1-0/+18
2008-10-06idmap_adex: Add log messages to dc_add_domain for easier debugging.Gerald (Jerry) Carter1-0/+8
2008-10-06If name_to_fqdn fails, retry with the dns domain the DC gave usVolker Lendecke1-3/+8
2008-10-06Log in the parent winbind log where a request is goingVolker Lendecke1-0/+4
2008-10-06Add netlogond auth methodVolker Lendecke4-1/+330
2008-10-06Add dyn_NCALRPCDIRVolker Lendecke4-0/+26
2008-10-06Store a local schannel key in secrets.tdbVolker Lendecke3-0/+29
2008-10-05Fix some nonempty blank linesVolker Lendecke1-25/+25
2008-10-05Remove an unused variableVolker Lendecke1-1/+0
2008-10-05Fix some missing error handlingsVolker Lendecke3-2/+8
2008-10-05OS/X does not have rl_done in readline.hVolker Lendecke1-0/+8
2008-10-05Fix an uninitialized variable warningVolker Lendecke1-0/+2
2008-10-04Fix an unlikely memleak found by the IBM checkerVolker Lendecke1-0/+2
2008-10-04Fix an uninitialized variable found by the IBM CheckerVolker Lendecke1-0/+1
2008-10-04Fix a potential NULL deref in line 258 found by the IBM checkerVolker Lendecke1-0/+1
2008-10-04"gwen/cc" does not like the double const :-)Volker Lendecke1-1/+1
2008-10-03Fix the build farm. In this branch cli_echo returns NTSTATUS.Jeremy Allison1-1/+4
2008-10-03Correctly fix smbclient to terminate on eof from server.Jeremy Allison3-3/+24
2008-10-03Simply our main loop processing. A lot :-). Correctly use events for all the ...Jeremy Allison7-188/+148
2008-10-03net_dns: Make "lwinet ads dns register" honor the "interfaces" parameter.Gerald (Jerry) Carter1-13/+12
2008-10-03libaddns: Use the same prerequisite for DDNS update as Windows XP.Gerald (Jerry) Carter1-2/+2
2008-10-02Don't reject a successful alloc :-(.Jeremy Allison1-1/+1
2008-10-02Fix bug 5805: don't close stdoutDerrell Lipman1-1/+3
2008-10-02The IRIX compiler does not like embedded unnamed unionsVolker Lendecke3-13/+13
2008-10-02Attempt to fix the build on IRIXVolker Lendecke4-6/+6
2008-10-02Fix bug 5798: "CFLAGS info lost in configure"Volker Lendecke1-1/+1
2008-10-01Fix bug #5080. Access to cups-printers via samba broken with cups 1.3.4, Unsu...Jeremy Allison1-90/+251
2008-10-01Whitespace cleanup.Jeremy Allison1-16/+16
2008-10-01Fix use of DLIST_REMOVE as spotted by Constantine Vetoshev <gepardcv@gmail.com>.Jeremy Allison3-5/+5
2008-10-01Turn the socket connections into a refcounted list - in the common case there...Jeremy Allison1-44/+95
2008-09-30Convert to allocated strings. Use write_data(), not send as this doesn't corr...Jeremy Allison1-58/+42
2008-09-30Revert erroneous commit.Jeremy Allison1-1/+1
2008-09-30Remove current_user_info - not needed.Jeremy Allison2-5/+3
2008-09-30Restructure the module so it connects to the remote data sinkJeremy Allison1-150/+156
2008-09-30Fix the make test problem Karolin reported. Now rename_open_files actually wo...Jeremy Allison1-2/+2
2008-09-29Ensure we null out fsp after a close in all paths.Jeremy Allison1-0/+1
2008-09-29Avoid freeing fsp twice when opening new_file fails. (Debian #431696)Jelmer Vernooij1-0/+1