summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix bug 5840: Segfault in "rpcclient lsaaddacctrights""Karolin Seeger2008-11-171-1/+1
* Revert "Fix net rpc vampire, based on an *amazing* piece of debugging work by...Karolin Seeger2008-11-172-46/+41
* Revert "s3-samr-server: _samr_DeleteUser needs to wipe out the user_handle on...Karolin Seeger2008-11-171-2/+0
* Revert "Remove the requirement for ldap call made as root. Add in security"Karolin Seeger2008-11-172-63/+11
* Revert "s3-samr-server: fix access check in _samr_QuerySecurity()."Karolin Seeger2008-11-171-1/+1
* s3-samr-server: fix access check in _samr_QuerySecurity().Günther Deschner2008-10-231-1/+1
* Remove the requirement for ldap call made as root. Add in securityJeremy Allison2008-10-232-11/+63
* s3-samr-server: _samr_DeleteUser needs to wipe out the user_handle on success.Günther Deschner2008-10-231-0/+2
* Fix net rpc vampire, based on an *amazing* piece of debugging work by "Cooper...Jeremy Allison2008-10-232-41/+46
* Fix bug 5840: Segfault in "rpcclient lsaaddacctrights"Volker Lendecke2008-10-231-1/+1
* Cope with MAXIMUM_ALLOWED_ACCESS requests when opening handles.Jeremy Allison2008-10-233-16/+70
* Delete the krb5 ccname variable from the PAM environment if set.Andreas Schneider2008-10-231-0/+7
* s3-samr-server: be consistent when reporting we do password complexity.Günther Deschner2008-10-211-0/+4
* Unify access checks for lsa server functions.Jeremy Allison2008-10-212-4/+18
* Cope with bad trans2mkdir requests from System i QNTC IBM SMB client.Jeremy Allison2008-10-211-3/+4
* Unify the logic in pull_ascii_base_talloc() and pull_ucs2_base_talloc().Jeremy Allison2008-10-211-7/+27
* Fix bug 5826 - Directory/Filenames get truncated when 3.2.0 client acesses ol...Jeremy Allison2008-10-211-1/+15
* Don't use debug level 1 to log a trivial message.Jeremy Allison2008-10-211-1/+1
* Attempt to fix bug #5818 - "smbcacls: sorts ACEs improperly and loses inherit...Jeremy Allison2008-10-151-26/+157
* Note url explaining this code.Jeremy Allison2008-10-151-0/+4
* Enable optional anonymization of user names,Holger Hetterich2008-10-151-1/+20
* Fix bug 5691: SIGBUS on SolarisVolker Lendecke2008-10-151-1/+4
* Fix the buildVolker Lendecke2008-10-151-1/+1
* Now it's working, back port the aync fix for parsing large cups printer lists.Jeremy Allison2008-10-156-32/+322
* 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
* Fix bug #5814 - Winbindd dumping core in a strange manner while doing "rescan...Jeremy Allison2008-10-151-0/+23
* Fixed build warning "passing arg from incompatible pointer type"Tim Prouty2008-10-151-1/+3
* Fixed "declaration shadows global declaration" warnings.Tim Prouty2008-10-151-19/+19
* 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
* Attempt to fix bug 5778Volker Lendecke2008-10-061-0/+10
* Remove an unused variableVolker Lendecke2008-10-061-1/+0
* Fix some missing error handlingsVolker Lendecke2008-10-061-0/+5
* OS/X does not have rl_done in readline.hVolker Lendecke2008-10-061-0/+8
* Fix an uninitialized variable warningVolker Lendecke2008-10-061-0/+2
* Fix an unlikely memleak found by the IBM checkerVolker Lendecke2008-10-061-0/+2
* Fix an uninitialized variable found by the IBM CheckerVolker Lendecke2008-10-061-0/+1
* Fix a potential NULL deref in line 258 found by the IBM checkerVolker Lendecke2008-10-061-0/+1
* Correctly fix smbclient to terminate on eof from server.Jeremy Allison2008-10-062-3/+23
* net_dns: Make "lwinet ads dns register" honor the "interfaces" parameter.Gerald (Jerry) Carter2008-10-061-13/+12
* libaddns: Use the same prerequisite for DDNS update as Windows XP.Gerald (Jerry) Carter2008-10-061-2/+2
* Fix bug #5080. Access to cups-printers via samba broken with cups 1.3.4, Unsu...Jeremy Allison2008-10-061-79/+203
* Fix bug 5805: don't close stdoutDerrell Lipman2008-10-061-1/+3
* Whitespace cleanup.Jeremy Allison2008-10-061-19/+19
* Fix use of DLIST_REMOVE as spotted by Constantine Vetoshev <gepardcv@gmail.com>.Jeremy Allison2008-10-063-5/+5
* Turn the socket connections into a refcounted list - in the common case there...Jeremy Allison2008-10-061-44/+94
* Convert to allocated strings. Use write_data(), not send as this doesn't corr...Jeremy Allison2008-10-061-58/+42
* Restructure the module so it connects to the remote data sinkJeremy Allison2008-10-061-150/+156