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