summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make use of ZERO_STRUCT (the first memset was actually wrong)Volker Lendecke2008-10-151-3/+3
* mount.cifs: make return codes match the return codes for /bin/mount (try #3)Jeff Layton2008-10-151-36/+46
* mount.cifs: have uppercase_string return success on NULL pointerJeff Layton2008-10-151-2/+2
* Remove a pointless level of indirectionVolker Lendecke2008-10-153-12/+1
* Fix a typoVolker Lendecke2008-10-151-1/+1
* For the vfs_acl_xattr.c module, make sure we map GENERIC file and directory bitsJeremy Allison2008-10-155-2/+52
* Fixed "might be uninitialized" warningTim Prouty2008-10-151-2/+2
* Deal with inheritance from parent directory when setting WindowsJeremy Allison2008-10-153-1/+20
* Fix bug #5814 - Winbindd dumping core in a strange manner while doing "rescan...Jeremy Allison2008-10-151-0/+23
* Remove unused CHECK_FSP macroVolker Lendecke2008-10-152-19/+2
* Fix const warning.Jeremy Allison2008-10-151-1/+1
* Update vfs version as I've added a const to the security_descriptor paramter ...Jeremy Allison2008-10-1513-54/+52
* Make map_errno_from_nt_status() a generic call, not just a cli specific one.Jeremy Allison2008-10-154-160/+175
* Fixed build warning "passing arg from incompatible pointer type"Tim Prouty2008-10-151-1/+3
* If name_to_fqdn fails, retry with the dns domain the DC gave usVolker Lendecke2008-10-151-3/+8
* Log in the parent winbind log where a request is goingVolker Lendecke2008-10-151-0/+4
* idmap_adex: Add more debugging to the basic search function.Gerald (Jerry) Carter2008-10-151-0/+18
* idmap_adex: Add log messages to dc_add_domain for easier debugging.Gerald (Jerry) Carter2008-10-151-0/+8
* Fix some nonempty blank linesVolker Lendecke2008-10-151-25/+25
* Remove an unused variableVolker Lendecke2008-10-151-1/+0
* Fix some missing error handlingsVolker Lendecke2008-10-153-2/+9
* OS/X does not have rl_done in readline.hVolker Lendecke2008-10-151-0/+8
* Fix an uninitialized variable warningVolker Lendecke2008-10-151-0/+2
* Fix an unlikely memleak found by the IBM checkerVolker Lendecke2008-10-151-0/+2
* Fix an uninitialized variable found by the IBM CheckerVolker Lendecke2008-10-151-0/+1
* Fix a potential NULL deref in line 258 found by the IBM checkerVolker Lendecke2008-10-151-0/+1
* "gwen/cc" does not like the double const :-)Volker Lendecke2008-10-151-1/+1
* Correctly fix smbclient to terminate on eof from server.Jeremy Allison2008-10-153-3/+24
* Simply our main loop processing. A lot :-). Correctly use events for all the ...Jeremy Allison2008-10-157-188/+148
* Document "cups connection timeout".Jeremy Allison2008-10-151-0/+20
* net_dns: Make "lwinet ads dns register" honor the "interfaces" parameter.Gerald (Jerry) Carter2008-10-151-13/+12
* libaddns: Use the same prerequisite for DDNS update as Windows XP.Gerald (Jerry) Carter2008-10-151-2/+2
* Don't reject a successful alloc :-(.Jeremy Allison2008-10-151-1/+1
* Fix bug 5805: don't close stdoutDerrell Lipman2008-10-151-1/+3
* Fix bug #5080. Access to cups-printers via samba broken with cups 1.3.4, Unsu...Jeremy Allison2008-10-151-90/+251
* WHATSNEW: Start WHATSNEW for 3.3.0rc1.Karolin Seeger2008-10-021-123/+6
* VERSION: Raise version number.Karolin Seeger2008-10-021-2/+2
* Whitespace cleanup.samba-3.3.0pre2Jeremy Allison2008-10-021-16/+16
* Fix use of DLIST_REMOVE as spotted by Constantine Vetoshev <gepardcv@gmail.com>.Jeremy Allison2008-10-023-5/+5
* Turn the socket connections into a refcounted list - in the common case there...Jeremy Allison2008-10-021-44/+95
* WHATSNEW: Update changes since 3.3.0pre1 and release date.Karolin Seeger2008-10-011-1/+15
* Convert to allocated strings. Use write_data(), not send as this doesn't corr...Jeremy Allison2008-10-011-58/+42
* Remove current_user_info - not needed.Jeremy Allison2008-10-011-4/+2
* Restructure the module so it connects to the remote data sinkJeremy Allison2008-10-011-150/+156
* Fix the make test problem Karolin reported. Now rename_open_files actually wo...Jeremy Allison2008-10-011-2/+2
* re-added "winbind:ignore domains" patchAndrew Tridgell2008-10-011-0/+17
* fixed an (unlikely) memory leakAndrew Tridgell2008-10-011-0/+1
* fixed a segfault on the ctdb destructor codeAndrew Tridgell2008-10-011-3/+10
* removed unused variablesAndrew Tridgell2008-10-011-2/+1
* fixed segv on startup with trusted domainsAndrew Tridgell2008-10-011-0/+16