Age | Commit message (Expand) | Author | Files | Lines |
2007-12-29 | Remove tiny code duplication | Volker Lendecke | 13 | -47/+22 |
2007-12-29 | Make [un]marshall_sec_desc use librpc/ndr | Volker Lendecke | 1 | -25/+29 |
2007-12-29 | Make use of [un]marshall_sec_desc | Volker Lendecke | 2 | -37/+28 |
2007-12-29 | Remove tiny code duplication | Volker Lendecke | 8 | -34/+26 |
2007-12-29 | Fix a panic | Volker Lendecke | 1 | -1/+1 |
2007-12-29 | Apply some const | Volker Lendecke | 1 | -4/+4 |
2007-12-29 | Return NULL (instead of unchanged) for no shares/parameters defined. | Michael Adam | 1 | -0/+5 |
2007-12-29 | Dont return count - 1 but count from libnet_smbconf_reg_get_values(). | Michael Adam | 2 | -2/+2 |
2007-12-29 | Make sure libnet_smbconf_get_share_names() always lists "global" first. | Michael Adam | 2 | -5/+22 |
2007-12-29 | Move talloc-appending a string to an array to its own helper function | Michael Adam | 1 | -13/+49 |
2007-12-29 | Fix uninitalized variables | Volker Lendecke | 1 | -2/+2 |
2007-12-29 | Attempt to fix the AIX make test failures | Volker Lendecke | 1 | -3/+3 |
2007-12-29 | Fix a const warning. | Michael Adam | 1 | -1/+1 |
2007-12-29 | Rename libnet_smbconf_getshares() to libnet_smbconf_get_share_names(). | Michael Adam | 2 | -3/+3 |
2007-12-29 | Add a comment header for libnet_smbconf_getshares(). | Michael Adam | 1 | -0/+3 |
2007-12-29 | Move functionality of net_conf_listshares() to libnet_conf.c | Michael Adam | 2 | -15/+58 |
2007-12-29 | Move functionality of net_conf_showshare() to libnet_conf.c | Michael Adam | 2 | -4/+104 |
2007-12-29 | passdb.tdb is located in the private directory | Volker Lendecke | 1 | -1/+2 |
2007-12-29 | Make the main net_conf functions static in net_conf.c | Michael Adam | 1 | -7/+7 |
2007-12-29 | Add a couple of comment headers to the main libnet_conf functions. | Michael Adam | 1 | -0/+9 |
2007-12-29 | Add a comment header for libnet_smbconf_format_registry_value(). | Michael Adam | 1 | -0/+7 |
2007-12-29 | Handle NULL talloc context in libnet_smbconf_format_registry_value(). | Michael Adam | 1 | -1/+4 |
2007-12-29 | Hide the registry backend from libnet_smbconf_getparm(). | Michael Adam | 2 | -6/+21 |
2007-12-29 | Rename format_value() to libnet_smbconf_format_registry_value(). | Michael Adam | 2 | -3/+6 |
2007-12-29 | Move format_value() to libnet_conf.c. | Michael Adam | 2 | -33/+34 |
2007-12-28 | Convert get_root_nt_token to memcache | Volker Lendecke | 3 | -3/+17 |
2007-12-28 | Remove a global | Volker Lendecke | 1 | -9/+15 |
2007-12-28 | don't store cache_readonly in gencache | Volker Lendecke | 1 | -15/+0 |
2007-12-28 | Remove static zeros | Volker Lendecke | 5 | -14/+31 |
2007-12-28 | Remove a static array | Volker Lendecke | 1 | -6/+6 |
2007-12-28 | Convert csamuser to memcache | Volker Lendecke | 3 | -27/+28 |
2007-12-28 | bin/vlp needs a dependency on @LIBWBCLIENT_SHARED@ | Volker Lendecke | 1 | -1/+1 |
2007-12-28 | Improve error messages of 'net rpc user [add|delete]' commands. | Karolin Seeger | 1 | -10/+14 |
2007-12-28 | Ensure we turn off POSIX large read/write if encryption | Jeremy Allison | 1 | -1/+4 |
2007-12-27 | Add the capability to set "smb encrypt = required" | Jeremy Allison | 5 | -3/+60 |
2007-12-28 | Fix setting the initial permission bits | Volker Lendecke | 2 | -6/+25 |
2007-12-27 | Add "smb encrypt" parameter. Can be set to "no, yes, required". | Jeremy Allison | 2 | -1/+28 |
2007-12-28 | Fix the non-gcc branch of "likely" | Volker Lendecke | 1 | -2/+2 |
2007-12-27 | Remove a silly static | Volker Lendecke | 1 | -6/+6 |
2007-12-27 | Fix the build | Volker Lendecke | 1 | -2/+3 |
2007-12-27 | Wrap the DEBUG checks in a "unlikely" | Volker Lendecke | 1 | -6/+21 |
2007-12-27 | Add CIFS_UNIX_TRANSPORT_ENCRYPTION_CAP capability to | Jeremy Allison | 2 | -2/+7 |
2007-12-26 | Encryption works better when you add the client decrypt code :-). | Jeremy Allison | 1 | -0/+11 |
2007-12-26 | Add SMB encryption. Still fixing client decrypt but | Jeremy Allison | 34 | -214/+2116 |
2007-12-27 | typos | Volker Lendecke | 1 | -2/+2 |
2007-12-26 | Fix some memleaks | Volker Lendecke | 1 | -5/+6 |
2007-12-26 | Remove the sampwent interface | Volker Lendecke | 6 | -471/+3 |
2007-12-26 | Convert pdbedit to use pdb_search_users | Volker Lendecke | 1 | -78/+123 |
2007-12-26 | Properly destroy the pdb search object | Volker Lendecke | 1 | -1/+1 |
2007-12-26 | smbpasswd_search_users | Volker Lendecke | 1 | -0/+114 |