Age | Commit message (Expand) | Author | Files | Lines |
2001-06-18 | Removed silly Get_Hostbyname() wrapper as DNS names are case-insensitive | Tim Potter | 4 | -71/+9 |
2001-06-18 | Fixed typo in nmblookup example. | Tim Potter | 1 | -1/+1 |
2001-06-18 | Fixed typo in configure error message. | Tim Potter | 2 | -2/+2 |
2001-06-16 | Modified version of Jim's 0x27 and 0x28 Win9x Secdesc patch. | Jeremy Allison | 5 | -0/+331 |
2001-06-15 | Jim McDonough's parse patches for Win9x get SD calls. | Jeremy Allison | 3 | -0/+113 |
2001-06-15 | Fixed typo spotted by "Jim McDonough" <jmcd@us.ibm.com>.... | Jeremy Allison | 1 | -1/+1 |
2001-06-15 | Be sure to not use strlen with NULL pointer. | Simo Sorce | 1 | -1/+2 |
2001-06-15 | Prototype update. | Tim Potter | 1 | -0/+3 |
2001-06-15 | Added a unix error code for NT_STATUS_PATH_NOT_COVERED. | Tim Potter | 1 | -0/+1 |
2001-06-15 | Add password length field to SAM_USER_INFO24 structure and fix init | Tim Potter | 2 | -1/+10 |
2001-06-15 | Merged encode_pw_buffer() and nt_owf_genW() functions from TNG branch. | Tim Potter | 1 | -0/+49 |
2001-06-14 | Fixed some return code checks for cli_initialise() from False to NULL. | Tim Potter | 3 | -3/+3 |
2001-06-13 | Oops - proto.h contained junk from another workarea. | Tim Potter | 1 | -13/+5 |
2001-06-13 | Added some msdfs client routines. | Tim Potter | 4 | -600/+1159 |
2001-06-13 | Renamed -d option (make verbose) on smbstatus to -v. | Tim Potter | 1 | -3/+11 |
2001-06-13 | Make message receive fn static. | Jeremy Allison | 2 | -3/+4 |
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 |