| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add 'smbiconv' program - a clone of the 'iconv' utility | Jelmer Vernooij | 2003-04-27 | 2 | -0/+249 |
| * | Patch from Vorlon | John Terpstra | 2003-04-26 | 1 | -7/+1 |
| * | round three of CIDR fixes; spotted by Tomoki AONO | Gerald Carter | 2003-04-26 | 1 | -3/+2 |
| * | Remove the unpopular pdb_unix, which has served it's time well. | Andrew Bartlett | 2003-04-26 | 3 | -144/+9 |
| * | After a quick run with the 'weird' charset, squash a few bugs in our new | Andrew Bartlett | 2003-04-26 | 1 | -5/+12 |
| * | Add the weird charset in 3_0 and build it by default for ./configure --enable... | Jelmer Vernooij | 2003-04-26 | 1 | -0/+131 |
| * | Fix the weird charset and build it by default for ./configure -enable-developer | Jelmer Vernooij | 2003-04-26 | 2 | -6/+7 |
| * | back port from HEAD | Simo Sorce | 2003-04-26 | 2 | -10/+86 |
| * | Get credentials before publishing printers. | Jim McDonough | 2003-04-25 | 1 | -0/+8 |
| * | As nobody really objected to this patch, I opted to create facts :-) | Volker Lendecke | 2003-04-25 | 1 | -1/+3 |
| * | Based on a patch by Alex Deiter <tiamat@komi.mts.ru>, make sure that we convert | Andrew Bartlett | 2003-04-25 | 1 | -20/+69 |
| * | This function is a duplicate. | Andrew Bartlett | 2003-04-25 | 1 | -18/+0 |
| * | Merge of missed another while condition when enumerating aliases. | Tim Potter | 2003-04-25 | 1 | -1/+1 |
| * | fix and if () that should be an 'else if()' | Gerald Carter | 2003-04-25 | 1 | -1/+1 |
| * | Minor cleanup of enum domain groups/aliases: | Tim Potter | 2003-04-25 | 1 | -12/+18 |
| * | Merge: | Tim Potter | 2003-04-25 | 1 | -2/+2 |
| * | Don't store UID or GID | Jelmer Vernooij | 2003-04-24 | 2 | -48/+13 |
| * | In 3.0, pdb_mysql and pdb_xml are in passdb/ | Jelmer Vernooij | 2003-04-24 | 1 | -2/+2 |
| * | - Get rid of module_path_get_name() | Jelmer Vernooij | 2003-04-24 | 1 | -11/+6 |
| * | Get rid of module_path_get_name() and use the find backend function | Jelmer Vernooij | 2003-04-24 | 1 | -10/+5 |
| * | Check for absolute paths by only checking the first character of the module n... | Jelmer Vernooij | 2003-04-24 | 1 | -1/+1 |
| * | Fix length in findfirst2 responses, fix os/2 clients | Jim McDonough | 2003-04-24 | 1 | -4/+10 |
| * | groupmap delet should take a name or a SID | Gerald Carter | 2003-04-24 | 1 | -2/+13 |
| * | Revert patch - we need to try the NTLMSSP code below... | Andrew Bartlett | 2003-04-24 | 1 | -9/+4 |
| * | Use the kerberos error from ads_kinit_password() in the return value from | Andrew Bartlett | 2003-04-24 | 1 | -4/+9 |
| * | Merge from HEAD - always initailise this to zero - helps callers in loops. | Andrew Bartlett | 2003-04-24 | 1 | -0/+3 |
| * | Merge auth changes from HEAD: | Andrew Bartlett | 2003-04-24 | 5 | -70/+83 |
| * | Irix CC reminds us that this is non-standard. | Andrew Bartlett | 2003-04-24 | 1 | -2/+2 |
| * | Make sure that we don't compile pdb_ldap on systems with ldap.h, but without | Andrew Bartlett | 2003-04-24 | 1 | -4/+8 |
| * | Add vfs_fake_perms to Samba 3.0 | Andrew Bartlett | 2003-04-24 | 2 | -1/+7 |
| * | When possible, store the IP address of the connecting client, not just the | Andrew Bartlett | 2003-04-24 | 3 | -4/+30 |
| * | This is really trying to be a StrnCpy (most names will overflow the 10 char | Andrew Bartlett | 2003-04-24 | 1 | -1/+1 |
| * | Patch from Guenther Deschner to fix build with gcc 3.2 | Jelmer Vernooij | 2003-04-24 | 1 | -6/+6 |
| * | Patch from Stephan Metzmacher to add default arguments to lp_parm() smb.conf | Jelmer Vernooij | 2003-04-24 | 5 | -269/+542 |
| * | Added patch from Stephen Roylance. | John Terpstra | 2003-04-24 | 2 | -26/+26 |
| * | For deep referrals, track consumed path using a counter, and calculate the | Shirish Kalele | 2003-04-23 | 1 | -10/+11 |
| * | Updated FLAGs - Affects only SWAT. | John Terpstra | 2003-04-23 | 1 | -7/+8 |
| * | Thanks to a reminder from vance - delete build_options.c from CVS, now | Andrew Bartlett | 2003-04-23 | 1 | -532/+0 |
| * | Patch by Vance Lankhaar <vlankhaar@linux.ca> to automaticly regenerate the | Andrew Bartlett | 2003-04-23 | 4 | -14/+293 |
| * | Patch by Metze to ensure that we always at least initialize our output string | Andrew Bartlett | 2003-04-23 | 3 | -3/+12 |
| * | More fun with Sun CC needing constant initializers | Andrew Bartlett | 2003-04-23 | 1 | -1/+1 |
| * | StrnCpy -> safe_strcpy() on a over-malloced struct. | Andrew Bartlett | 2003-04-23 | 1 | -2/+2 |
| * | Merge the 'safe' parts of my StrnCpy patch - many of the users really wanted | Andrew Bartlett | 2003-04-23 | 19 | -149/+148 |
| * | We don't have IDMAP in 3.0 yet. | Andrew Bartlett | 2003-04-23 | 1 | -1/+1 |
| * | Merge HEAD's winbind into 3.0. | Andrew Bartlett | 2003-04-23 | 16 | -903/+701 |
| * | Don't try to continue if initialisation fails (merge from HEAD) | Andrew Bartlett | 2003-04-23 | 1 | -2/+4 |
| * | Make the variable name match the comment. | Andrew Bartlett | 2003-04-23 | 1 | -2/+2 |
| * | This define does not always seem to be present, so define it if need be. | Andrew Bartlett | 2003-04-23 | 1 | -0/+4 |
| * | Fix up non-constant initialisers for Sun's CC. | Andrew Bartlett | 2003-04-23 | 1 | -1/+1 |
| * | Parinoia for compleatly broken SMB servers that don't send back the right | Andrew Bartlett | 2003-04-23 | 1 | -2/+3 |