Remove the requirement for ldap call made as root. Add in security
[samba.git] / source /
2008-10-20 Jeremy AllisonRemove the requirement for ldap call made as root....
2008-10-20 Günther Deschners3-samr-server: be consistent when reporting we do...
2008-10-20 Volker Lendecke"fn_new"->"fn" in smb_messages[], we got beyond that :-)
2008-10-20 Volker LendeckeUse a direct compare instead of calling strncmp in...
2008-10-20 Volker LendeckeMove the global hosts_allow() check out of the processi...
2008-10-20 Volker LendeckeFix a valgrind error in idmap_ad_sids_to_unixids()
2008-10-17 Jeremy AllisonUnify access checks for lsa server functions.
2008-10-17 Jeremy AllisonCope with bad trans2mkdir requests from System i QNTC...
2008-10-16 Jeremy AllisonFix bug 5826 - Directory/Filenames get truncated when...
2008-10-16 Jeremy AllisonDon't use debug level 1 to log a trivial message.
2008-10-14 Jeremy AllisonAttempt to fix bug #5818 - "smbcacls: sorts ACEs improp...
2008-10-14 Jeremy AllisonNote url explaining this code.
2008-10-13 Jeremy Allison Whitespace tidyup and an optimization to remove a...
2008-10-13 Holger HetterichEnable optional anonymization of user names,
2008-10-13 Volker LendeckeFix bug 5691: SIGBUS on Solaris
2008-10-12 Volker LendeckeRevert "Make get_rpc_pipe() static"
2008-10-12 Volker LendeckeMake get_rpc_pipe() static
2008-10-12 Volker LendeckeRemove unused #defines
2008-10-12 Volker LendeckeFix the build
2008-10-11 Volker LendeckeMake use of talloc_tos()
2008-10-11 Volker LendeckeFix some nonempty blank lines
2008-10-11 Volker LendeckeFix a "nexted extern declaration" warning
2008-10-10 Jeremy AllisonInitialize near creation of resource. Makes code clearer.
2008-10-10 Jeremy AllisonEnsure we do reinit_after_fork().
2008-10-10 Jeremy AllisonAllow data flow to be debugged and only log on error...
2008-10-10 Jeremy AllisonAsync is trickier than it looks :-). Don't use a stack...
2008-10-10 Jeremy AllisonIf you have a large number of cups printers, then scann...
2008-10-09 Jeremy AllisonEnsure we handle signals correctly during the async...
2008-10-09 Jeremy AllisonRemove SEC_ACCESS. It's a uint32_t.
2008-10-09 Volker LendeckeMake use of ZERO_STRUCT (the first memset was actually...
2008-10-09 Jeff Laytonmount.cifs: make return codes match the return codes...
2008-10-09 Jeff Laytonmount.cifs: have uppercase_string return success on...
2008-10-09 Volker LendeckeRemove a pointless level of indirection
2008-10-09 Volker LendeckeFix a typo
2008-10-09 Jeremy AllisonFor the vfs_acl_xattr.c module, make sure we map GENERI...
2008-10-08 Tim ProutyFixed "might be uninitialized" warning
2008-10-08 Jeremy AllisonDeal with inheritance from parent directory when settin...
2008-10-08 Jeremy AllisonFix bug #5814 - Winbindd dumping core in a strange...
2008-10-08 Volker LendeckeRemove unused CHECK_FSP macro
2008-10-08 Jeremy AllisonFix const warning.
2008-10-08 Jeremy AllisonUpdate vfs version as I've added a const to the securit...
2008-10-07 Jeremy AllisonMake map_errno_from_nt_status() a generic call, not...
2008-10-07 Tim ProutyFixed build warning "passing arg from incompatible...
2008-10-06 Jeremy AllisonMerge branch 'v3-3-test' of ssh://jra@git.samba.org...
2008-10-06 Volker LendeckeIf name_to_fqdn fails, retry with the dns domain the...
2008-10-06 Volker LendeckeLog in the parent winbind log where a request is going
2008-10-06 Gerald (Jerry) Carteridmap_adex: Add more debugging to the basic search...
2008-10-06 Gerald (Jerry) Carteridmap_adex: Add log messages to dc_add_domain for easie...
2008-10-05 Volker LendeckeFix some nonempty blank lines
2008-10-05 Volker LendeckeRemove an unused variable
2008-10-05 Volker LendeckeFix some missing error handlings
2008-10-05 Volker LendeckeOS/X does not have rl_done in readline.h
2008-10-05 Volker LendeckeFix an uninitialized variable warning
2008-10-05 Volker LendeckeFix an unlikely memleak found by the IBM checker
2008-10-05 Volker LendeckeFix an uninitialized variable found by the IBM Checker
2008-10-05 Volker LendeckeFix a potential NULL deref in line 258 found by the...
2008-10-05 Volker Lendecke"gwen/cc" does not like the double const :-)
2008-10-03 Jeremy AllisonCorrectly fix smbclient to terminate on eof from server.
2008-10-03 Jeremy AllisonSimply our main loop processing. A lot :-). Correctly...
2008-10-03 Gerald (Jerry) Carternet_dns: Make "lwinet ads dns register" honor the ...
2008-10-03 Gerald (Jerry) Carterlibaddns: Use the same prerequisite for DDNS update...
2008-10-02 Jeremy AllisonDon't reject a successful alloc :-(.
2008-10-02 Derrell LipmanFix bug 5805: don't close stdout
2008-10-01 Jeremy AllisonFix bug #5080. Access to cups-printers via samba broken...
2008-10-01 Jeremy AllisonWhitespace cleanup.
2008-10-01 Jeremy AllisonFix use of DLIST_REMOVE as spotted by Constantine Vetos...
2008-10-01 Jeremy AllisonTurn the socket connections into a refcounted list...
2008-09-30 Jeremy AllisonConvert to allocated strings. Use write_data(), not...
2008-09-30 Jeremy AllisonRemove current_user_info - not needed.
2008-09-30 Jeremy AllisonRestructure the module so it connects to the remote...
2008-09-30 Jeremy AllisonFix the make test problem Karolin reported. Now rename_...
2008-09-29 Andrew Tridgellre-added "winbind:ignore domains" patch
2008-09-29 Andrew Tridgellfixed an (unlikely) memory leak
2008-09-29 Andrew Tridgellfixed a segfault on the ctdb destructor code
2008-09-29 Andrew Tridgellremoved unused variables
2008-09-29 Andrew Tridgellfixed segv on startup with trusted domains
2008-09-29 Jeremy AllisonEnsure we null out fsp after a close in all paths.
2008-09-29 Jelmer VernooijAvoid freeing fsp twice when opening new_file fails...
2008-09-27 Jeremy AllisonSecond part of the fix for bug #5790 - samba returns...
2008-09-26 Günther Deschnerlibwbclient: fix doxygen warnings.
2008-09-26 Günther Deschnerwbinfo: add change-user-password command.
2008-09-26 Günther Deschnerlibwbclient: add wbcChangeUserPassword and wbcChangeUse...
2008-09-26 Günther Deschnerlibgpo: add gpext_security module build to configure.
2008-09-26 Günther Deschnerlibgpo: fix copyright.
2008-09-26 Günther Deschnerlibgpo: add security CSE skeleton.
2008-09-26 Jeremy AllisonFix bug #5797 - Moving readonly files fails. Reported...
2008-09-26 Günther Deschnerlibgpo: fix invalid cast in scripts CSE.
2008-09-26 Kai Blinnet: Make share type lookup a function.
2008-09-26 Günther Deschners3-srvsvc: fix _srvsvc_NetShareAdd segfault.
2008-09-25 Jeremy AllisonUse IPv4/v6 independent calls. Change safe_strcpy/cat...
2008-09-25 Gerald W. Carteridmap: Fix typo is gid2sid() that was caching using...
2008-09-25 Jeremy AllisonMerge branch 'v3-3-test' of ssh://jra@git.samba.org...
2008-09-25 Jeremy AllisonRemove these no longer used include files.
2008-09-25 Gerald W. Carteridmap_hash: Fix the nss_info link during "make install"
2008-09-25 Gerald W. Carteridmap_adex: Fix the nss_info install link.
2008-09-25 Stefan Metzmachers3:lib/ldb: Don't return already freed pointer on error.
2008-09-25 Jim McDonoughFix the new vfs_smb_traffic_analyzer build for static...
2008-09-24 Holger HetterichSMB traffic analyzer vfs module from Holger Hetterich...
2008-09-24 Jeremy AllisonFix bug #5790 samba returns STATUS_OBJECT_NAME_NOT_FOUN...
2008-09-24 Karolin Seegerprinting: Rename new parameter "cups timeout" to "cups...
next