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