summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix pam_smbpass buildAlexander Bokovoy2007-12-131-6/+2
| |/
* / Register the smb service with mDNS if mSDN is supported.Rishi Srivatsavai2007-12-134-9/+268
|/
* Fix typo.James Peach2007-12-121-1/+1
* Autoconf support for detecting DNS Service Discovery support.James Peach2007-12-122-0/+38
* Missed one strcpy call.Jeremy Allison2007-12-121-1/+1
* Add a portable version of strlcpy and strlcat and convertJeremy Allison2007-12-121-36/+70
* Fix bug #4784. Patch from Steve Langasek <vorlon@debian.org>.Jeremy Allison2007-12-121-1/+1
* Developer doesn't cut it - need #define test for NSS_WRAPPER.Jeremy Allison2007-12-121-1/+1
* Only add the non-root escape on !developer.Jeremy Allison2007-12-121-1/+1
* Fix the buildfarm until I figure out how to allowJeremy Allison2007-12-121-0/+2
* Fix bug #3727 with patch from Steve Langasek <vorlon@debian.org>Jeremy Allison2007-12-124-1/+21
* Make heimdal and MIT happy when iterating through auth data.Günther Deschner2007-12-121-3/+3
* Vista SP1-rc1 appears to break against Samba-3.0.27aGuenther Deschner2007-12-121-3/+3
* Fix logic and prevent segfaults in secrets trustdom tdb pack code.Michael Adam2007-12-121-14/+14
* Fix secrets_store_trusted_domain_password() after pstring removal.Michael Adam2007-12-121-1/+1
* Allow cliconnect to loop through multiple ip addressesJeremy Allison2007-12-122-23/+130
* Don't restart winbind if a corrupted tdb is found during initialization.Andreas Schneider2007-12-122-17/+10
* winbindd: remove unused WINBINDD_DUMP_MAPS supportStefan Metzmacher2007-12-126-178/+0
* winbindd: remove unused WINBINDD_DUAL_NAME2*ID and WINBINDD_DUAL_*ID2NAME callsStefan Metzmacher2007-12-122-260/+0
* Add lp_include_registry_globals().Günther Deschner2007-12-121-0/+5
* Some cleanups for "net dom join".Günther Deschner2007-12-121-4/+9
* Add split_domain_user() (not to mix with winbind variants).Günther Deschner2007-12-121-0/+24
* Make decode_wkssvc_join_password_buffer() return WERRORs.Günther Deschner2007-12-121-5/+14
* Fix warning message about data type always true.Jeremy Allison2007-12-111-2/+2
* Add patches for bug #4866 from jiri sasek - Sun Microsystems - Prague Czech R...Jeremy Allison2007-12-113-1/+15
* winbindd: pass const char *logfile to winbindd_dump_maps_async()Stefan Metzmacher2007-12-112-7/+15
* Convert the posix_pending_close_db to dbwrap_rbtVolker Lendecke2007-12-111-126/+130
* separate out create_file_unixpath()Volker Lendecke2007-12-111-171/+242
* Move more stuff out of the wayVolker Lendecke2007-12-111-7/+7
* Move INTERNAL_OPEN_ONLY calculation out of the wayVolker Lendecke2007-12-111-4/+4
* When building nsswitch, make sure to also build smbcontrol.Günther Deschner2007-12-111-1/+2
* Replace "unknown" with access_mask when calling samr_CreateUser2().Günther Deschner2007-12-113-8/+8
* winbindd: rename child table struct elementsStefan Metzmacher2007-12-114-57/+150
* idmap: add a const to idmap_dump_maps()Stefan Metzmacher2007-12-111-1/+1
* vlp: Build vlp (virtual line printer) against current git on makeKai Blin2007-12-112-22/+41
* Don't need an fstring here, we can talloc.Jeremy Allison2007-12-102-10/+9
* Ensure we have a non-null flags. Pointed out by Andreas Schneider <anschneide...Jeremy Allison2007-12-101-0/+7
* Fix errors from next_token conversion. Spotted byJeremy Allison2007-12-101-9/+5
* Fix bug leftover from pstring conversion noticed by ceezJeremy Allison2007-12-101-3/+1
* Remove two completely unnecessary globalsVolker Lendecke2007-12-101-61/+51
* Fix return values for invalid printers. Found by kblinJeremy Allison2007-12-101-5/+14
* Forgot build options was generated... fix.Jeremy Allison2007-12-101-12/+12
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-1055-149/+406
* use dbwrap_rbt in loadparm.cVolker Lendecke2007-12-101-4/+2
* Convert ServiceHash to dbwrapVolker Lendecke2007-12-101-26/+47
* dbwrap_rbtVolker Lendecke2007-12-103-2/+388
* Make the Linux rbtrees compile within SambaVolker Lendecke2007-12-103-59/+55
* Add rbtree.[ch] from the Linux kernelVolker Lendecke2007-12-102-0/+558
* Add db_tdb_fetchVolker Lendecke2007-12-101-0/+27
* Add dbwrap bystring service routinesVolker Lendecke2007-12-102-0/+47