summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
| * idmap_adex: Add log messages to dc_add_domain for easier debugging.Gerald (Jerry) Carter2008-10-061-0/+8
| * If name_to_fqdn fails, retry with the dns domain the DC gave usVolker Lendecke2008-10-061-3/+8
| * Log in the parent winbind log where a request is goingVolker Lendecke2008-10-061-0/+4
| * Add netlogond auth methodVolker Lendecke2008-10-064-1/+330
| * Add dyn_NCALRPCDIRVolker Lendecke2008-10-064-0/+26
| * Store a local schannel key in secrets.tdbVolker Lendecke2008-10-063-0/+29
| * Fix some nonempty blank linesVolker Lendecke2008-10-051-25/+25
| * Remove an unused variableVolker Lendecke2008-10-051-1/+0
| * Fix some missing error handlingsVolker Lendecke2008-10-053-2/+8
| * OS/X does not have rl_done in readline.hVolker Lendecke2008-10-051-0/+8
| * Fix an uninitialized variable warningVolker Lendecke2008-10-051-0/+2
| * Fix an unlikely memleak found by the IBM checkerVolker Lendecke2008-10-041-0/+2
| * Fix an uninitialized variable found by the IBM CheckerVolker Lendecke2008-10-041-0/+1
| * Fix a potential NULL deref in line 258 found by the IBM checkerVolker Lendecke2008-10-041-0/+1
| * "gwen/cc" does not like the double const :-)Volker Lendecke2008-10-041-1/+1
| * Fix the build farm. In this branch cli_echo returns NTSTATUS.Jeremy Allison2008-10-031-1/+4
| * Correctly fix smbclient to terminate on eof from server.Jeremy Allison2008-10-033-3/+24
| * Simply our main loop processing. A lot :-). Correctly use events for all the ...Jeremy Allison2008-10-037-188/+148
| * net_dns: Make "lwinet ads dns register" honor the "interfaces" parameter.Gerald (Jerry) Carter2008-10-031-13/+12
| * libaddns: Use the same prerequisite for DDNS update as Windows XP.Gerald (Jerry) Carter2008-10-031-2/+2
| * Don't reject a successful alloc :-(.Jeremy Allison2008-10-021-1/+1
| * Fix bug 5805: don't close stdoutDerrell Lipman2008-10-021-1/+3
| * The IRIX compiler does not like embedded unnamed unionsVolker Lendecke2008-10-023-13/+13
| * Attempt to fix the build on IRIXVolker Lendecke2008-10-024-6/+6
| * Fix bug 5798: "CFLAGS info lost in configure"Volker Lendecke2008-10-021-1/+1
| * Fix bug #5080. Access to cups-printers via samba broken with cups 1.3.4, Unsu...Jeremy Allison2008-10-011-90/+251
| * Whitespace cleanup.Jeremy Allison2008-10-011-16/+16
| * Fix use of DLIST_REMOVE as spotted by Constantine Vetoshev <gepardcv@gmail.com>.Jeremy Allison2008-10-013-5/+5
| * Turn the socket connections into a refcounted list - in the common case there...Jeremy Allison2008-10-011-44/+95
| * Convert to allocated strings. Use write_data(), not send as this doesn't corr...Jeremy Allison2008-09-301-58/+42
| * Revert erroneous commit.Jeremy Allison2008-09-301-1/+1
| * Remove current_user_info - not needed.Jeremy Allison2008-09-302-5/+3
| * Restructure the module so it connects to the remote data sinkJeremy Allison2008-09-301-150/+156
| * Fix the make test problem Karolin reported. Now rename_open_files actually wo...Jeremy Allison2008-09-301-2/+2
| * Ensure we null out fsp after a close in all paths.Jeremy Allison2008-09-291-0/+1
| * Avoid freeing fsp twice when opening new_file fails. (Debian #431696)Jelmer Vernooij2008-09-291-0/+1
| * s3:mapping_tdb: fix the del_aliasmem() functionStefan Metzmacher2008-09-291-3/+2
| * re-added "winbind:ignore domains" patchAndrew Tridgell2008-09-291-0/+17
| * fixed an (unlikely) memory leakAndrew Tridgell2008-09-291-0/+1
| * fixed a segfault on the ctdb destructor codeAndrew Tridgell2008-09-291-3/+10
| * removed unused variablesAndrew Tridgell2008-09-291-2/+1
| * fixed segv on startup with trusted domainsAndrew Tridgell2008-09-291-0/+16
| * [s3]fix build --with-cluster-support after ndr_[pull|push]_struct blob changes.Michael Adam2008-09-291-2/+2
| * s4:configure: require tdb >= 1.1.3 from the systemStefan Metzmacher2008-09-291-1/+1
| * Fix async_connectVolker Lendecke2008-09-291-1/+2
| * [s3]loadparm: refactor freeing of parameter data out and reduce memleak.Michael Adam2008-09-271-35/+53
| * [s3]loadparm: in lp_do_parameter() use function lp_local_ptr()Michael Adam2008-09-271-3/+1
| * [s3]loadparm: remove superfluous talloc context / talloc_stackframe call.Michael Adam2008-09-271-5/+0
| * [s3]loadparm: refactor setting parametric options in list outMichael Adam2008-09-271-52/+45
| * [s3]loadparm: fix memory error - free the right param_opt->list in copy_service.Michael Adam2008-09-271-1/+1