summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2007-12-12Fix bug #3727 with patch from Steve Langasek <vorlon@debian.org>Jeremy Allison4-1/+21
2007-12-12Make heimdal and MIT happy when iterating through auth data.Günther Deschner1-3/+3
2007-12-12Vista SP1-rc1 appears to break against Samba-3.0.27aGuenther Deschner1-3/+3
2007-12-12Fix logic and prevent segfaults in secrets trustdom tdb pack code.Michael Adam1-14/+14
2007-12-12Fix secrets_store_trusted_domain_password() after pstring removal.Michael Adam1-1/+1
2007-12-12Allow cliconnect to loop through multiple ip addressesJeremy Allison2-23/+130
2007-12-12Don't restart winbind if a corrupted tdb is found during initialization.Andreas Schneider2-17/+10
2007-12-12winbindd: remove unused WINBINDD_DUMP_MAPS supportStefan Metzmacher6-178/+0
2007-12-12winbindd: remove unused WINBINDD_DUAL_NAME2*ID and WINBINDD_DUAL_*ID2NAME callsStefan Metzmacher2-260/+0
2007-12-12Add lp_include_registry_globals().Günther Deschner1-0/+5
2007-12-12Some cleanups for "net dom join".Günther Deschner1-4/+9
2007-12-12Add split_domain_user() (not to mix with winbind variants).Günther Deschner1-0/+24
2007-12-12Make decode_wkssvc_join_password_buffer() return WERRORs.Günther Deschner1-5/+14
2007-12-11Fix warning message about data type always true.Jeremy Allison1-2/+2
2007-12-11Add patches for bug #4866 from jiri sasek - Sun Microsystems - Prague Czech R...Jeremy Allison3-1/+15
2007-12-11winbindd: pass const char *logfile to winbindd_dump_maps_async()Stefan Metzmacher2-7/+15
2007-12-11Convert the posix_pending_close_db to dbwrap_rbtVolker Lendecke1-126/+130
2007-12-11separate out create_file_unixpath()Volker Lendecke1-171/+242
2007-12-11Move more stuff out of the wayVolker Lendecke1-7/+7
2007-12-11Move INTERNAL_OPEN_ONLY calculation out of the wayVolker Lendecke1-4/+4
2007-12-11When building nsswitch, make sure to also build smbcontrol.Günther Deschner1-1/+2
2007-12-11Replace "unknown" with access_mask when calling samr_CreateUser2().Günther Deschner3-8/+8
2007-12-11winbindd: rename child table struct elementsStefan Metzmacher4-57/+150
2007-12-11idmap: add a const to idmap_dump_maps()Stefan Metzmacher1-1/+1
2007-12-11vlp: Build vlp (virtual line printer) against current git on makeKai Blin1-1/+15
2007-12-10Don't need an fstring here, we can talloc.Jeremy Allison2-10/+9
2007-12-10Ensure we have a non-null flags. Pointed out by Andreas Schneider <anschneide...Jeremy Allison1-0/+7
2007-12-10Fix errors from next_token conversion. Spotted byJeremy Allison1-9/+5
2007-12-10Fix bug leftover from pstring conversion noticed by ceezJeremy Allison1-3/+1
2007-12-10Remove two completely unnecessary globalsVolker Lendecke1-61/+51
2007-12-10Fix return values for invalid printers. Found by kblinJeremy Allison1-5/+14
2007-12-10Forgot build options was generated... fix.Jeremy Allison1-12/+12
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison55-149/+406
2007-12-10use dbwrap_rbt in loadparm.cVolker Lendecke1-4/+2
2007-12-10Convert ServiceHash to dbwrapVolker Lendecke1-26/+47
2007-12-10dbwrap_rbtVolker Lendecke3-2/+388
2007-12-10Make the Linux rbtrees compile within SambaVolker Lendecke3-59/+55
2007-12-10Add rbtree.[ch] from the Linux kernelVolker Lendecke2-0/+558
2007-12-10Add db_tdb_fetchVolker Lendecke1-0/+27
2007-12-10Add dbwrap bystring service routinesVolker Lendecke2-0/+47
2007-12-10Correctly unbecome_root() on errorVolker Lendecke1-0/+2
2007-12-10Simplify add_session_userVolker Lendecke1-33/+25
2007-12-10Increase debug levelVolker Lendecke1-1/+1
2007-12-10Move stuff from data to textVolker Lendecke1-2/+2
2007-12-10int->boolVolker Lendecke1-2/+2
2007-12-10Tiny simplificationsVolker Lendecke8-21/+22
2007-12-10Remove a staticVolker Lendecke1-11/+9
2007-12-10Remove two staticsVolker Lendecke1-39/+17
2007-12-10remove a staticVolker Lendecke1-12/+18
2007-12-09Many systems don't have sa_len as part of struct sockaddr.Jeremy Allison1-1/+1