Age | Commit message (Expand) | Author | Files | Lines |
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 |
2001-11-05 | Renamed make_user_info_for_winbindd() to be more consistent with the | Tim Potter | 2 | -8/+8 |
2001-11-05 | Fixed compiler warnings. | Tim Potter | 1 | -3/+2 |
2001-11-05 | Use cli_nt_login_network() instead of domain_client_validate() to perform | Tim Potter | 4 | -43/+88 |
2001-11-05 | Removed duplicate debug. | Tim Potter | 1 | -2/+0 |
2001-11-05 | Don't put a \n on the end of the arg to exit_server() | Tim Potter | 10 | -26/+26 |
2001-11-04 | Added missing strchr_wa. | Jeremy Allison | 1 | -0/+5 |
2001-11-04 | Fix for broken-as-shipped RedHat 7.2 system headers. Now we have | Jeremy Allison | 1 | -0/+12 |
2001-11-04 | a big one: | Simo Sorce | 7 | -1113/+579 |
2001-11-04 | get the string lengths right in domain logons | Andrew Tridgell | 1 | -2/+2 |
2001-11-04 | remove {} from default valid char list | Andrew Tridgell | 1 | -1/+1 |
2001-11-04 | Fix segfault. sup_tok might not always be with us. | Andrew Bartlett | 1 | -3/+5 |
2001-11-04 | Fix up authenticated pipes in line with vuser changes. This ensures that global | Andrew Bartlett | 1 | -1/+4 |
2001-11-04 | Fixup for accounts without a local /etc/passwd entry. | Andrew Bartlett | 1 | -9/+5 |
2001-11-04 | Fix up pdbedit so that it at least compiles without warnings. | Andrew Bartlett | 1 | -92/+61 |
2001-11-04 | Got serious about const again. | Jeremy Allison | 5 | -116/+118 |
2001-11-03 | Added NT_USER_TOKEN into server_info to fix extra groups problem. | Jeremy Allison | 22 | -148/+297 |
2001-11-03 | Added many more defines in service category, user category and others | Steve French | 1 | -0/+26 |
2001-11-03 | Added support for UserListGroups, ServiceEnum | Steve French | 1 | -0/+125 |
2001-11-03 | Adding support for net password, net service, net user info, fixing net helps | Steve French | 1 | -59/+258 |