summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Fix for format string warning from vanceAndrew Bartlett2003-04-291-8/+8
* Fixes from Ronan Waide <waider@waider.ie> for large RPC writes.Jeremy Allison2003-04-281-2/+2
* Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij2003-04-2837-126/+163
* Add cast for compilerAndrew Bartlett2003-04-281-1/+1
* Fix a confusing error messageVolker Lendecke2003-04-281-1/+1
* The caller must always set the RID on the SAM_ACCOUNT, so don't try and guessAndrew Bartlett2003-04-281-3/+1
* The RID must be 'SET', not 'DEFAULT' or we won't set it into LDAP, and tryAndrew Bartlett2003-04-281-2/+2
* Guenther Deschner <gd@suse.de> notes that I missed out setting the defaultAndrew Bartlett2003-04-281-1/+3
* A new pdb_ldap!Andrew Bartlett2003-04-284-316/+724
* inet_pton isn't portable, so use interpret_addr2.Andrew Bartlett2003-04-281-3/+3
* Merge:Tim Potter2003-04-281-11/+11
* Replace workgroup global variable with lp_workgroup()Tim Potter2003-04-281-10/+8
* Fix compiler warning.Tim Potter2003-04-281-1/+1
* Merge:Tim Potter2003-04-281-2/+4
* Whitespace syncup.Tim Potter2003-04-284-14/+7
* Merge: we need a rule for t_snprintfTim Potter2003-04-281-0/+2
* Ignore t_snprintf binary.Tim Potter2003-04-281-1/+2
* Merge of a debuglevel downgrade from HEAD.Tim Potter2003-04-281-2/+2
* Merge stf updates from HEAD.Tim Potter2003-04-282-5/+6
* Merge of const fixes from HEAD.Tim Potter2003-04-283-3/+3
* Merge from HEAD:Tim Potter2003-04-281-0/+2
* Fix number of arguments to asprintf()Jelmer Vernooij2003-04-281-1/+1
* Make some more functions staticJelmer Vernooij2003-04-281-3/+3
* Add 'smbiconv' program - a clone of the 'iconv' utilityJelmer Vernooij2003-04-272-0/+249
* Patch from VorlonJohn Terpstra2003-04-261-7/+1
* round three of CIDR fixes; spotted by Tomoki AONOGerald Carter2003-04-261-3/+2
* Remove the unpopular pdb_unix, which has served it's time well.Andrew Bartlett2003-04-263-144/+9
* After a quick run with the 'weird' charset, squash a few bugs in our newAndrew Bartlett2003-04-261-5/+12
* Add the weird charset in 3_0 and build it by default for ./configure --enable...Jelmer Vernooij2003-04-261-0/+131
* Fix the weird charset and build it by default for ./configure -enable-developerJelmer Vernooij2003-04-262-6/+7
* back port from HEADSimo Sorce2003-04-262-10/+86
* Get credentials before publishing printers.Jim McDonough2003-04-251-0/+8
* As nobody really objected to this patch, I opted to create facts :-)Volker Lendecke2003-04-251-1/+3
* Based on a patch by Alex Deiter <tiamat@komi.mts.ru>, make sure that we convertAndrew Bartlett2003-04-251-20/+69
* This function is a duplicate.Andrew Bartlett2003-04-251-18/+0
* Merge of missed another while condition when enumerating aliases.Tim Potter2003-04-251-1/+1
* fix and if () that should be an 'else if()'Gerald Carter2003-04-251-1/+1
* Minor cleanup of enum domain groups/aliases:Tim Potter2003-04-251-12/+18
* Merge:Tim Potter2003-04-251-2/+2
* Don't store UID or GIDJelmer Vernooij2003-04-242-48/+13
* In 3.0, pdb_mysql and pdb_xml are in passdb/Jelmer Vernooij2003-04-241-2/+2
* - Get rid of module_path_get_name()Jelmer Vernooij2003-04-241-11/+6
* Get rid of module_path_get_name() and use the find backend functionJelmer Vernooij2003-04-241-10/+5
* Check for absolute paths by only checking the first character of the module n...Jelmer Vernooij2003-04-241-1/+1
* Fix length in findfirst2 responses, fix os/2 clientsJim McDonough2003-04-241-4/+10
* groupmap delet should take a name or a SIDGerald Carter2003-04-241-2/+13
* Revert patch - we need to try the NTLMSSP code below...Andrew Bartlett2003-04-241-9/+4
* Use the kerberos error from ads_kinit_password() in the return value fromAndrew Bartlett2003-04-241-4/+9
* Merge from HEAD - always initailise this to zero - helps callers in loops.Andrew Bartlett2003-04-241-0/+3
* Merge auth changes from HEAD:Andrew Bartlett2003-04-245-70/+83