Age | Commit message (Expand) | Author | Files | Lines |
2001-06-12 | Fix from TAKAHASHI Motonobu <monyo@samba.gr.jp> for multibyte conversion | Jeremy Allison | 1 | -30/+16 |
2001-06-12 | Fixed typo in debug message. | Tim Potter | 1 | -1/+1 |
2001-06-12 | Removed commented out msdfs code that was being called anyway. | Tim Potter | 1 | -2/+0 |
2001-06-12 | lib/util_getent.c: removed debug code. | Jeremy Allison | 2 | -9/+51 |
2001-06-11 | Found & fixed memory bug. num+1 * sizeof(x) != (num+1)*sizeof(x)........ | Jeremy Allison | 1 | -16/+47 |
2001-06-11 | Fixed potential free of NULL found by SGI speedshop. | Jeremy Allison | 1 | -1/+2 |
2001-06-09 | Fixed typo in Solaris and UnixWare ACLs. | Jeremy Allison | 1 | -1/+1 |
2001-06-09 | *Wonderful* patch from Andrew Bartlett that will help ensure tdb's are | Jeremy Allison | 11 | -81/+89 |
2001-06-08 | Herb's IRIX fix for deleting default ACLs. | Jeremy Allison | 1 | -0/+5 |
2001-06-08 | Log tdb failures. | Jeremy Allison | 1 | -2/+6 |
2001-06-08 | AIX has no default acls. | Jeremy Allison | 1 | -0/+6 |
2001-06-08 | Added sys_acl_delete_def_file for UnixWare and Solaris from | Jeremy Allison | 1 | -19/+56 |
2001-06-08 | Added sys_acl_delete_def_file() - needed as part of NT ACL editing fix. | Jeremy Allison | 2 | -601/+615 |
2001-06-08 | syc up docs with 2.2 | Gerald Carter | 5 | -392/+27 |
2001-06-08 | Extra stuff for large readwrite support. | Jeremy Allison | 4 | -6/+10 |
2001-06-08 | Correctly make max pathlength 255. | Jeremy Allison | 1 | -1/+1 |
2001-06-07 | Fix up the problems with calling smbc_init multiple times. | Richard Sharpe | 1 | -0/+6 |
2001-06-07 | Fixed typo in #ifndef at head of file. | Tim Potter | 1 | -2/+2 |
2001-06-07 | Added comment about possible optimisation to winbindd_pam_auth() | Tim Potter | 1 | -0/+4 |
2001-06-07 | Fixed bug in winbind_sid_to_gid() function. | Tim Potter | 1 | -1/+1 |
2001-06-06 | Correction to winbind nss library install process. So how do I update the | Tim Potter | 1 | -2/+6 |
2001-06-06 | Added getconf flags for RH7.1 lfs support. Changed while() to a for() | Jeremy Allison | 4 | -19/+12 |
2001-06-06 | Changes to use new genrand code that got missed while I was in Japan. | Jeremy Allison | 2 | -21/+29 |
2001-06-06 | Fix for cli_samr_connect() arg change. | Tim Potter | 1 | -1/+1 |
2001-06-06 | Converted SAMR_Q_LOOKUP_NAMES structure to tallocated memory instead of | Tim Potter | 1 | -2/+2 |
2001-06-06 | Added stub dfs client commands to rpcclient. | Tim Potter | 2 | -3/+7 |
2001-06-06 | Added stubs for dfs rpc client routines. | Tim Potter | 2 | -0/+111 |
2001-06-06 | Prototypes update. | Tim Potter | 1 | -3/+29 |
2001-06-06 | Indent dodgy function prototype to avoid make proto picking it up and | Tim Potter | 1 | -1/+1 |
2001-06-06 | Fixups for new args to cli_samr_connect() | Tim Potter | 1 | -35/+175 |
2001-06-06 | Fixed bug in cli_samr_create_dom_user() | Tim Potter | 1 | -4/+68 |
2001-06-06 | Converted init_samr_q_lookup_names() and samr_io_q_lookup_names() | Tim Potter | 1 | -2/+12 |
2001-06-05 | Set correct reply word in large writeX (greater than 64k) replies. | Jeremy Allison | 3 | -3/+61 |
2001-06-05 | Deal with incorrect large writes from old NT4.x clients. | Jeremy Allison | 1 | -1/+5 |
2001-06-05 | don't use c++ style comments | Andrew Tridgell | 1 | -1/+1 |
2001-06-05 | fixed solaris compilation error (don't add to a void*) | Andrew Tridgell | 1 | -2/+2 |
2001-06-05 | Merge of lsa_lookup_names() i18n bugfix from appliance. | Tim Potter | 1 | -0/+5 |
2001-06-04 | use LDSHFLAGS not -shared in several places | Andrew Tridgell | 18 | -27/+27 |
2001-06-04 | Added add domain user to rpcclient. | Tim Potter | 2 | -0/+238 |
2001-06-04 | More compile fixups for winbind portability. | Tim Potter | 2 | -3/+7 |
2001-06-04 | Compile fix for Solaris. | Tim Potter | 1 | -8/+29 |
2001-06-04 | Compile fix for solaris. | Tim Potter | 1 | -7/+5 |
2001-06-04 | Compile fix for wbinfo on solaris. | Tim Potter | 3 | -601/+601 |
2001-06-03 | removed SHLIBS until someone has time to get it to compile on more platforms ... | Andrew Tridgell | 1 | -1/+4 |
2001-06-02 | Update prototype file. | Tim Potter | 1 | -13/+0 |
2001-06-02 | Merge of i18n domain name fix for lsa_query_info_policy() from appliance | Tim Potter | 1 | -9/+13 |
2001-06-02 | Removed irritating and unecessary debug message. | Tim Potter | 1 | -3/+0 |
2001-06-02 | i18n bugfix merge from appliance. | Tim Potter | 1 | -1/+6 |
2001-06-01 | final sync with SAMBA_2_2 | Gerald Carter | 14 | -162/+169 |
2001-06-01 | more syncs with SAMBA_2_2 | Gerald Carter | 8 | -95/+1170 |