Age | Commit message (Expand) | Author | Files | Lines |
2008-10-08 | fix libclinbtsrcdir variable. | Jelmer Vernooij | 1 | -1/+1 |
2008-10-07 | Fix const warning. | Jeremy Allison | 1 | -1/+1 |
2008-10-07 | Update vfs version as I've added a const to the security_descriptor paramter ... | Jeremy Allison | 11 | -52/+50 |
2008-10-07 | Make map_errno_from_nt_status() a generic call, not just a cli specific one. | Jeremy Allison | 4 | -160/+175 |
2008-10-06 | Fixed build warning "passing arg from incompatible pointer type" | Tim Prouty | 1 | -1/+3 |
2008-10-06 | idmap_adex: Add more debugging to the basic search function. | Gerald (Jerry) Carter | 1 | -0/+18 |
2008-10-06 | idmap_adex: Add log messages to dc_add_domain for easier debugging. | Gerald (Jerry) Carter | 1 | -0/+8 |
2008-10-06 | If name_to_fqdn fails, retry with the dns domain the DC gave us | Volker Lendecke | 1 | -3/+8 |
2008-10-06 | Log in the parent winbind log where a request is going | Volker Lendecke | 1 | -0/+4 |
2008-10-06 | Add netlogond auth method | Volker Lendecke | 4 | -1/+330 |
2008-10-06 | Add dyn_NCALRPCDIR | Volker Lendecke | 4 | -0/+26 |
2008-10-06 | Store a local schannel key in secrets.tdb | Volker Lendecke | 3 | -0/+29 |
2008-10-05 | Fix some nonempty blank lines | Volker Lendecke | 1 | -25/+25 |
2008-10-05 | Remove an unused variable | Volker Lendecke | 1 | -1/+0 |
2008-10-05 | Fix some missing error handlings | Volker Lendecke | 3 | -2/+8 |
2008-10-05 | OS/X does not have rl_done in readline.h | Volker Lendecke | 1 | -0/+8 |
2008-10-05 | Fix an uninitialized variable warning | Volker Lendecke | 1 | -0/+2 |
2008-10-04 | Fix an unlikely memleak found by the IBM checker | Volker Lendecke | 1 | -0/+2 |
2008-10-04 | Fix an uninitialized variable found by the IBM Checker | Volker Lendecke | 1 | -0/+1 |
2008-10-04 | Fix a potential NULL deref in line 258 found by the IBM checker | Volker Lendecke | 1 | -0/+1 |
2008-10-04 | "gwen/cc" does not like the double const :-) | Volker Lendecke | 1 | -1/+1 |
2008-10-03 | Fix the build farm. In this branch cli_echo returns NTSTATUS. | Jeremy Allison | 1 | -1/+4 |
2008-10-03 | Correctly fix smbclient to terminate on eof from server. | Jeremy Allison | 3 | -3/+24 |
2008-10-03 | Simply our main loop processing. A lot :-). Correctly use events for all the ... | Jeremy Allison | 7 | -188/+148 |
2008-10-03 | net_dns: Make "lwinet ads dns register" honor the "interfaces" parameter. | Gerald (Jerry) Carter | 1 | -13/+12 |
2008-10-03 | libaddns: Use the same prerequisite for DDNS update as Windows XP. | Gerald (Jerry) Carter | 1 | -2/+2 |
2008-10-02 | Don't reject a successful alloc :-(. | Jeremy Allison | 1 | -1/+1 |
2008-10-02 | Fix bug 5805: don't close stdout | Derrell Lipman | 1 | -1/+3 |
2008-10-02 | The IRIX compiler does not like embedded unnamed unions | Volker Lendecke | 3 | -13/+13 |
2008-10-02 | Attempt to fix the build on IRIX | Volker Lendecke | 4 | -6/+6 |
2008-10-02 | Fix bug 5798: "CFLAGS info lost in configure" | Volker Lendecke | 1 | -1/+1 |
2008-10-01 | Fix bug #5080. Access to cups-printers via samba broken with cups 1.3.4, Unsu... | Jeremy Allison | 1 | -90/+251 |
2008-10-01 | Whitespace cleanup. | Jeremy Allison | 1 | -16/+16 |
2008-10-01 | Fix use of DLIST_REMOVE as spotted by Constantine Vetoshev <gepardcv@gmail.com>. | Jeremy Allison | 3 | -5/+5 |
2008-10-01 | Turn the socket connections into a refcounted list - in the common case there... | Jeremy Allison | 1 | -44/+95 |
2008-09-30 | Convert to allocated strings. Use write_data(), not send as this doesn't corr... | Jeremy Allison | 1 | -58/+42 |
2008-09-30 | Revert erroneous commit. | Jeremy Allison | 1 | -1/+1 |
2008-09-30 | Remove current_user_info - not needed. | Jeremy Allison | 2 | -5/+3 |
2008-09-30 | Restructure the module so it connects to the remote data sink | Jeremy Allison | 1 | -150/+156 |
2008-09-30 | Fix the make test problem Karolin reported. Now rename_open_files actually wo... | Jeremy Allison | 1 | -2/+2 |
2008-09-29 | Ensure we null out fsp after a close in all paths. | Jeremy Allison | 1 | -0/+1 |
2008-09-29 | Avoid freeing fsp twice when opening new_file fails. (Debian #431696) | Jelmer Vernooij | 1 | -0/+1 |
2008-09-29 | s3:mapping_tdb: fix the del_aliasmem() function | Stefan Metzmacher | 1 | -3/+2 |
2008-09-29 | re-added "winbind:ignore domains" patch | Andrew Tridgell | 1 | -0/+17 |
2008-09-29 | fixed an (unlikely) memory leak | Andrew Tridgell | 1 | -0/+1 |
2008-09-29 | fixed a segfault on the ctdb destructor code | Andrew Tridgell | 1 | -3/+10 |
2008-09-29 | removed unused variables | Andrew Tridgell | 1 | -2/+1 |
2008-09-29 | fixed segv on startup with trusted domains | Andrew Tridgell | 1 | -0/+16 |
2008-09-29 | [s3]fix build --with-cluster-support after ndr_[pull|push]_struct blob changes. | Michael Adam | 1 | -2/+2 |
2008-09-29 | s4:configure: require tdb >= 1.1.3 from the system | Stefan Metzmacher | 1 | -1/+1 |