Age | Commit message (Expand) | Author | Files | Lines |
2000-10-11 | Fix to avoid calling getgrgid for no reason. | Jeremy Allison | 1 | -21/+9 |
2000-10-11 | Fix for growing printing.tdb by adding check on job creation. | Jeremy Allison | 4 | -17/+56 |
2000-10-11 | Remove lpq as root fix - do this in print_job_start instead | Jeremy Allison | 4 | -39/+0 |
2000-10-10 | Fixes to periodically scan printing.tdb in idle time and occasionally | Jeremy Allison | 4 | -1/+53 |
2000-10-10 | Fix found by Andrew to stop local/remote printers being | Jeremy Allison | 1 | -3/+18 |
2000-10-10 | Fixed Realloc memory fragmentation problems. | Jeremy Allison | 1 | -17/+57 |
2000-10-10 | Fixed nasty size wrong bug spotted by the eagle eyes of | Jeremy Allison | 1 | -1/+1 |
2000-10-10 | Added debug so we can see how winbindd converts SIDS. | Jeremy Allison | 1 | -13/+40 |
2000-10-10 | a netlogon enum trust query doesn't have a function_code at end. | Jean-François Micouleau | 7 | -26/+58 |
2000-10-10 | got rid of tdb_writelock() and instead lock a chain. tdb_writelock() | Andrew Tridgell | 4 | -39/+16 |
2000-10-10 | added tdb_lock_bystring() and tdb_unlock_bystring() | Andrew Tridgell | 1 | -0/+24 |
2000-10-10 | don't use gets() ! | Andrew Tridgell | 1 | -2/+2 |
2000-10-09 | Fixes to allow wins.c to compile to allow building of libnss_wins.so. | John Terpstra | 2 | -2/+14 |
2000-10-09 | I introduced a bug in my last commits. Hopefully nobody noticed :-) | Jean-François Micouleau | 1 | -2/+2 |
2000-10-09 | Missing conn parameter missed in vfs rewrite. | Jeremy Allison | 1 | -1/+1 |
2000-10-08 | sys_popen got damaged when converted from FILE * to int fd I think. | Jeremy Allison | 1 | -14/+3 |
2000-10-07 | more cleanup of samr | Jean-François Micouleau | 1 | -62/+65 |
2000-10-07 | added samr_set_user_info and info_2. | Jean-François Micouleau | 9 | -261/+1697 |
2000-10-07 | Ensure browse.dat is written and read in UNIX character set format. | Jeremy Allison | 2 | -3/+14 |
2000-10-07 | Integrated support for NT and OS/2 lpq parsing. Code from | Jeremy Allison | 3 | -1/+168 |
2000-10-07 | Fix for yp_get_default_domain from Neil Hoggarth <neil.hoggarth@physiol.ox.ac... | Jeremy Allison | 4 | -380/+494 |
2000-10-06 | Fix for printf attribute from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se> | Jeremy Allison | 5 | -8/+13 |
2000-10-06 | Added Herb's fixes to HEAD. | Jeremy Allison | 5 | -9/+99 |
2000-10-06 | Fix from RFritz@lbl.gov for Linux ECONREFUSED async errors on Linux. | Jeremy Allison | 1 | -2/+10 |
2000-10-06 | Print socket options - patch from Dave Collier-Brown @ Sun. | Jeremy Allison | 1 | -2/+23 |
2000-10-06 | Fixed error return messages needed for NTTrans CreateDirectory. | Jeremy Allison | 1 | -0/+16 |
2000-10-06 | Proto update. Also fix from John Reilly @ HP for not showing APW with W2K. | Jeremy Allison | 2 | -7/+15 |
2000-10-06 | Herb's warning fixes. Also the POSIX locking fix. | Jeremy Allison | 19 | -173/+250 |
2000-10-06 | global_myname is actually a pstring. | Tim Potter | 1 | -1/+1 |
2000-10-06 | Inlined many of the vfs_XXX calls as macros for speed. | Jeremy Allison | 3 | -70/+41 |
2000-10-06 | Restructuring of vfs layer to include a "this" pointer - can be an fsp or | Jeremy Allison | 22 | -517/+839 |
2000-10-05 | Fix for null passwords being allowed bug. | Jeremy Allison | 1 | -4/+8 |
2000-10-05 | Fixes from Damian at Cisco to tidy up some tdbtool issues. | Jeremy Allison | 1 | -4/+15 |
2000-10-05 | Vector get_nt_acl/set_nt_acl via vfs. POSIX ACL support should be added | Jeremy Allison | 6 | -38/+160 |
2000-10-05 | Herb's fixes for profiling & compiler warnings. | Jeremy Allison | 4 | -52/+72 |
2000-10-05 | someone forgot to update proto.h :-) | Jean-François Micouleau | 1 | -1/+2 |
2000-10-05 | fixing prs_unistr2(). For the special case of an empty (but existing) | Jean-François Micouleau | 1 | -6/+8 |
2000-10-05 | Spelling flames. (-: | Tim Potter | 1 | -6/+6 |
2000-10-05 | Added uid and gid to push_sec_ctx() debug. | Tim Potter | 1 | -2/+3 |
2000-10-05 | Fixed compiler warnings. | Tim Potter | 1 | -4/+6 |
2000-10-04 | Made re-init of stat cache explicit rather than being hidden. | Jeremy Allison | 2 | -5/+2 |
2000-10-04 | Adding Herb's compile warning fixes to HEAD. | Jeremy Allison | 13 | -73/+32 |
2000-10-03 | Fixes for the fact that UNICODE sizes are no always 2*no of chars when | Jeremy Allison | 1 | -8/+9 |
2000-10-03 | Fixes from Herb - compiler warnings. | Jeremy Allison | 2 | -13/+13 |
2000-10-03 | utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff. | Jeremy Allison | 11 | -22/+1080 |
2000-10-02 | Memleak fix for cache code. | Jeremy Allison | 3 | -6/+27 |
2000-10-02 | Added debug so if zero length messages get sent we successfully remove | Jeremy Allison | 2 | -3/+16 |
2000-09-29 | Missing null termination on printer changenotify message caused insure | Jeremy Allison | 1 | -3/+4 |
2000-09-29 | utils/smbcontrol.c: Fixes from Herb for interactive use. | Jeremy Allison | 2 | -30/+83 |
2000-09-29 | new prototypes | Andrew Tridgell | 1 | -0/+3 |