summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r22761: This introduces lib/conn_tdb.c with two main functions: connections_t...Volker Lendecke15-241/+210
2007-10-10r22759: sync lib/talloc with samba4Stefan Metzmacher8-16/+103
2007-10-10r22755: Second half of r22754. As it stands now, string_replace expects aVolker Lendecke1-10/+8
2007-10-10r22754: When processing a string, ensure we don't write one pastJeremy Allison1-6/+15
2007-10-10r22751: Next step for the cluster merge: sessionid.tdb should contain a 'structVolker Lendecke6-25/+25
2007-10-10r22747: Fix some C++ warningsVolker Lendecke8-19/+18
2007-10-10r22745: Add local groups to the --required-membership-sid test. This needsVolker Lendecke2-91/+64
2007-10-10r22744: Fix a valgrind error. parse_domain_username does not necessarily fill inVolker Lendecke1-0/+3
2007-10-10r22740: Move debug_*_user_token to token_utils.cVolker Lendecke2-47/+47
2007-10-10r22739: Make prototypes in include/util_tdb.h of some functions fromMichael Adam1-6/+6
2007-10-10r22738: Fix a debug message.Volker Lendecke1-1/+2
2007-10-10r22737: Fix crash bug (info3 is now talloced).Günther Deschner1-1/+1
2007-10-10r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke37-160/+149
2007-10-10r22732: - Testing of libsmbclient against Vista revealed what is likely a bug inDerrell Lipman3-1/+20
2007-10-10r22731: - Fix bug #4594.Derrell Lipman10-102/+141
2007-10-10r22730: Fix password changes via pam_winbindd when using "winbind normalize n...Gerald Carter1-0/+2
2007-10-10r22729: add help text for osver and osname options to 'net ads join' (patch f...Gerald Carter1-1/+6
2007-10-10r22728: Patch from Danilo Almeida <dalmeida@centeris.com>:Gerald Carter2-9/+101
2007-10-10r22727: remove outdated comment about templatre shell and homedirGerald Carter1-3/+1
2007-10-10r22726: When performing an offline logon for a user in a trusted domain,Gerald Carter1-0/+8
2007-10-10r22725: * Don't try to update the sequence_number when offlineGerald Carter1-3/+11
2007-10-10r22724: Call an nss_info backend's init() function if theGerald Carter1-3/+8
2007-10-10r22720: Fixes for offline auth when using krb5_auth = yes in pam_winbind.Gerald Carter1-8/+26
2007-10-10r22719: Missed change for one-way trust support. Ignore password policyGerald Carter1-1/+5
2007-10-10r22717: Add Everyone and AuthenticatedUsers to the user's tokenGerald Carter1-1/+10
2007-10-10r22716: Clarify comment in winbindd_domain structureGerald Carter1-2/+2
2007-10-10r22715: When our primary domain does on or offline, make sure to send a msgGerald Carter2-23/+37
2007-10-10r22714: Prevent DNS lookup storms when the DNS servers are unreachable.Gerald Carter1-9/+40
2007-10-10r22713: Offline logon fixes for idmap manager:Gerald Carter3-60/+80
2007-10-10r22712: Inform the user when logging in via pam_winbindGerald Carter4-0/+38
2007-10-10r22711: Fix a compile warnign in query_user(). Ensure that user_ridGerald Carter2-3/+2
2007-10-10r22710: Support one-way trusts.Gerald Carter8-20/+290
2007-10-10r22709: we can only use tschannel when commectcing to our primary (might need...Gerald Carter1-1/+8
2007-10-10r22708: disable saving the trusted domain list as we want to the parent daemo...Gerald Carter1-0/+6
2007-10-10r22707: missed merge from local tree: pass the correct state to the domain wh...Gerald Carter1-1/+1
2007-10-10r22706: missed one reference to domain->native_mode in the previous commitGerald Carter1-1/+1
2007-10-10r22705: Implement new set_dc_type_and_flags() called based on theGerald Carter3-9/+170
2007-10-10r22704: Implement three step method for enumerating domain trusts.Gerald Carter6-27/+339
2007-10-10r22703: Convert winbindd_getgrgid() and winbindd_getgetpwnam()Gerald Carter1-113/+113
2007-10-10r22702: Convert both lookup name and lookup sid to follow theGerald Carter2-31/+105
2007-10-10r22701: Fix the krb5_nt_status error table and add the "no DCs found" mappingGerald Carter1-2/+4
2007-10-10r22700: Add a simple wcache TRUSTDOM api for maintaing a completeGerald Carter2-1/+478
2007-10-10r22695: Dummy checkin (reformatting) to make the AIX hosts retry.Volker Lendecke1-6/+6
2007-10-10r22693: Always compile before checkin.... I've now installed dmapi on my lapt...Volker Lendecke1-1/+2
2007-10-10r22692: Fix compilation of explicit --without-winbind.Volker Lendecke1-4/+4
2007-10-10r22691: Fix a 64-bit warning and a const const discard warningVolker Lendecke2-5/+5
2007-10-10r22688: Change lock_data in struct byte_range_lock from void * to struct lock...Volker Lendecke2-25/+16
2007-10-10r22677: One line fix to make net idmap restore work againSimo Sorce1-0/+1
2007-10-10r22676: Fix zero alloc with create_rpc_blob().Jeremy Allison1-13/+21
2007-10-10r22675: Simo's patch for 0 size allocation. Still needJeremy Allison5-19/+29