summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2001-11-10Use defined constants not integers.Jeremy Allison1-3/+3
2001-11-09As pdb_ldap.c does not compile in HEAD anyway, a not-compiled mergeVolker Lendecke1-2/+6
2001-11-09Fixed a few typos and added the opnum for ADDPRINTERDRIVEREX to theGerald Carter2-3/+10
2001-11-09Fixup __LPID -> _LPID.Jeremy Allison2-2/+2
2001-11-09This change updates lp_guestaccount() to be a *global* paramater, rather thanAndrew Bartlett7-28/+21
2001-11-09fix the tree so it compiles againAndrew Tridgell1-1/+1
2001-11-09Removed #ifdef TDB_DEBUG around tdb_dump_all() and tdb_printfreelist()Tim Potter2-13/+5
2001-11-08Change to guest logon code.Andrew Bartlett10-156/+292
2001-11-08Fixed incorrect debug message. )-:Tim Potter1-1/+1
2001-11-08spoolss_io_devmode private data is binary and should be shown in hex,Martin Pool1-1/+2
2001-11-08Only 1mb allocate slop.Jeremy Allison1-56/+55
2001-11-08Merge overdue changes from 2.2. Fix <4gb write problem.Jeremy Allison1-40/+29
2001-11-08Added more define bits. Fixed error in vol attributes.Jeremy Allison2-4/+6
2001-11-07Added debug in truncate, fixed warning with gcc3.Jeremy Allison2-2/+2
2001-11-07Add function to add those hosts who have added msbrowse (domain master browsers)Steve French1-0/+8
2001-11-07Added delheaders as a dependency for clean.Tim Potter1-1/+10
2001-11-07add convert_string_allocate() functionSimo Sorce1-5/+86
2001-11-07UGLY HACK to get machines to join tdbsam domains again.Andrew Bartlett1-2/+4
2001-11-07Initilising these variables before appending the domain groups to themAndrew Bartlett2-1/+5
2001-11-06Fixed unsigned / long unsigned format missmatch.Jeremy Allison1-4/+4
2001-11-06Internationalization enbalement for net utility - replace printf with d_printfJim McDonough1-233/+233
2001-11-05Fixed looking up domain (winbind) users ahead of local users inTim Potter1-6/+18
2001-11-05Removed totally annoying verbose debug in sid_to_string()Tim Potter1-2/+0
2001-11-05free the negTokenInit structureAndrew Tridgell1-0/+2
2001-11-05Changed MAX_OPEN_PIPES to 2048.Jeremy Allison1-1/+1
2001-11-05Wrote some stubs for new win2k only spoolss rpc commands:Tim Potter4-1/+283
2001-11-05merge from 2.2. Why is STR_CONVERT missing when comparingGerald Carter1-1/+1
2001-11-05old merge from 2.2Gerald Carter1-8/+27
2001-11-05Fixed some compiler warnings.Tim Potter1-8/+8
2001-11-05Renamed make_user_info_for_winbindd() to be more consistent with theTim Potter2-8/+8
2001-11-05Fixed compiler warnings.Tim Potter1-3/+2
2001-11-05Use cli_nt_login_network() instead of domain_client_validate() to performTim Potter4-43/+88
2001-11-05Removed duplicate debug.Tim Potter1-2/+0
2001-11-05Don't put a \n on the end of the arg to exit_server()Tim Potter10-26/+26
2001-11-04Added missing strchr_wa.Jeremy Allison1-0/+5
2001-11-04Fix for broken-as-shipped RedHat 7.2 system headers. Now we haveJeremy Allison1-0/+12
2001-11-04a big one:Simo Sorce7-1113/+579
2001-11-04get the string lengths right in domain logonsAndrew Tridgell1-2/+2
2001-11-04remove {} from default valid char listAndrew Tridgell1-1/+1
2001-11-04Fix segfault. sup_tok might not always be with us.Andrew Bartlett1-3/+5
2001-11-04Fix up authenticated pipes in line with vuser changes. This ensures that globalAndrew Bartlett1-1/+4
2001-11-04Fixup for accounts without a local /etc/passwd entry.Andrew Bartlett1-9/+5
2001-11-04Fix up pdbedit so that it at least compiles without warnings.Andrew Bartlett1-92/+61
2001-11-04Got serious about const again.Jeremy Allison5-116/+118
2001-11-03Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison22-148/+297
2001-11-03Added many more defines in service category, user category and othersSteve French1-0/+26
2001-11-03Added support for UserListGroups, ServiceEnumSteve French1-0/+125
2001-11-03Adding support for net password, net service, net user info, fixing net helpsSteve French1-59/+258
2001-11-03anonymous logins are guest logins, so mark them as such. (Otherwise they canAndrew Bartlett1-1/+1
2001-11-03Minor cleanups/fixes in the NTLMv2 codeAndrew Bartlett2-12/+4