Age | Commit message (Expand) | Author | Files | Lines |
2003-05-27 | I'm pretty sure these uint32's should be uid_t's. Can the passdb guys | Tim Potter | 2 | -3/+3 |
2003-05-27 | Fix printf warnings in debug statments. | Tim Potter | 1 | -2/+2 |
2003-05-27 | Fix shadow parameter warning in free_empty_sys_acl() | Tim Potter | 1 | -5/+5 |
2003-05-27 | Fix shadow parameter warning in free_empty_sys_acl() | Tim Potter | 1 | -5/+5 |
2003-05-27 | More fixes for builddir != srcdir. | Tim Potter | 5 | -38/+32 |
2003-05-27 | Fix extra arg for cm_get_netlogon_cli() | Tim Potter | 1 | -1/+1 |
2003-05-27 | This should be the correct fix for merge of bug #60 from 3.0. | Tim Potter | 1 | -3/+0 |
2003-05-27 | Whoops - tried to merge to wrong branch for bug #60 merge. This redos | Tim Potter | 1 | -3/+0 |
2003-05-27 | Merge of secchan fix from 3.0 that was eaten by CVS yesterday. I think | Tim Potter | 1 | -1/+1 |
2003-05-27 | Merge the remaining bits of fix for bug #60. | Tim Potter | 1 | -59/+48 |
2003-05-27 | Merge from 3.0: remove bogus static initialisers. | Tim Potter | 1 | -2/+2 |
2003-05-27 | Merge from 3.0: quieten debug message for trust acct password change. | Tim Potter | 1 | -1/+1 |
2003-05-27 | Added string error for NT_STATUS_NOT_A_REPARSE_POINT error. | Tim Potter | 1 | -0/+1 |
2003-05-27 | Merge from 3.0: Fix set_local_machine_name() for both *SMBSERVER and | Tim Potter | 1 | -0/+11 |
2003-05-27 | Sync up sid types enum. | Tim Potter | 1 | -1/+2 |
2003-05-27 | Jelmer was really excited about copyrights this year. | Tim Potter | 1 | -1/+1 |
2003-05-27 | Merge: add DFS error constant. | Tim Potter | 1 | -0/+1 |
2003-05-27 | Whitespace syncup. | Tim Potter | 1 | -1/+0 |
2003-05-27 | Comment syncup. | Tim Potter | 1 | -1/+1 |
2003-05-27 | Merge: ignore autogenerated file. | Tim Potter | 1 | -0/+1 |
2003-05-27 | Merge from SAMBA_3_0: initialise return value in run_tcon_devtype_test() | Tim Potter | 1 | -1/+1 |
2003-05-26 | Added file from SAMBA_3_0 branch. | Tim Potter | 1 | -0/+1 |
2003-05-26 | Formatting syncup. | Tim Potter | 1 | -3/+1 |
2003-05-26 | Merge of fix for bug #60. | Tim Potter | 1 | -0/+3 |
2003-05-26 | Ignore t_stringoverflow binary. | Tim Potter | 1 | -0/+1 |
2003-05-26 | Fix list of servers in 'smbclient -L' (debian bug #194553, patch by Heine Lar... | Jelmer Vernooij | 1 | -1/+1 |
2003-05-26 | Fix list of servers in 'smbclient -L' (debian bug #194553, patch by Heine Lar... | Jelmer Vernooij | 1 | -1/+1 |
2003-05-26 | Metze's patches: | John Terpstra | 2 | -59/+57 |
2003-05-26 | Correctly initialize winbind auth method. | Volker Lendecke | 1 | -0/+3 |
2003-05-26 | Correctly initialize winbind auth method. | Volker Lendecke | 1 | -0/+3 |
2003-05-26 | Ignore autogenerated file. | Tim Potter | 1 | -0/+1 |
2003-05-26 | This fixes net rpc vampire when talking to win2k (<sp3). win2k sends | Tim Potter | 2 | -7/+7 |
2003-05-26 | Spelling. | Tim Potter | 1 | -1/+2 |
2003-05-26 | Add samstrict_dc from metze (been sitting in HEAD for way to long waiting for | Andrew Bartlett | 1 | -0/+46 |
2003-05-25 | Get 'add user script' working again for Samba 3.0. | Andrew Bartlett | 3 | -47/+52 |
2003-05-24 | Fix an insufficient alloc when querying alias members. | Volker Lendecke | 1 | -1/+1 |
2003-05-24 | Fix an insufficient alloc when querying alias members. | Volker Lendecke | 1 | -1/+1 |
2003-05-23 | Don't use extensions like '\t' in a sed script. It breaks the make proto. | Jeremy Allison | 1 | -6/+6 |
2003-05-23 | installman needs to depend on installdirs, to fix parallel | Andrew Tridgell | 1 | -2/+2 |
2003-05-23 | installman needs to depend on installdirs, to fix parallel | Andrew Tridgell | 1 | -2/+2 |
2003-05-23 | Ignore *.po files. | Tim Potter | 1 | -0/+1 |
2003-05-23 | Bug 83: fixes for building when $srcdir != $builddir from David Lee | Tim Potter | 4 | -22/+33 |
2003-05-22 | Use -fPIC when compiling shared modules. Reported by Steve Langasek aka vorlon. | Jelmer Vernooij | 1 | -43/+38 |
2003-05-22 | Compile shared modules with the -fPIC flag. Reported by Steve Langasek aka | Jelmer Vernooij | 1 | -38/+38 |
2003-05-22 | Stat opens can have fsp->fd == -1 and will have a share entry. Ensure | Jeremy Allison | 1 | -2/+10 |
2003-05-22 | Stat opens can have fsp->fd == -1 and will have a share entry. Ensure | Jeremy Allison | 1 | -2/+10 |
2003-05-22 | More fixes for debug log to catch logic error. | Jeremy Allison | 2 | -8/+6 |
2003-05-22 | More fixes for debug log to catch logic error. | Jeremy Allison | 2 | -3/+5 |
2003-05-22 | Add more info to debug info... | Jeremy Allison | 1 | -1/+5 |
2003-05-22 | fixes bugs 85 & 99 (XP domain logons); don't enable the lsa_query_info2 unles... | Gerald Carter | 1 | -2/+15 |