summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2002-04-11don't try to return a voidAndrew Tridgell1-1/+1
2002-04-11possibly fix the 15000 user problemAndrew Tridgell2-8/+8
2002-04-11- the 36^6 hash space gives 31 bits, not 32 bits. We need to mask theAndrew Tridgell1-2/+4
2002-04-11a few debug statements (disabled)Andrew Tridgell1-2/+7
2002-04-11don't treat '.' as FLAG_ASCII, instead handle it separatelyAndrew Tridgell1-2/+2
2002-04-11- tidier flag checking codeAndrew Tridgell1-8/+40
2002-04-11added some more commentsAndrew Tridgell1-5/+15
2002-04-11some optimisations to the new mangling systemAndrew Tridgell1-16/+44
2002-04-11this adds a completely new hash based mangling schemeAndrew Tridgell4-1/+532
2002-04-11Implemented a setup_logging() function that takes two keywords:Tim Potter1-1/+10
2002-04-11Implemented a setup_logging() function that takes two keywords:Tim Potter2-5/+62
2002-04-11removed unnecessary memsetGerald Carter1-2/+1
2002-04-11Correctly emulate NT in printer handle opening access rights.Jeremy Allison1-1/+6
2002-04-11This split the mangling code up to allow for the possibility of multipleAndrew Tridgell14-999/+1117
2002-04-11s/werror_str/dos_errstr/g to fix compileGerald Carter1-3/+3
2002-04-11merge from 2.2Gerald Carter1-1/+0
2002-04-11WERROR merge from SAMBA_2_2Gerald Carter2-50/+40
2002-04-11specversion merge from SAMBA_2_2Gerald Carter2-0/+29
2002-04-11Added a whole bunch more permission constants.Tim Potter1-0/+20
2002-04-11Removed duplicate _LARGEFILE64_SOURCE added in error.Jeremy Allison2-6/+0
2002-04-11Ensure VFS modules will build correctly by adding defines for CPPFLAGSJeremy Allison4-767/+934
2002-04-10Rename of ads_do_search_all2() to ads_do_search_all() and removal ofJim McDonough1-23/+11
2002-04-10Add a few option externs for net_ads.cJim McDonough1-0/+4
2002-04-10A few more updates:Jim McDonough1-132/+348
2002-04-10Add ads ldap server controlsJim McDonough1-0/+5
2002-04-10Fixed missing alignment in spoolss_io_q_enumjobs() function.Tim Potter1-0/+3
2002-04-10Added cli_spoolss_enumjobs() function.Tim Potter1-0/+52
2002-04-10Added Shirish's client side caching policy change.Jeremy Allison6-6/+212
2002-04-10fixed a return value for a help functionAndrew Tridgell1-0/+1
2002-04-10Moved definition of winbind username/password secrets into secrets.hTim Potter2-8/+8
2002-04-09When printing a tdb log message display "unnamed" instead of "unknown" ifTim Potter1-1/+1
2002-04-09Shirish pointed out more areas we should be doing roundups for allocation size.Jeremy Allison1-17/+16
2002-04-09Fixed typo in debug statement.Tim Potter1-1/+1
2002-04-09Fixed some compiler warnings.Tim Potter1-5/+5
2002-04-09Added WERR_INVALID_FORM_NAME constant.Tim Potter3-0/+3
2002-04-09Add a become_root()/unbecome_root() pair to allow acces to the passdb forAndrew Bartlett1-0/+4
2002-04-09Fixed setform and addform functions.Tim Potter1-21/+17
2002-04-09Added constants for form types and WERROR values.Tim Potter1-0/+38
2002-04-09The useless_ptr must be non-zero for addform and setform client functionsTim Potter1-2/+5
2002-04-08a fix yet committed to 2.2 sometimes ago and reintroduced here!Simo Sorce1-1/+1
2002-04-08Reintroduce the 2.2 name mangling code, until we get are more flexible solution.Andrew Bartlett4-830/+805
2002-04-08Fix up major logic reversal flaws in pdb_ldap.Andrew Bartlett1-36/+70
2002-04-07Spelling.Tim Potter3-3/+3
2002-04-07uint32 store and fectch functions, a signed int is not enough sometimesSimo Sorce1-0/+96
2002-04-07better check of called function's returnSimo Sorce2-59/+127
2002-04-06Always pass NT password as well as Lanman.Jeremy Allison1-1/+1
2002-04-05Fix Gerry bug - MajorVersion should be 2 not 3.Jeremy Allison1-1/+1
2002-04-05Fixed up admin user / guest user lookup.Jeremy Allison1-5/+8
2002-04-05Use the new ads_do_search_all2 function. It provides sorted results. We nowJim McDonough1-30/+18
2002-04-05Several updates to get server side sorting going:Jim McDonough1-26/+78