| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fixed looking up domain (winbind) users ahead of local users in | Tim Potter | 2001-11-05 | 1 | -6/+18 |
* | Removed totally annoying verbose debug in sid_to_string() | Tim Potter | 2001-11-05 | 1 | -2/+0 |
* | free the negTokenInit structure | Andrew Tridgell | 2001-11-05 | 1 | -0/+2 |
* | Changed MAX_OPEN_PIPES to 2048. | Jeremy Allison | 2001-11-05 | 1 | -1/+1 |
* | Wrote some stubs for new win2k only spoolss rpc commands: | Tim Potter | 2001-11-05 | 4 | -1/+283 |
* | merge from 2.2. Why is STR_CONVERT missing when comparing | Gerald Carter | 2001-11-05 | 1 | -1/+1 |
* | old merge from 2.2 | Gerald Carter | 2001-11-05 | 1 | -8/+27 |
* | Fixed some compiler warnings. | Tim Potter | 2001-11-05 | 1 | -8/+8 |
* | Renamed make_user_info_for_winbindd() to be more consistent with the | Tim Potter | 2001-11-05 | 2 | -8/+8 |
* | Fixed compiler warnings. | Tim Potter | 2001-11-05 | 1 | -3/+2 |
* | Use cli_nt_login_network() instead of domain_client_validate() to perform | Tim Potter | 2001-11-05 | 4 | -43/+88 |
* | Removed duplicate debug. | Tim Potter | 2001-11-05 | 1 | -2/+0 |
* | Don't put a \n on the end of the arg to exit_server() | Tim Potter | 2001-11-05 | 10 | -26/+26 |
* | Added missing strchr_wa. | Jeremy Allison | 2001-11-04 | 1 | -0/+5 |
* | Fix for broken-as-shipped RedHat 7.2 system headers. Now we have | Jeremy Allison | 2001-11-04 | 1 | -0/+12 |
* | a big one: | Simo Sorce | 2001-11-04 | 7 | -1113/+579 |
* | get the string lengths right in domain logons | Andrew Tridgell | 2001-11-04 | 1 | -2/+2 |
* | remove {} from default valid char list | Andrew Tridgell | 2001-11-04 | 1 | -1/+1 |
* | Fix segfault. sup_tok might not always be with us. | Andrew Bartlett | 2001-11-04 | 1 | -3/+5 |
* | Fix up authenticated pipes in line with vuser changes. This ensures that global | Andrew Bartlett | 2001-11-04 | 1 | -1/+4 |
* | Fixup for accounts without a local /etc/passwd entry. | Andrew Bartlett | 2001-11-04 | 1 | -9/+5 |
* | Fix up pdbedit so that it at least compiles without warnings. | Andrew Bartlett | 2001-11-04 | 1 | -92/+61 |
* | Got serious about const again. | Jeremy Allison | 2001-11-04 | 5 | -116/+118 |
* | Added NT_USER_TOKEN into server_info to fix extra groups problem. | Jeremy Allison | 2001-11-03 | 22 | -148/+297 |
* | Added many more defines in service category, user category and others | Steve French | 2001-11-03 | 1 | -0/+26 |
* | Added support for UserListGroups, ServiceEnum | Steve French | 2001-11-03 | 1 | -0/+125 |
* | Adding support for net password, net service, net user info, fixing net helps | Steve French | 2001-11-03 | 1 | -59/+258 |
* | anonymous logins are guest logins, so mark them as such. (Otherwise they can | Andrew Bartlett | 2001-11-03 | 1 | -1/+1 |
* | Minor cleanups/fixes in the NTLMv2 code | Andrew Bartlett | 2001-11-03 | 2 | -12/+4 |
* | Move the test for non-SPNEGO session setups when using SPNEGO, becouse its a | Andrew Bartlett | 2001-11-03 | 1 | -5/+5 |
* | Return 1 (rather than 0) on failure. This may well help get the build farm | Andrew Bartlett | 2001-11-02 | 1 | -1/+1 |
* | Various post AuthRewrite cleanups, fixups and tidyups. | Andrew Bartlett | 2001-11-01 | 11 | -69/+83 |