| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Too much of samba depends on finding files in their installed | Martin Pool | 2001-11-14 | 1 | -5/+11 |
| * | Fix from Herb. mincount/maxcount need to be ssize_t for comparisons. | Jeremy Allison | 2001-11-14 | 1 | -1/+1 |
| * | Removed unused variable. | Tim Potter | 2001-11-14 | 1 | -1/+0 |
| * | Reformatted to 75 columns. | Tim Potter | 2001-11-14 | 1 | -86/+114 |
| * | Add basic "make check" and "make installcheck" targets, using the | Martin Pool | 2001-11-14 | 1 | -15/+57 |
| * | Cosmetic fix for libpopt-checking test. | Martin Pool | 2001-11-14 | 2 | -630/+633 |
| * | Look for DOMAIN\group in group lists and ask winbind. | Jeremy Allison | 2001-11-13 | 1 | -68/+89 |
| * | Fix winbind client code so that winbind calls are not made if the | Jeremy Allison | 2001-11-13 | 2 | -15/+43 |
| * | List of coding suggestions for submitters | Steve French | 2001-11-13 | 1 | -0/+86 |
| * | verified two new win2k rpc's EnumPrinterDataEx() and DeletePrinterdataEx() | Gerald Carter | 2001-11-13 | 1 | -6/+3 |
| * | Fix typo. | Martin Pool | 2001-11-13 | 1 | -2/+0 |
| * | new Win2k spoolss rpc opnum (unknown right now). | Gerald Carter | 2001-11-13 | 1 | -0/+6 |
| * | Formatting fixes only. | Jeremy Allison | 2001-11-13 | 2 | -58/+57 |
| * | Minor fixes to help display, and domain enumeration , and also preparation fo... | Steve French | 2001-11-12 | 1 | -19/+35 |
| * | Spelling fixes. | Tim Potter | 2001-11-12 | 1 | -6/+6 |
| * | Don't check space on every extend if strict allocate not set. | Jeremy Allison | 2001-11-12 | 1 | -5/+3 |
| * | messed up with patches, this should be the right one, | Simo Sorce | 2001-11-12 | 1 | -2/+1 |
| * | Fixed allocation bug in database prog. Some format fixes. | Jeremy Allison | 2001-11-12 | 4 | -997/+985 |
| * | some bugfix and new functions, | Simo Sorce | 2001-11-12 | 4 | -41/+98 |
| * | Code duplication is bad. So add an add_signiture() function and just refernce | Andrew Bartlett | 2001-11-12 | 1 | -23/+17 |
| * | Kill off 'restrict anonymous' becouse it is useless in its current form. | Andrew Bartlett | 2001-11-11 | 1 | -47/+0 |
| * | Fix up some DEBUG()s | Andrew Bartlett | 2001-11-11 | 2 | -34/+74 |
| * | Add back the not null checks in a better place. | Andrew Bartlett | 2001-11-11 | 2 | -2/+14 |
| * | make sam_account_ok static. | Andrew Bartlett | 2001-11-11 | 2 | -64/+58 |
| * | This extra check isn't needed, we can only get here if secuirty=domain | Andrew Bartlett | 2001-11-11 | 2 | -6/+0 |
| * | Minor updates. A small dose of const. | Andrew Bartlett | 2001-11-11 | 6 | -6/+6 |
| * | autoconf | Andrew Bartlett | 2001-11-11 | 1 | -794/+755 |
| * | Remove built-in support for clear-text kerberos authentication. | Andrew Bartlett | 2001-11-11 | 3 | -279/+16 |
| * | fixed, moved and added some functions | Simo Sorce | 2001-11-10 | 3 | -99/+154 |
| * | Use defined constants not integers. | Jeremy Allison | 2001-11-10 | 1 | -3/+3 |
| * | As pdb_ldap.c does not compile in HEAD anyway, a not-compiled merge | Volker Lendecke | 2001-11-09 | 1 | -2/+6 |
| * | Fixed a few typos and added the opnum for ADDPRINTERDRIVEREX to the | Gerald Carter | 2001-11-09 | 2 | -3/+10 |
| * | Fixup __LPID -> _LPID. | Jeremy Allison | 2001-11-09 | 2 | -2/+2 |
| * | This change updates lp_guestaccount() to be a *global* paramater, rather than | Andrew Bartlett | 2001-11-09 | 7 | -28/+21 |
| * | fix the tree so it compiles again | Andrew Tridgell | 2001-11-09 | 1 | -1/+1 |
| * | Removed #ifdef TDB_DEBUG around tdb_dump_all() and tdb_printfreelist() | Tim Potter | 2001-11-09 | 2 | -13/+5 |
| * | Change to guest logon code. | Andrew Bartlett | 2001-11-08 | 10 | -156/+292 |
| * | Fixed incorrect debug message. )-: | Tim Potter | 2001-11-08 | 1 | -1/+1 |
| * | spoolss_io_devmode private data is binary and should be shown in hex, | Martin Pool | 2001-11-08 | 1 | -1/+2 |
| * | Only 1mb allocate slop. | Jeremy Allison | 2001-11-08 | 1 | -56/+55 |
| * | Merge overdue changes from 2.2. Fix <4gb write problem. | Jeremy Allison | 2001-11-08 | 1 | -40/+29 |
| * | Added more define bits. Fixed error in vol attributes. | Jeremy Allison | 2001-11-08 | 2 | -4/+6 |
| * | Added debug in truncate, fixed warning with gcc3. | Jeremy Allison | 2001-11-07 | 2 | -2/+2 |
| * | Add function to add those hosts who have added msbrowse (domain master browsers) | Steve French | 2001-11-07 | 1 | -0/+8 |
| * | Added delheaders as a dependency for clean. | Tim Potter | 2001-11-07 | 1 | -1/+10 |
| * | add convert_string_allocate() function | Simo Sorce | 2001-11-07 | 1 | -5/+86 |
| * | UGLY HACK to get machines to join tdbsam domains again. | Andrew Bartlett | 2001-11-07 | 1 | -2/+4 |
| * | Initilising these variables before appending the domain groups to them | Andrew Bartlett | 2001-11-07 | 2 | -1/+5 |
| * | Fixed unsigned / long unsigned format missmatch. | Jeremy Allison | 2001-11-06 | 1 | -4/+4 |
| * | Internationalization enbalement for net utility - replace printf with d_printf | Jim McDonough | 2001-11-06 | 1 | -233/+233 |