summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2003-04-28Add cast for compilerAndrew Bartlett1-1/+1
2003-04-28Fix a confusing error messageVolker Lendecke1-1/+1
2003-04-28The caller must always set the RID on the SAM_ACCOUNT, so don't try and guessAndrew Bartlett1-3/+1
2003-04-28The RID must be 'SET', not 'DEFAULT' or we won't set it into LDAP, and tryAndrew Bartlett1-2/+2
2003-04-28Guenther Deschner <gd@suse.de> notes that I missed out setting the defaultAndrew Bartlett1-1/+3
2003-04-28A new pdb_ldap!Andrew Bartlett4-316/+724
2003-04-28inet_pton isn't portable, so use interpret_addr2.Andrew Bartlett1-3/+3
2003-04-28Merge:Tim Potter1-11/+11
2003-04-28Replace workgroup global variable with lp_workgroup()Tim Potter1-10/+8
2003-04-28Fix compiler warning.Tim Potter1-1/+1
2003-04-28Merge:Tim Potter1-2/+4
2003-04-28Whitespace syncup.Tim Potter4-14/+7
2003-04-28Merge: we need a rule for t_snprintfTim Potter1-0/+2
2003-04-28Ignore t_snprintf binary.Tim Potter1-1/+2
2003-04-28Merge of a debuglevel downgrade from HEAD.Tim Potter1-2/+2
2003-04-28Merge stf updates from HEAD.Tim Potter2-5/+6
2003-04-28Merge of const fixes from HEAD.Tim Potter3-3/+3
2003-04-28Merge from HEAD:Tim Potter1-0/+2
2003-04-28Fix number of arguments to asprintf()Jelmer Vernooij1-1/+1
2003-04-28Make some more functions staticJelmer Vernooij1-3/+3
2003-04-27Add 'smbiconv' program - a clone of the 'iconv' utilityJelmer Vernooij2-0/+249
2003-04-26Patch from VorlonJohn Terpstra1-7/+1
2003-04-26round three of CIDR fixes; spotted by Tomoki AONOGerald Carter1-3/+2
2003-04-26Remove the unpopular pdb_unix, which has served it's time well.Andrew Bartlett3-144/+9
2003-04-26After a quick run with the 'weird' charset, squash a few bugs in our newAndrew Bartlett1-5/+12
2003-04-26Add the weird charset in 3_0 and build it by default for ./configure --enable...Jelmer Vernooij1-0/+131
2003-04-26Fix the weird charset and build it by default for ./configure -enable-developerJelmer Vernooij2-6/+7
2003-04-26back port from HEADSimo Sorce2-10/+86
2003-04-25Get credentials before publishing printers.Jim McDonough1-0/+8
2003-04-25As nobody really objected to this patch, I opted to create facts :-)Volker Lendecke1-1/+3
2003-04-25Based on a patch by Alex Deiter <tiamat@komi.mts.ru>, make sure that we convertAndrew Bartlett1-20/+69
2003-04-25This function is a duplicate.Andrew Bartlett1-18/+0
2003-04-25Merge of missed another while condition when enumerating aliases.Tim Potter1-1/+1
2003-04-25fix and if () that should be an 'else if()'Gerald Carter1-1/+1
2003-04-25Minor cleanup of enum domain groups/aliases:Tim Potter1-12/+18
2003-04-25Merge:Tim Potter1-2/+2
2003-04-24Don't store UID or GIDJelmer Vernooij2-48/+13
2003-04-24In 3.0, pdb_mysql and pdb_xml are in passdb/Jelmer Vernooij1-2/+2
2003-04-24- Get rid of module_path_get_name()Jelmer Vernooij1-11/+6
2003-04-24Get rid of module_path_get_name() and use the find backend functionJelmer Vernooij1-10/+5
2003-04-24Check for absolute paths by only checking the first character of the module n...Jelmer Vernooij1-1/+1
2003-04-24Fix length in findfirst2 responses, fix os/2 clientsJim McDonough1-4/+10
2003-04-24groupmap delet should take a name or a SIDGerald Carter1-2/+13
2003-04-24Revert patch - we need to try the NTLMSSP code below...Andrew Bartlett1-9/+4
2003-04-24Use the kerberos error from ads_kinit_password() in the return value fromAndrew Bartlett1-4/+9
2003-04-24Merge from HEAD - always initailise this to zero - helps callers in loops.Andrew Bartlett1-0/+3
2003-04-24Merge auth changes from HEAD:Andrew Bartlett5-70/+83
2003-04-24Irix CC reminds us that this is non-standard.Andrew Bartlett1-2/+2
2003-04-24Make sure that we don't compile pdb_ldap on systems with ldap.h, but withoutAndrew Bartlett1-4/+8
2003-04-24Add vfs_fake_perms to Samba 3.0Andrew Bartlett2-1/+7