summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ensure we null out fsp after a close in all paths.Jeremy Allison2008-10-011-0/+1
* Avoid freeing fsp twice when opening new_file fails. (Debian #431696)Jelmer Vernooij2008-10-011-0/+1
* docs: Adapt version strings in man vfs_smb_traffic_analyzer.Karolin Seeger2008-10-011-2/+2
* Add an initial version of a manpage for the vfs_smb_traffic_analyzer module.Holger Hetterich2008-10-011-0/+157
* Second part of the fix for bug #5790 - samba returns STATUS_OBJECT_NAME_NOT_F...Jeremy Allison2008-09-301-4/+6
* Fix bug #5790 samba returns STATUS_OBJECT_NAME_NOT_FOUND on set file disposit...Jeremy Allison2008-09-301-4/+2
* WHATSNEW: Add Holger's VFS module to the list of changes.Karolin Seeger2008-09-291-0/+6
* libwbclient: fix doxygen warnings.Günther Deschner2008-09-294-6/+6
* wbinfo: add change-user-password command.Günther Deschner2008-09-291-1/+33
* libwbclient: add wbcChangeUserPassword and wbcChangeUserPasswordEx.Günther Deschner2008-09-293-1/+350
* libgpo: add gpext_security module build to configure.Günther Deschner2008-09-291-0/+1
* libgpo: fix copyright.Günther Deschner2008-09-291-1/+1
* libgpo: add security CSE skeleton.Günther Deschner2008-09-292-0/+273
* Fix bug #5797 - Moving readonly files fails. Reported by infomail@lordb.de.Jeremy Allison2008-09-291-3/+1
* libgpo: fix invalid cast in scripts CSE.Günther Deschner2008-09-291-1/+1
* net: Make share type lookup a function.Kai Blin2008-09-294-12/+17
* s3-srvsvc: fix _srvsvc_NetShareAdd segfault.Günther Deschner2008-09-291-1/+3
* Use IPv4/v6 independent calls. Change safe_strcpy/cat to strlcpy/cat (thisJeremy Allison2008-09-291-84/+97
* idmap: Fix typo is gid2sid() that was caching using idmap_cache_set_sid2uid()Gerald W. Carter2008-09-291-1/+1
* WHATSNEW: Add summary of the idmap_hash plugin and Winbind's "name aliasing"Gerald W. Carter2008-09-291-4/+46
* Remove these no longer used include files.Jeremy Allison2008-09-292-3118/+0
* idmap_hash: Fix the nss_info link during "make install"Gerald W. Carter2008-09-291-0/+1
* idmap_adex: Fix the nss_info install link.Gerald W. Carter2008-09-291-0/+1
* Document the new hash and adex idmap/nss_info plugins.Gerald W. Carter2008-09-292-0/+165
* Document how to enable the name aliasing support in Winbind.Gerald W. Carter2008-09-291-8/+19
* s3:lib/ldb: Don't return already freed pointer on error.Stefan Metzmacher2008-09-291-0/+1
* Fix the new vfs_smb_traffic_analyzer build for static linksJim McDonough2008-09-291-2/+2
* SMB traffic analyzer vfs module from Holger Hetterich <hhetter@novell.com>Holger Hetterich2008-09-293-1/+359
* WHATSNEW: Update changes since 3.3.0pre1.Karolin Seeger2008-09-291-2/+5
* printing: Rename new parameter "cups timeout" to "cups connection timeout".Karolin Seeger2008-09-295-25/+8
* pam_winbind: fix bug #5784, build issue on solaris.Günther Deschner2008-09-291-0/+8
* WHATSNEW: Update changes since 3.3.0pre1.Karolin Seeger2008-09-291-1/+55
* printing: Add new parameter "cups timeout".Karolin Seeger2008-09-295-6/+60
* Fix winbindd crash in an unusual failure mode. Bug #5737. Based on original p...Jeremy Allison2008-09-291-5/+9
* Fix bug #5783 FindFirst fails where search pattern == mangled filename.Jeremy Allison2008-09-292-8/+8
* idmap_adex: Add new idmap plugin for support RFC2307 enabled AD forests.Gerald (Jerry) Carter2008-09-299-0/+3753
* Attempt to fix bug 5778Volker Lendecke2008-09-291-0/+10