Age | Commit message (Expand) | Author | Files | Lines |
2003-05-13 | Add pythoncheck to make check target. | Tim Potter | 2 | -1/+52 |
2003-05-13 | Sync up with 3.0 version. | Tim Potter | 1 | -21/+30 |
2003-05-12 | Fix compiler warnings. | Jeremy Allison | 6 | -7/+0 |
2003-05-12 | fixing typos in debug statements | Gerald Carter | 2 | -2/+2 |
2003-05-10 | Forgot one file. | Jelmer Vernooij | 1 | -3/+0 |
2003-05-10 | Remove latest module_dummy patch from metze and me. | Jelmer Vernooij | 1 | -53/+0 |
2003-05-10 | Reverse previous patch from Stefan and me after comments by Andrew Bartlett. | Jelmer Vernooij | 34 | -82/+3 |
2003-05-10 | Patch from metze and me that adds dummy smb_register_*() functions | Jelmer Vernooij | 35 | -2/+137 |
2003-05-10 | Fix from Tom.Lackemann@falconstor.com to correctly set the flags based | Jeremy Allison | 1 | -1/+9 |
2003-05-10 | Optimisation. We don't need to do 2 strlen's when we're setting the stat | Jeremy Allison | 1 | -9/+0 |
2003-05-10 | Fix for possible segfault in readline handler. Found by vitalyb@mail333.com. | Jeremy Allison | 1 | -1/+2 |
2003-05-09 | removing total print jobs since it is not used anymore | Gerald Carter | 1 | -2/+0 |
2003-05-09 | Fix bug #4 for net rap. Allow more than 50 chars for long form listings of u... | Jim McDonough | 1 | -2/+2 |
2003-05-09 | Some more static definitions ... | Richard Sharpe | 1 | -0/+16 |
2003-05-09 | Add some static ... | Richard Sharpe | 1 | -34/+84 |
2003-05-09 | Some more fixes for syntax problems on AIX etc ... | Richard Sharpe | 1 | -2/+2 |
2003-05-09 | Fix up a bunch of compiler warnings ... | Richard Sharpe | 1 | -13/+13 |
2003-05-09 | Fix some compiler warnings about const etc ... | Richard Sharpe | 2 | -6/+5 |
2003-05-09 | Fix nasty bug pointed out by samba-technical poster. If name is mangled | Jeremy Allison | 1 | -1/+12 |
2003-05-08 | fix bug #47; revert registration of workgroup<1b> to 2.2 behavior | Gerald Carter | 1 | -1/+1 |
2003-05-08 | fixed bug #75; add check for non-zero destlen | Gerald Carter | 1 | -1/+1 |
2003-05-07 | SMB_QUERY_FILE_ALT_NAME_INFO and SMB_FILE_ALTERNATE_NAME_INFORMATION | Jeremy Allison | 1 | -9/+1 |
2003-05-07 | Make fchown, fchmod conditional for systems that don't have them. | Jeremy Allison | 2 | -5/+20 |
2003-05-07 | Force ASCII for client messages. Patch from David Lee <t.d.lee@durham.ac.uk> | Jeremy Allison | 1 | -3/+2 |
2003-05-07 | Merge from distcc: | Martin Pool | 1 | -2/+8 |
2003-05-07 | We used to use the name "*",0x0 here, but some Windows | Jeremy Allison | 1 | -1/+9 |
2003-05-06 | Add metze's exit and idle event patch | Jelmer Vernooij | 6 | -4/+163 |
2003-05-06 | uff, forgot to put back this one :-/ | Simo Sorce | 1 | -0/+1 |
2003-05-06 | sort out some include dependencies | Simo Sorce | 4 | -33/+65 |
2003-05-06 | add mapping.h here | Simo Sorce | 1 | -0/+1 |
2003-05-06 | restore structures from previous erroneous commit | Simo Sorce | 1 | -22/+30 |
2003-05-05 | Turn off using lsa_qos. | Rafal Szczesniak | 1 | -5/+2 |
2003-05-05 | A good reason to use make variables instead of autoconf substitutions | Tim Potter | 1 | -2/+1 |
2003-05-05 | Fixed typo introduced when reverting patch from revision 1.19 | Tim Potter | 1 | -1/+1 |
2003-05-05 | AIX doesn't append $SHLIB_EXT to NSS libraries. | Tim Potter | 2 | -12/+7 |
2003-05-04 | move some things around | Simo Sorce | 4 | -138/+171 |
2003-05-03 | fixes to *_util.c files | Simo Sorce | 4 | -15/+416 |
2003-05-02 | exclude tdbsam2.h generation until it will be used | Simo Sorce | 1 | -14/+15 |
2003-05-02 | fix pam_smbpass | Simo Sorce | 2 | -3/+3 |
2003-05-02 | remove testing debug line | Simo Sorce | 1 | -1/+1 |
2003-05-02 | shouldn't wellknown group be well.. ..WKN_GRP ? | Simo Sorce | 3 | -15/+15 |
2003-05-01 | Fix uninitialized blobs reported by Luke Howard. | Jeremy Allison | 1 | -0/+6 |
2003-05-01 | Fix for bugid 51 from Dragan Krnic. | Jeremy Allison | 1 | -5/+5 |
2003-05-01 | fix wrong debug messages in idmap_util.c | Simo Sorce | 2 | -5/+10 |
2003-05-01 | init wellknown in pdbedit too | Simo Sorce | 2 | -24/+26 |
2003-05-01 | proper wellknown sids initialization at startup | Simo Sorce | 5 | -40/+90 |
2003-05-01 | *id_to_*id call reshape to return NTSTATUS errors | Simo Sorce | 16 | -177/+174 |
2003-05-01 | Fix disk quotas support on HP/UX (patch by David Nixon) | Jelmer Vernooij | 1 | -1/+1 |
2003-05-01 | Use ints for the version numbers in the smb_register_*() functions (patch by ... | Jelmer Vernooij | 3 | -3/+3 |
2003-04-30 | Refactor existing sock_exec() and socketpair_tcp() functions into their own | Paul Green | 3 | -94/+116 |