summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2003-04-29remove convert_smbpasswd and addtosmbpass from tree; people can get them from...Gerald Carter4-4/+27
2003-04-29Like net rpc user -l, let net ads user -l allow more than 50 characters inJim McDonough1-1/+1
2003-04-29Allow net rpc user -l to list longer than 50 characters in a user comment.Jim McDonough1-1/+1
2003-04-29adding ifdef'd code to add alias membership for vampireGerald Carter1-0/+138
2003-04-29add version back to lanman string in sessetup replyGerald Carter1-1/+5
2003-04-29Use a common function to create the SAM_ACCOUNT being used to add accountsAndrew Bartlett3-61/+45
2003-04-29sync with HEAD and remove --with-misplussam as wellGerald Carter1-17/+0
2003-04-29remove --with-tdbsam since it is always built nowGerald Carter2-18/+1
2003-04-29do not build wrepld by default; package maintainers need to update their file...Gerald Carter1-1/+1
2003-04-29don't implement any group mapping functions in the guest sam moduleGerald Carter2-0/+59
2003-04-29only call the add_script if the getpwnam_alloc() failsGerald Carter1-19/+28
2003-04-29removing printing = SOFTQ since no one knows what it isGerald Carter2-95/+0
2003-04-29Fix for format string warning from vanceAndrew Bartlett1-8/+8
2003-04-28Fixes from Ronan Waide <waider@waider.ie> for large RPC writes.Jeremy Allison1-2/+2
2003-04-28Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij37-126/+163
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